I’m trying to try how your trial version of library (Aspose.Words for JasperReports) generates reports from a template of JasperReport to Docx file.
I noticed such a strange thing: if there is a symbol of tabulation ("\t") in the text, then not the distance between the lines automatically becomes like a single.
If you remove the tab character, the formatting becomes correct.
Also, if there are many symbols of tabulation in the text, a forced page break occurs (not specified in the template).
Used library for JasperReports - 6.4.2.-6.4.3 from archives of versions Aspos: 19.12, 19.7, 18.8.
Setting (exporter.setParameter(AWExporterParameter.USE_LINE_SPACINGS, AWExporterParameter.USE_LINE_SPACINGS_ALWAYS)) did not help.
Is there any way to fix this?