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.
Hello, because tickets WORDSJR-375 and WORDSJR-377 are still unresolved, I haven’t been able to test this ticket (Aspose 24.6) yet. With the release of version 23.10.2, including the fix for WORDSJR-313, I was very optimistic that I could finally resolve the issue with the HTML Bullet list. Unfortunately, my tests haven’t shown any improvement. The HTML list is displayed incorrectly, as described above. Could you please take another look at the problem? We haven’t been able to install any updates for Aspose or JasperReports since October 2023. Thank you in advance.
Best regards, Achim
@ohmstede All the mentioned issues are already resolved. So, please try using the latest 25.4 version of Aspose.Words for Jasper Reports and let us know if the problem is still persists for you.
Hello, because the problem in ticket WORDSJR-377 is not yet resolved, I cannot test the fix from ticket WORDSJR-313 with Aspose.Words 25.4.
Best regards, Achim
@ohmstede WORDSJR-377 has been fixed in 25.4 version of Aspose.Words.
Hello, great, with the new ALLOW_HTML_LISTS parameter, version 23.10.2 works fine, and the HTML list looks clean again. Our customers will be happy
Thank you very much.
Best regards, Achim
1 Like