I am not able to Generate DOC to PDF.
Azure, Linux app service
ASP.NET Core 3.1
I have installed every combination of the below. This is the current deployment. The following packages are installed:
<PackageReference Include="SkiaSharp" Version="1.68.3" />
<PackageReference Include="SkiaSharp.Linux" Version="1.59.3" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="1.68.3" />
<PackageReference Include="Syncfusion.DocIO.Net.Core" Version="18.1.0.54" />
<PackageReference Include="Syncfusion.DocIORenderer.Net.Core" Version="18.1.0.54" />
<PackageReference Include="Syncfusion.Pdf.Net.Core" Version="18.1.0.54" />
Exception:
The type initializer for 'SkiaSharp.SKImageInfo' threw an exception. Unable to load shared library 'libSkiaSharp' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: liblibSkiaSharp: cannot open shared object file: No such file or directory