Hello,
I am trying to convert XPS to PDF using Syncfusion.XpsToPdfConverter.Net.Core 19.2.0.55 as described here : https://help.syncfusion.com/file-formats/pdf/working-with-document-conversions#converting-xps-document-to-pdf
My problem now is it throws System.PlatformNotSupportedException.
Here is the stacktrace :
at System.Drawing.Drawing2D.GraphicsPath..ctor()
at Syncfusion.XPS.XPSRenderer.GetPathFromGeometry(String pathData)
at Syncfusion.XPS.XPSRenderer.DrawPath(Path path, PdfGraphics Graphics)
at Syncfusion.XPS.XPSParser.EnumerateXPSPage()
at Syncfusion.XPS.XPSParser.Enumerate()
at Syncfusion.XPS.XPSToPdfConverter.Convert(Stream file)
Can someone help us resolve this issue?
By the way, this is an UWP app. :)
Thank you very much.