Page breaks where there shouldn't be on conversion of word to PDF

I have attached 2 files, the source file (Sample ICF Screwy.doc), and the resulting file (Finalized Consent Doc Screwy.pdf).

I am doing the conversion by calling document.Save(outfile, saveFormat.Pdf);

My source document is only 21 pages long but the converted document ends up being 70 pages
The issue is not with the tables themselves as it may appear, but with the text formatting/style that is used. I’ve attached a third document (Sample ICF Screwy2.doc) where all I have done is removed the style that is used on the table text and the issue goes away.
Asking the users to not use the style (as a workaround) is NOT an acceptable option.

Hi

Thanks for your inquiry. I cannot reproduce the problem on my side. I use the latest version of Aspose.Words for testing. You can download it from here:
https://releases.aspose.com/words/net
Best regards,

I downloaded 9.5 and compiled against it (instead of 9.3) and the issue seems to have been resolved.

Thanx for the quick response.

Steven