System.DllNotFoundException: Unable to load shared library ‘libSkiaSharp’

I have the same issue with aspose.words 19.3.0 {System.DllNotFoundException: 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
and

asp.net 2.2 docker image

image.png (2.4 KB)

@Elvir

Thanks for your inquiry. Please note that .NET Standard 2.0 version of Aspose.Words uses SkiaSharp to deal with graphics. To make it work in Linux container it is required to add Linux native Skia library. Please add reference to SkiaSharp.NativeAssets.Linux .

A post was split to a new topic: System.DllNotFoundException: Unable to load shared library ‘libSkiaSharp