I understand that Aspose.PDF for .NET requires System.Drawing, and as a result requires libgdiplus
on Linux.
We see this as a risk since libgdiplus
isn’t really officially maintained and even Microsoft doesn’t recommend it’s use (https://learn.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only).
Is there a near term plan to eliminate dependency on System.Drawing and instead use Aspose.Drawing or SkiaSharp?