Aspose.Html - System.PlatformNotSupportedException : System.Drawing.Common is not supported on non-Windows platforms - Version="24.10.0"

Hi,
We are migrating .Net 6 to .Net 8 and facing the below issue with Aspose.Html on linux. Even using Aspose.Drawing but facing the below error -
13:46:34 Error Message:
13:46:34 System.TypeInitializationException : The type initializer for ‘Gdip’ threw an exception.
13:46:34 ---- System.PlatformNotSupportedException : System.Drawing.Common is not supported on non-Windows platforms. See Breaking change: System.Drawing.Common only supported on Windows - .NET | Microsoft Learn for more information.
13:46:34 Stack Trace:
13:46:34 at System.Drawing.SafeNativeMethods.Gdip.GdipCreatePath(Int32 brushMode, IntPtr& path)
13:46:34 at System.Drawing.Drawing2D.GraphicsPath…ctor(FillMode fillMode)
13:46:34 at System.Drawing.Drawing2D.GraphicsPath…ctor()
13:46:34 at ​ …ctor()
13:46:34 at  …ctor(ImageRenderingOptions , ICreateStreamProvider )
13:46:34 at  .​ ​ (ImageRenderingOptions , ICreateStreamProvider )
13:46:34 at Aspose.Html.Rendering.Image.ImageDevice…ctor(ImageRenderingOptions options, ICreateStreamProvider streamProvider)
13:46:34 at  . ​ ( , ImageSaveOptions , ICreateStreamProvider )
13:46:34 at Aspose.Html.Converters.Converter.ConvertHTML(HTMLDocument document, ImageSaveOptions options, ICreateStreamProvider provider)

Please can you help with above.

@SoniaYadav101
We are looking into it and will be sharing our feedback with you shortly.

@SoniaYadav101

Can you please try installing libgdiplus package as well as msttcorefonts? In case issue still persists, please share complete code sample along with sample file(s) so that we can further investigate accordingly. Please also make sure to use the latest version before sharing the requested information.