Saving with Aspose.PDF results in format losses

Dear Aspose team,

we have a .pdf file which looks well formed when opening. Loading it with Aspose.PDF and trying to resave it as .doc results in a not well formed document.

Used code:

Aspose.PDF.DocSaveOptions saveOptions = new Aspose.Pdf.DocSaveOptions();
saveOptions.Mode = Aspose.Pdf.DocSaveOptions.RecognitionMode.Flow;

using (Aspose.Pdf.Document doc = new Aspose.Pdf.Document(inputFilePath))
     doc.Save(outputFilePath, saveOptions); 

Problematic file:March K-8 Menu.pdf (891.5 KB)
Resaved file (zipped):temp.zip (121.1 KB)

Could you check out this issue?

Best regards,

Gergely VĂ¡ndor
[BUG-1301]

@gergelyv

Thanks for contacting support.

We were able to reproduce the issue in our environment using Aspose.PDF for .NET 19.3. Hence, we have logged it as PDFNET-46145 in our issue tracking system for the sake of correction. We will further look into details of the issue and keep you posted with the status of its rectification. Please be patient and spare us little time.

We are sorry for the inconvenience.