Hi
A client issue we are not getting precise output while converting pdf to svg.
in this image pdf have not sharp corner but output file showing sharps corner. I attached screen shot of image both input and output.
input_pdf.png (12.5 KB)
output_svg.png (15.3 KB)
i am usnig below code
Document pdfDocument doc = new Document(Fpath);
SvgSaveOptions saveOptions1 = new SvgSaveOptions();
saveOptions1.CompressOutputToZipArchive = false; // i tried true as well false
doc.save(pathR + File.separator + Fname + “.” + svg, saveOptions1);
i also check your online converter and older version and new version api for java but same output
can i get precise file / exact output ?