6 page docx is converted to 1 page pdf

Using Aspose.Words 14.2.0.0

The c# code is:
wordDocument = new Aspose.Words.Document(FullName);
wordDocument.UpdateTableLayout();
wordDocument.UpdatePageLayout();
Aspose.Words.Saving.PdfSaveOptions pso = new Aspose.Words.Saving.PdfSaveOptions();
wordDocument.Save(tempfile, pso);

What other methods do I need to call for the pdf file to render correctly?

I cannot provide the source docx document due to confidential information.

Using Word to remove the confidential information, fixes the conversion problem.

Attached is a 3 page docx formatted document produced by Mac Pages application.



The attached pdf is the result of using the Save API with the default PDF save options.



The contents of these files was copied from www.bom.gov.au web site page.



Regards,

Roy.

Hi Roy,

Thanks for your inquiry.

While using the latest version of Aspose.Words i.e. 14.2.0, I managed to reproduce this issue on my side. I have logged this issue in our bug tracking system. The ID of this issue is WORDSNET-9928. Your thread has also been linked to this issue and you will be notified as soon as it is resolved. Sorry for the inconvenience.

Best regards,

The issues you have found earlier (filed as WORDSNET-9928) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.