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 2.1.2 in this page.
GNU Affero General Public License v3
You can use the following script to add itext-2.1.2.jar to your project.
<dependency> <groupId>com.lowagie</groupId> <artifactId>itext</artifactId> <version>2.1.2</version> </dependency>
compile group: 'com.lowagie', name: 'itext', version: '2.1.2'
libraryDependencies += "com.lowagie" % "itext" % "2.1.2"
<dependency org="com.lowagie" name="itext" rev="2.1.2"/>
@Grapes(@Grab(group='com.lowagie', module='itext', version='2.1.2'))
'com.lowagie:itext:jar:2.1.2'
Click the following link to download the jar file.
itext-2.1.2-javadoc.jar