Hi,
I am trying to convert some xls files to pdf as well as Web format. The api that I created is based on .net core framework and I have dockerised it to run it on a linux container. Can you please confirm if these conversions are supported on linux or not ?
I am using the latest Nuget package - 5.7.0
I am getting the following exceptions -
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
at System.Drawing.SafeNativeMethods.Gdip.GdiplusStartup(IntPtr& token, StartupInput& input, StartupOutput& output)
at System.Drawing.SafeNativeMethods.Gdip..cctor()
--- End of inner exception stack trace ---
at _Wfc.Save(Stream stream, _waC saveOptions)
at _zuC._Y8c._Ydd(Int32 pageNumber, Stream stream)
at _ZfC._Yod(ConversionContext conversionContext, NumberRange range, Int32 finalPageNumber, Action`2 diskSaveCallback, Action`2 streamSaveCallback)
at GleamTech.DocumentUltimate.DocumentConverter._zmd(OutputContext outputContext, Nullable`1 engine)
at GleamTech.DocumentUltimate.DocumentConverter.ConvertTo(Dictionary`2& outputMemoryStreams, OutputOptions outputOptions, Nullable`1 engine)
_Wyd: The type initializer for '_Fm' threw an exception.
at _Wfc.Save(Stream stream, _waC saveOptions)
at _Wfc.Save(Stream stream, _wgc saveFormat)
at _zuC._Y8c._Yvc(Stream stream)
at _ZfC._YTc(ConversionContext conversionContext, Action`1 diskSaveCallback, Action`1 streamSaveCallback)
at GleamTech.DocumentUltimate.DocumentConverter._zmd(OutputContext outputContext, Nullable`1 engine)
at GleamTech.DocumentUltimate.DocumentConverter.ConvertTo(Dictionary`2& outputMemoryStreams, OutputOptions outputOptions, Nullable`1 engine)