Table is moved to previous page when Doc is converted to PDF

Hi,

When converting a doc to PDF with Aspose.Words, I noticed a table was moved to the previous page.

Here is the code snippet.

 com.aspose.words.Document doc = new com.aspose.words.Document("C:\\Sample.doc");
 
doc.save("C:\\Sample.pdf");

Please find the attached documents.
Sample.zip (153.9 KB)

Regards,
Pavan

@rnara
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSNET-26940

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

@alexey.noskov ,

Do you have any update on the fix?

Regards,
Pavan

@rnara We have completed analyzing the issue. The issue occurs because a cell staring with a nested floating table that cannot be broken is not handled correctly when breaking the container table.
But the issue is not yet scheduled for development. So we cannot provide you any estimates.