Hi,
Please see my ticket here - Unable to load shared library 'libgdiplus'
The issue we have with libgdiplus seems to affect initialization of Presentation objects in the Docker environment.
This is the error we are getting:
Error Message: Aspose.Slides.PptxReadException : The type initializer for 'Gdip' threw an exception. ---- System.TypeInitializationException : The type initializer for 'Gdip' threw an exception. -------- System.DllNotFoundException : 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 Stack Trace: at .(Presentation , Stream , InterruptionToken ) at Aspose.Slides.Presentation.(Stream , Boolean ) at Aspose.Slides.Presentation.(Stream , Boolean ) at Aspose.Slides.Presentation.(String , Boolean ) at Aspose.Slides.Presentation.(String ) at Aspose.Slides.Presentation..ctor(String file) at DRNetService.Operations.SvgExtractor.Do(String fileName) in /src/DRNetService/DRNetService/DRNetService/DRNetService/Operations/SvgExtractor.cs:line 64 at DRNetService.Controllers.CalculationController.GetSVG(String fileName, String userName, String userId, String documentId, String documentVersionId) in /src/DRNetService/DRNetService/DRNetService/DRNetService/Controllers/CalculationController.cs:line 259 at DRNetService.Controllers.CalculationController.GetSVGv2(String fileOrPath, Boolean decrypt, String userName, String userId, String documentId, String documentVersionId) in /src/DRNetService/DRNetService/DRNetService/DRNetService/Controllers/CalculationController.cs:line 278 at TestDRNetService.TestSvg.TestSvgFile() in /src/DRNetService/DRNetService/TestDRNetService/TestSvg.cs:line 19 at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)
I was told to open another ticket here.
Any advice?
Thanks