iText is a library that allows you to generate PDF files on the fly.
The iText classes are very useful for people who need to generate read-only, platform independent documents containing text, lists, tables and images.
The library is especially useful in combination with Java technology-based Servlets: The look and feel of HTML is browser dependent; with iText and PDF you can control exactly how your servlet's output will look.
iText project is available for free under a multiple license: MPL and LGPL.
Product's homepage
Requirements:
· Java Development Kit (JDK) 1.2
What's New in This Release: [ read full changelog ]
· This version fixes some bugs which have been reported in the last few weeks.
· It also brings some changes in support of other projects, such as XML Worker.
· For instance, it adds some functionality to the Paragraph class to mimic the behavior of a or tag in HTML.