We are using Aspose.Page version 24.1.0 .NET package in our .NET 8 application running in Linux container for converting EPS/PS files into PDF files, but it seems the package doesn’t support such setup as we are getting the following exception:
System.PlatformNotSupportedException:
at System.Drawing.Brush..ctor (System.Drawing.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51)
at System.Drawing.SolidBrush..ctor (System.Drawing.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51)
at Aspose.Page.Device..ctor (Aspose.Page, Version=24.1.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56)
at Aspose.Page.EPS.Device.PdfDevice..ctor (Aspose.Page, Version=24.1.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56)
As I know, some other Aspose .NET packages have been updated to stop using Windows-only System.Drawing.Common
library.