Convert PDF file with ">" character to SVG image

Hi,

I am using Aspose for .NET 19.11. When I try to convert a PDF file with “>” character to a SVG image, the SVG image is generated but the file is corrupted and it cannot be displayed properly. Is there any fix for this issue?

var pdfDoc = new Document(inputStream); var outputStream = new MemoryStream(); var options = new SvgSaveOptions(); pdfDoc.Save(outputStream, options); return outputStream;

@cheonghang.au

Would you kindly share the PDF file with which you are facing issue. We will test the scenario in our environment and address it accordingly.

Hi,

Please try with the attached file here, thank you

thumbnail_svg_issue.txt.zip (612 Bytes)

Also attaching the PDF file that is converted from the above TXT file with Aspose API

thumbnail_svg_issue.pdf (7.8 KB)

@cheonghang.au

We were able to replicate the issue in our environment and have logged it as PDFNET-47323 in our issue tracking system. We will further look into details of it and keep you posted with the status of its correction. Please be patient and spare us little time.

We are sorry for the inconvenience.