Aspose PDF Cross Platform

Hi Team,
I am using Aspose.PDF 24.2.0, It’s working fine locally in my .Net Core project but when I deploy it in my Linux Environment I am facing error of System.Drawing.Common not supported by the platform.
I had faced the same issue for Aspose.Slide and for that I have replaced it with other Nuget Package Aspose.Slide.Net6CrossPlatform and now it’s working fine.

Is their any another package for Aspose.PDF for cross platform, please inform asap.

Your help is appreciated.

@Silver_Spark_1234
To work with pdf on Linux you should currently use package Aspose.Pdf.Drawing (instead of Aspose.Pdf).
It use Aspose.Drawing as graphical backend. You will most likely need to install additional fonts on your system or point the library to the path to the font files.