Quantcast
Channel: Aspose.Pdf Product Family
Viewing all articles
Browse latest Browse all 3131

Can any one try to cast this pdf file to SVG then cast it back to PDF?

$
0
0
**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");

----
I would like to test out ASPose library if this is okay to cast my attached PDF file to SVG and I would like to see the quality of it also it will be cool to use the result SVG file to convert it back to PDF file by using the library.

Can anyone help?

thanks.
Ray

Viewing all articles
Browse latest Browse all 3131

Trending Articles