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"