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 .
You can please check this post where installation of libgdiplus package is discussed for Windows container.