I have a docx4j document created from a Template and using the Plutext merge process. For some reason I get an extra Paragraph added through the Merge process that is causing a page break resulting in an extra page in my document.
This paragraph definition is different from all the other paragraphs in my document viewing in Open XML SDK.
<w:p xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main">
<w:pPr>
<w:sectPr w:rsidRPr="009E0F64" w:rsidR="006312C9" w:rsidSect="00A85378">
<w:headerReference w:type="default" r:id="rId8" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" />
<w:headerReference w:type="first" r:id="rId9" ...