Aspose.Pdf can only work with windows

Hi there,

I am using a .net service 6.0 with Aspose.Cells 22.9.0 (purchased version)
I wanted to add some pdf APIs to the service, so I’ve added the Aspose.PDF 22.9.0 nuget to my solution. I am using the evaluated version. Wanted to do some verifications before purchasing.
I started getting these warnings in several areas in code which use the .Net 6.0 System.drawing.common assembly:

I also got errors when trying to run the code which uses that when running in my local dockerized environment and running tests in our ci/cd which is Linux based.

Is there a way the run with Aspose.PDF 22.9.0 in both platforms (linux and windows)?
image.png (40.4 KB)

@shlomi.z

Yes, Aspose.PDF for .NET can be used with .NET 6.0 and in both platform i.e. Windows and Linux. Please make sure to use 22.10 version as it is the latest one and make sure that msttcorefonts and libgdiplus packages are installed correctly and up to date. In case some issue occurs, please share your code snippet, sample file and docker file for our reference. We will test the scenario our environment and address it accordingly.