Converting All Pages of DOC Word Document to PDF using C# .NET | Retain Position of Tables in Word File

Hey Aspose Team,

We are currently using Aspose.Words_17.3.0 for .net to convert a word doc to pdf.

Unfortunately we are seeing that the last page is being cut off and the table is being thrown onto the second page.

I’ve attached the original doc and the incorrectly produced pdf.

Any idea why this is happening?

Hi there,

Thanks for your inquiry. We have tested the scenario with Aspose.Words for .NET 17.3 and noticed some table data is missing on page 1 and page 2, so we have logged a ticket WORDSNET-15137 in our issue tracking system for further investigation and rectification. We will notify you as soon as it is resolved.

We are sorry for the inconvenience.

Best Regards,

Thanks Tilal!

Hey Tilal,

Any estimate on whether we should expect this issue resolved in the short or long term?

Hi there,

Thanks for your inquiry. Unfortunately, your issue will not be fixed in short time. The issue occurs because Aspose.Words does not re-break a floating table when re-flowing it after an async message. The implementation of the fix has been postponed till a later date. We will inform you via this thread as soon as this issue is resolved.

We are sorry for the inconvenience.

Best regards,

@bvzequel,
The issues you have found earlier (filed as WORDSNET-15137) have been fixed in this Aspose.Words for .NET 17.11 update and this Aspose.Words for Java 17.11 update.
Please also check the following articles:

A post was split to a new topic: Convert Save As all Pages in DOC Word Document to PDF using Java Code