Jar examples for i:itext
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(TM) 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 requires JDK 1.2, and no extra dependencies. It's available for free under a multiple license: MPL and LGPL.
You can download jar file itext 4.2.1 in this page.
GNU Affero General Public License v3
You can use the following script to add itext-4.2.1.jar to your project.
<dependency> <groupId>com.lowagie</groupId> <artifactId>itext</artifactId> <version>4.2.1</version> </dependency>
compile group: 'com.lowagie', name: 'itext', version: '4.2.1'
libraryDependencies += "com.lowagie" % "itext" % "4.2.1"
<dependency org="com.lowagie" name="itext" rev="4.2.1"/>
@Grapes(@Grab(group='com.lowagie', module='itext', version='4.2.1'))
'com.lowagie:itext:jar:4.2.1'
Click the following link to download the jar file.
itext-4.2.1-javadoc.jar