-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenPDF converter fails with java.lang.NoSuchFieldError: list #671
Comments
Any contribution are welcome! |
Do you have a full stack trace for this error? |
I'm using XDocReport 2.0.6 which I believe transitively brings in OpenPDF 1.3.18. The latest release which is compatible with XDocReport is 1.3.36, same error happens, the latest Java 8-compatible release is 1.3.43 but there are breaking changes. |
I created a simple reproducible example for this problem: https://github.com/asolntsev/xdocreport-openpdf-demo @andreasrosdal It doesn't depend on OpenPDF version. |
Thank you for reporting and making the test case. |
@andreasrosdal I don't know, judging by the stack trace, it's more likely a xdocreport bug |
Documents with lists are not properly converted by either PDF converters. The iText-based one will not render bullet points, even the characters as plain text are missing, I think this has been reported in the past. The one based on OpenPDF fails with
java.lang.NoSuchFieldError: list
, I can workaround this by replacing lists with bullet point characters but it's very annoying.Sample document: sample.odt
The text was updated successfully, but these errors were encountered: