Is there a version of Aspose.Pdf that uses Aspose.Drawing.Common instead of System.Drawing.Common to support Linux containers? If not, is this planned?
Currently, Aspose.PDF does not have a version that uses Aspose.Drawing.Common instead of System.Drawing.Common specifically for Linux containers. However, for Linux-based environments, you can utilize Aspose.PDF.Drawing, which is designed to work with .NET Core 3.1 on Linux.
To successfully run Aspose.PDF in a Docker container, you will need to ensure that the following dependencies are installed:
libgdiplus
ttf-mscorefonts-installer
fontconfig
For more detailed guidance on running Aspose.PDF in Docker, you can refer to the official documentation here [1].
If you have further questions or need assistance with specific implementations, feel free to ask!
Sources:
[1]: How to run Aspose.PDF in Docker|Aspose.PDF for .NET