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

Convert SVG file to PDF failed

$
0
0
when i try to convert svg file to pdf and result file got error.
Aspose.Pdf.LoadOptions loadopt = new Aspose.Pdf.SvgLoadOptions();
                // Create Document object
Aspose.Pdf.Document doc = new Aspose.Pdf.Document(@"FusionCharts.svg", loadopt);
                // Save the resultant PDF document
doc.Save(@"FusionCharts.pdf");

//note: convert "Fusionchart.txt" to "Fusionchart.svg"

Viewing all articles
Browse latest Browse all 3131

Trending Articles