Problem: Missing Page Break when saving Word document to PDF

When converting the attached WordprocessingML document to PDF using Aspose.Words for .NET, some page breaks appear to go missing.
The original document has a page break before the table that starts with ‘Applicant 2’, but in the resulting PDF this table appears on the same page as the previous one. If I replace the page break with a next page section break then the tables appear on the expected pages.
Is this behaviour by design or is this a bug? The issue does not occur when using the Word PDF converter plug-in.
I am using Aspose.Words 9.4.0.0, Windows XP 32-bit and Visual Studio 2005.
Andy

Hi

Thanks for your request. I cannot reproduce the problem on my side using the latest version of Aspose.Words (9.7.0). I use the following code for testing:

Document doc = new Document("Original.xml");
doc.Save("out.pdf");

You can download the latest version from here:
https://releases.aspose.com/words/net
Best regards,