Paging: Text not justified

Hi,
We have an issue with a text that should be justified as designed in the jasperreports template but it is not the case in the exported docx document :
image.png (5.1 KB)

You can find an example to reproduce the case :
aspose-word.for.jasper.text-justify.zip (302.7 KB)

Best Regards
Lahcen

@lahcen
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSJR-353

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

@lahcen

I quickly tested your issue:
The size of Page in Jasper Reports and Words can be different.
And if the page content overlap the page size, then Aspose Words move content to the next Page.

You can remove Paragraph Break by using

exporter.setParameter(AWExporterParameter.CLOSE_PARAGRAPH, false);

but it didn’t change Page Break

I hope this helps!
Let me know if you have any further questions.