Hi!
I’ve tried to run Converter.ConvertHTML(…) method on linux/mac and got classic error with libgdiplus libraty. Literraly “The type initializer for ‘Gdip’ threw an exception. Unable to load shared library ‘libgdiplus’ or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: liblibgdiplus: cannot open shared object file: No such file or directory”.
I googled it and also check other support topics from other your’s products (Unable to load shared library 'libgdiplus') this one for example.
I have 2 questions.
- When aspose.html will be independent from System.Drawing.Common?
- I tried add runtimeconfig.template.json as described here Breaking change: System.Drawing.Common only supported on Windows - .NET | Microsoft Learn but it didn’t help. Am I right that last chance is edit docker file as described here? How to Run Aspose.Cells for .Net6|Documentation
Thank you!