We are converting the PDF or AI file to SVG with given c# code.
spath="PDF or AI file path";
destinationPath=“SVG file path”;
var document = new Document(spath);
document.Save(destinationPath, Aspose.Pdf.SaveF…...@lukeshbhave14 , Can you tell me which section of the SVG is wrong? I am using...