-
Notifications
You must be signed in to change notification settings - Fork 408
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
Fix issue-17, iText 2.1.7 to OpenPDF 1.3.11 #53
Conversation
This also related to LibrePDF/OpenPDF#145, solves JasperReport support |
Can you provide a binary distribution of JasperReports library with OpenPDF? I still can't compile JasperReports with the changes you've provided. |
Sorry my bad. Got it to build. Thanks. |
I think TIBCO Jaspersoft is sticking with itext2.1.7 because of reasons written in the following page. |
Hi ozawa-hi, Were you able to run JasperReports using OpenPDF. How did you compile? |
Any news on this? The latest version of OpenPDF is now 1.3.11. Maybe this pull request could be updated? @ozawa-hi All the issues mentioned on that page are now addressed by OpenPDF. We have done a code review and resolved all questions related to licensing. |
We'll probably keep only one of these items open for the foreseeable future, as we cannot completely exclude that one day will make the switch. |
@andreasrosdal updated OpenPDF to 1.3.11 |
@teodord |
My understanding is that you can put OpenPDF in your application classpath instead of iText and it should work just fine. |
Thanks for response. |
Looks like this PR is outdated |
A fork of OpenPDF 1.3.30 is going to be used in the next JasperReports Library release. |
That's why I said this PR is outdated. I'd suggest closing it |
Closing, iText has been replaces with a OpenPDF 1.3.30 patched dependency. |
@teodord Is there any information available on the differences of the forked OpenPDF vs. mainline OpenPDF? (Are there any compatibility concerns when replacing the forked one with the mainline one locally?) |
The only difference is that our forked version includes a fix for LibrePDF/OpenPDF#676 You can use the official OpenPDF 1.3.30 release if you don't mind the effects of that bug. |
@dadza Thank you! |
Resolves issue #17, replaces outdated and partial PR #29.