iText is a library that contains classes to generate and manipulate documents in the Portable Document Format (PDF). Document manipulation includes splitting, merging, and filling out forms (AcroForms, static and dynamic XFA forms).
| Tags | Software Development Libraries Java Libraries Internet Web Dynamic Content CGI Tools/Libraries multimedia Graphics Presentation Text Processing Utilities |
|---|---|
| Licenses | AGPLv3 |
| Implementation | Java |
Recent releases


Release Notes: This release 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 <p> or <div> tag in HTML.


Release Notes: A large part of this release involves PDF parsing. It adds support for special encodings and foreign languages. It fixes parsing errors and makes iText more tolerant when reading invalid PDF syntax. Furthermore, iText is now able to generate PDFs larger than 2 GB. This release fills some gaps regarding the implementation of PAdES, and reduced the dependency on java.awt to ease the use of iText on Google Android and GAE.


Release Notes: This release brings the long-awaited support for PAdES-LTV (this will be part of the upcoming PDF-2 standard), improves the code for parsing PDFs for images, fixes most of the bugs which were reported since the previous release, and makes iText more tolerant towards PDFs which weren't created correctly.


Release Notes: Functionality was added that allows you to completely remove an optional content layer (OCG). This is mainly a maintenance release that fixes all bugs reported on the mailing list since June 6.


Release Notes: Some functionality that was needed in XML Worker 1.0.0 was introduced. For instance, high level interfaces (Indentable, Spaceable) and a WritableDirectElement class were introduced. The logging that was introduced in 5.1.0 was changed so that it works the same way other logging frameworks do. A simple System.out logger, SysoLogger, is now provided. Some bugs were fixed to solve PDF reading and parsing problems, to solve problems with list symbols, and to avoid ClassCastExceptions when reading/manipulating existing OCG layers.