Invalid conversion to SVG

I’m trying out Aspose.pdf. The attached file is not converted correctly to SVG.

@serggusak

Thanks for contacting support.

We have tested the scenario using following code snippet in our environment and were able to notice that the output image was not correct.

Aspose.Pdf.Document pdfDocument = new Aspose.Pdf.Document(dataDir + @"M684040 GUSSAK PLAN (002).pdf");
Aspose.Pdf.SvgSaveOptions saveOptions = new Aspose.Pdf.SvgSaveOptions();
saveOptions.CompressOutputToZipArchive = false;
string fileName = Guid.NewGuid().ToString();
string outFileName = dataDir + fileName + ".svg";
pdfDocument.Save(outFileName, saveOptions); 

Resultant_SVG_Screenshot.png (129.4 KB)

We have logged an issue as PDFNET-45037 in our issue tracking system. We will further investigate the logged issue and keep you posted with status of its resolution. Please be patient and spare us little time.

We are sorry for the inconvenience.

The issues you have found earlier (filed as PDFNET-45037) have been fixed in this update.