Aspose Words for Java 14.6.0 not converting some page breaks to PDF

Hi,
Please convert the attached test case to PDF:
AsposePageBreakTest.docx

it contains two page breaks.
The first converts correctly to PDF, the second does not.

PDF output attached as:
AsposePageBreakTest.pdf


The first break (w:br) is setup like this (works):

<w:p w:rsidR=“00037588” w:rsidRDefault=“00037588”>
<w:pPr>
<w:rPr>
<w:lang w:val=“en-US”/>
</w:rPr>
</w:pPr>
<w:r>
<w:rPr>
<w:lang w:val=“en-US”/>
</w:rPr>
<w:br w:type=“page”/>
</w:r>
</w:p>



The second is like this (does not work):

<w:p w:rsidR=“00037588” w:rsidRDefault=“00037588”>
<w:pPr>
<w:rPr>
<w:lang w:val=“en-US”/>
</w:rPr>
</w:pPr>
<w:r>
<w:rPr>
<w:lang w:val=“en-US”/>
</w:rPr>
<w:t>Page break after full</w:t>
</w:r>
</w:p>
<w:br w:type=“page”/>
<w:p w:rsidR=“00037588” w:rsidRDefault=“00037588”>
<w:pPr>
<w:rPr>
<w:lang w:val=“en-US”/>
</w:rPr>
</w:pPr>
<w:r>
<w:rPr>
<w:lang w:val=“en-US”/>
</w:rPr>
<w:t>Text 3</w:t>
</w:r>
</w:p>


Hi Justin,


Thanks for your inquiry. I tested the scenario and have managed to reproduce the same problem on my side. For the sake of correction, I have logged this problem in our issue tracking system as WORDSNET-10436. We will further look into the details of this problem and keep you updated on the status of correction. We apologize for your inconvenience.

Best regards,

The issues you have found earlier (filed as WORDSNET-10436) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.