**updated**
From PDF to SVG, aspose is doing very well, but from svg to PDF, it's really bad.
I'm using the demo code like below, can anyone advise?
// Instantiate LoadOption object using SVG load optionAspose.Pdf.LoadOptions loadopt = new Aspose.Pdf.SvgLoadOptions();// Create Document objectAspose.Pdf.Document doc = new Aspose.Pdf.Document(@"d:\pdftest\testfile.svg", loadopt);// Save the resultant PDF documentdoc.Save(@"d:\pdftest\testaspose.pdf");
----
Can anyone help?
thanks.
Ray