Right side of the DOCX document is cut off when converting to PDF

Hi,


We use Aspose for converting Word document to PDF.
For some documents it cuts off the right side of the document.

See the attached Word document and resulting PDF document.

Here is piece of code we use:

var doc = new Document(“C:\NAP7BrocadePPR.DOCX”);
doc.UpdateTableLayout();
doc.UpdatePageLayout();
var sop = doc.Save(“C:\NAP7BrocadePPR.pdf”, SaveFormat.Pdf);

We use Aspose.Word for .NET version 14.4.0.0.

Can you assist please?

Thanks.
Hi Alex,

Thanks for your inquiry. We have tested the scenario and have managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-12725. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

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


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