Hello,
When I output an HTML list with “Aspose Words for Jasper”, the elements of the list are output one after the other in a line without a bullet. I get this behavior from JR version 16.19.1 and greater. Is there a solution for this? I have attached a ZIP file with all necessary files as an example. The examples were created with JR 6.18.1 and JR 6.20.5 with Aspose 23.09. The file contains DOCX as examples and Java/XML/JRXML as test environments.
XmlHtmlFormat5.zip (24.3 KB)
Kind regards, Achim
@ohmstede
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-313
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.
@ohmstede
I created AWExporterParameter.ALLOW_HTML_LISTS and it help to render text field with tag li inside as word list
currentExporter.setParameter(AWExporterParameter.ALLOW_HTML_LISTS, true);
By default this parameter set to false for compatibility with older version
The issues you have found earlier (filed as WORDSJR-313) have been fixed in this Aspose.Words for JasperReports 24.6 update.