Table content is splitting in two parts(ECDCTS-10931)

Hi Team,

We are trying to transform word to pdf using below code snippet. In output file at page no 23
table content is getting splitted into two parts.

String fileName = "C:\\Docs\\10931\\MMD-000029712 24JUN24 final copy for upload.docx";
com.aspose.words.Document document = new com.aspose.words.Document(fileName);
document.acceptAllRevisions();
document.setTrackRevisions(false);
document.save("C:\\Docs\\10931\\MMD-000029712 24JUN24 final copy for upload no revision.pdf");

docs.zip (2.4 MB)

Could you please help on this ?

Thanks,
Arvind

@rnara As I can see if render the document to PDF using MS Word, the table row is also split into two pages. So Aspose.Words behavior is correct.