https://github.com/albfernandez/itext2
Java Library to create and manipulate PDF on the fly
https://github.com/albfernandez/itext2
java
Last synced: 5 months ago
JSON representation
Java Library to create and manipulate PDF on the fly
- Host: GitHub
- URL: https://github.com/albfernandez/itext2
- Owner: albfernandez
- License: other
- Created: 2016-02-14T21:01:26.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-05-30T09:09:29.000Z (about 1 year ago)
- Last Synced: 2025-05-30T12:04:45.596Z (about 1 year ago)
- Topics: java
- Language: Java
- Homepage:
- Size: 8.66 MB
- Stars: 33
- Watchers: 6
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# itext2
Java Library to create and manipulate PDF on the fly
This is a fork of iText 2.1.7 version, the last version under MPL/LGPL
## License
MPL / LGPL
## Goals
This library is a fork of iText 2.1.7. Main goals are:
* Maintain API compatibility with iText 2.1.7.
* Maintain JDK compatibility: Update code base to keep runing on new and old JDK releases.
* Maintain BouncyCastle compatibility: Update code base to keep compatibility with new BouncyCastle releases.
* Better support for Linux.
* Bug Fixing.
## Use iText2 as Maven dependency
Add this to your pom.xml file to use the latest version of OpenPDF:
```xml
com.github.albfernandez
itext2
2.2.2
```
## Building from sources
```bash
git clone https://github.com/albfernandez/itext2.git
cd itext2
mvn clean package
```