-
Notifications
You must be signed in to change notification settings - Fork 403
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
upgrade itext dependency #5
Comments
Hi, You are probably aware that since version 5, iText has changed its license to AGPL, which prevents its use in commercial products. You would need to purchase a commercial license of iText. You can implement your own PDF exporter using iText 5+. Thank you, |
What about using version 4.2.2?
|
@teodord |
FYI: I recently got to know about the OpenPDF efforts which might be of interest. It is a fork of iText... |
For the core JRL distro, we use our own iText 2.1.7 fork in which we have implemented a custom way to deal with fonts that have ligatures. This is now a feature that is tightly related to JRL and does not necessarily make sense in other products that generate PDF (although we've seen it being adopted in the OpenPDF fork of iText). Not sure if we are going to switch to OpenPDF any time soon, but in the meantime, we have created a new exporter based on iText 5+, which is published under AGPL, to make it compatible with the iText 5+ license. |
@teodord support for advance typography(TTF tables processing) has been added to OpenPDF with 1.3.13 release, hope this will address font processing requirements. Please suggest if we can integrate jasperreports with OpenPDF Refer below: |
jasperreports is currently depending on itext 2.1.7.js5, which is pretty old and is depending on other old things such as bctsp-jdk14, among others, which have security vulnerabilities.
Would it be possible to upgrade jasperreports to use a more recent version of itext, lets say 5.5.11?
com.itextpdf itextpdf 5.5.11The text was updated successfully, but these errors were encountered: