.Net Core 3.0 support in Aspose.pdf giving error as “gdip threw an exception”

[.Net Core 3.0 support in Aspose is giving error as “gdip threw an exception” when we try to create pdf file “aspose.pdf.document(x,y);” on windows worker node on windows based contailer.

Help needed to resolve this on priority for my running application.

@manav.317,
You may please install libgdiplus as follows:

sudo apt-get install libgdiplus
ln -s libgdiplus.so gdiplus.dll 

Also copy the font files you need and call FontConfigs.SetFontFolder, please see this article i.e. Configuring Fonts for Rendering Spreadsheets

Application is running on windows container so we cannot run sudo commands. Please share similar commands for Windows container .

@akshay10505

You can please check this post where installation of libgdiplus package is discussed for Windows container.