Pdf to svg not precise

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 ?

@David_jack

Can you please share the source PDF file so that we may try to reproduce the same on our end.

Hello @mudassir.fayyaz
i attached file but its client file so make sure it should not be disclosed to other .essgeschirrSW.pdf (6.4 KB)
Unfortunately, round corners of lines are converted only pointed in this pdf .(Screen shot attached earlier )
plz make it fast because client needed urgently.

@David_jack

A ticket with ID PDFNET-50827 has been created in our issue tracking system to further investigate the issue on our end. This thread has been linked with the issue so that you may be notified once the issue will be fixed.

I earlier told that it’s a client issue so needed resolve as soon as possible so
can i know how much time it takes for my solution ?

@David_jack

Please note that it was recently logged in free support model and will be investigated and resolved on a first come first serve basis. We will surely inform you as soon as we make some definite progress towards its resolution. Please be patient and spare us some time.

The issues you have found earlier (filed as PDFNET-50827) have been fixed in Aspose.PDF for .NET 24.2.