Extra page rendered when converting DOCX to PDF

Hi,

When converting a DOCX to PDF, I noticed some text was moved to the 2nd page resulting in an extra page again,

Code:

var doc = new Document(@".\extra page.docx");
doc.Save(@".\extra page.pdf");

I’ve attached my test document for your reference. Could you please help me take a look?

extra page.zip (176.4 KB)

Edit: I’ve attached one more example here in case the previous one was not obvious.

pages pushed to 3rd.zip (178.5 KB)

Thanks,

@ServerSide527

We have tested the scenario and have managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-18563. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenie