Hi All,
I am trying to convert docx file into pdf inside an AKS container and got the following error.
Unhandled exception. System.TypeInitializationException: The type initializer for 'SkiaSharp.SKObject' threw an exception.
System.DllNotFoundException: Unable to load shared library 'libSkiaSharp' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable:
I have tried to follow suggestion inside Aspose Forum by executing apt-get update && apt-get install -y libfontconfig1 and still have the same error. Any suggestions? Thanks!
extra details:
.net 8.0, aspose pdf.
<PackageReference Include="Aspose.Words" Version="24.3.0" />
<PackageReference Include="Aspose.PDF.Drawing" Version="24.3.0" />