iText 2.0.8 (Default branch) |
|
|
iText is a library that contains classes to generate documents in the Portable Document Format (PDF), XML, HTML, and RTF. It can also parse XML documents and convert them into any of these formats. Pages of existing PDF files can be imported and copied to new PDF documents.
License: Mozilla Public License (MPL)
Changes:
This is the final 2.0.x release before moving to 2.1. The most important change is the code reorganization. Whereas in the past there was one large com.lowagie.* tree under 'src', this release has the directories 'src' and 'test', each with different subdirectories. Under src is 'core' (for the original iText), 'rtf' (for the future rtf.jar), and 'rups' (with a new PDF tool). The 'test' directory contains code for testing (JUnit). Apart from this reorganization there are bugfixes and minor feature enhancements.
|