Convert the doc file where table split in two pages to pdf not correctly


File converted = File.createTempFile("aspdf-", ".pdf");
Document doc = new Document("C:\\temp\\Test-doc31.doc");
doc.getChildNodes(NodeType.COMMENT, true).clear();
File dotdoc = File.createTempFile("aspdf-", ".doc");
doc.save(dotdoc.getAbsolutePath(), SaveFormat.DOC);
doc = new Document(dotdoc.getAbsolutePath());
doc.save(converted.getAbsolutePath(), saveOptions);

The attached doc has two pages where a table split in the 2 pages, the output file move the row[2.5] from page 1 to page 2.



Hi Will,


Thanks for your inquiry. After an initial test with Aspose.Words 14.2.0, I was unable to reproduce this issue on my side (please see attached out.pdf). I would suggest you please upgrade to the latest version of Aspose.Words. You can download it from the following link. I hope, this helps.
http://www.aspose.com/community/files/51/.net-components/aspose.words-for-.net/entry531943.aspx

Best regards,