Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
PDF Export Addon - without iText
HI ,
Do we have any addons for PDF export ,which is not using iText jar (as it is curretnly paid now ) . is any jar available in vaadin which uses PDF box plug in for PDF related operations.
Do you specifically need the latest version of iText? The earlier versions are pretty good as well ( and with LGPL licence). I'm using iText 2.1.7 in this example project (via transitive dependency).
cheers,
matti
We wanted to throw out itext because the license is not compatible with the licensing for our project.
We would have to check if LGPL is compatible and how to use an older version with the current addon.