iText, a free Java-PDF library.
Here is the list of declaration for itext. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.lowagie</groupId> <artifactId>itext</artifactId> <version>2.1.7</version> </dependency>
If you think this Maven repository POM file listing for itext is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:Mozilla Public License
URL: http://www.mozilla.org/MPL/MPL-1.1.html.
The itext-2.1.7 has 3 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Security | bcmail-jdk14 138 The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. The package is organised so that it contains a light-weight API suitable for use in any environment (including the newly released J2ME) with the additional infrastructure to conform the algorithms to the JCE fram... | 7 |
Security | bcprov-jdk14 138 The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. The package is organised so that it contains a light-weight API suitable for use in any environment (including the newly released J2ME) with the additional infrastructure to conform the algorithms to the JCE fram... | 7 |
The following table lists the most popular artifacts which are depending on itext-2.1.7. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Spring | spring-webmvc 3.2.8.RELEASE Spring Web MVC | 14 |
Spring | spring-webmvc 3.2.9.RELEASE Spring Web MVC | 7 |
Spring | spring-webmvc 3.2.6.RELEASE Spring Web MVC | 5 |
Spring | spring-context-support 3.2.4.RELEASE Spring Context Support | 10 |
Spring | spring-context-support 4.0.3.RELEASE Spring Context Support | 10 |
Spring | spring-context-support 4.0.6.RELEASE Spring Context Support | 37 |
Spring | spring-webmvc 4.0.0.RELEASE Spring Web MVC | 15 |
Report | jasperreports 3.7.6 JasperReports Library | 10 |
Spring | spring-webmvc 3.2.4.RELEASE Spring Web MVC | 11 |
Spring | spring-webmvc 4.0.3.RELEASE Spring Web MVC | 10 |
Spring | spring-context-support 3.2.0.RELEASE Spring Context Support | 5 |
Spring | spring-context-support 4.0.5.RELEASE Spring Context Support | 20 |
Spring | spring-webmvc 3.2.1.RELEASE Spring Web MVC | 7 |
Spring | spring-webmvc 3.2.3.RELEASE Spring Web MVC | 15 |
The following plugins are used in the itext-2.1.7.jar
The following packages are defined in the itext-2.1.7.jar
com.lowagie.text com.lowagie.text.exceptions com.lowagie.text.factories com.lowagie.text.html com.lowagie.text.html.simpleparser com.lowagie.text.pdf com.lowagie.text.pdf.codec com.lowagie.text.pdf.codec.wmf com.lowagie.text.pdf.collection com.lowagie.text.pdf.crypto com.lowagie.text.pdf.draw com.lowagie.text.pdf.events com.lowagie.text.pdf.fonts com.lowagie.text.pdf.fonts.cmaps com.lowagie.text.pdf.hyphenation com.lowagie.text.pdf.interfaces com.lowagie.text.pdf.internal com.lowagie.text.pdf.parser com.lowagie.text.xml com.lowagie.text.xml.simpleparser com.lowagie.text.xml.xmp com.lowagie.tools
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.lowagie</groupId> <artifactId>itext</artifactId> <packaging>jar</packaging> <name>iText, a Free Java-PDF library</name> <version>2.1.7</version> <description>iText, a free Java-PDF library</description> <url>http://www.lowagie.com/iText/</url> <mailingLists> <mailingList> <name>iText Questions</name> <subscribe> http://lists.sourceforge.net/lists/listinfo/itext-questions </subscribe> <post>itext-questions@lists.sourceforge.net</post> <archive> http://news.gmane.org/gmane.comp.java.lib.itext.general </archive> <otherArchives> <otherArchive>http://www.nabble.com/iText---General-f2701.html</otherArchive> <otherArchive>http://www.junlu.com/2.html</otherArchive> <otherArchive>http://sourceforge.net/mailarchive/forum.php?forum_id=3273</otherArchive> <otherArchive>http://www.mail-archive.com/itext-questions%40lists.sourceforge.net/</otherArchive> </otherArchives> </mailingList> </mailingLists> <licenses> <license> <name>Mozilla Public License</name> <url>http://www.mozilla.org/MPL/MPL-1.1.html</url> <comments> iText was originally published under the LGPLicense. LGPL can be used as an alternative license for the MPL. </comments> </license> </licenses> <scm> <connection>scm:svn:http://itext.svn.sourceforge.net/svnroot/itext</connection> <url>http://itext.svn.sourceforge.net/viewvc/itext</url> </scm> <dependencies> <dependency> <groupId>bouncycastle</groupId> <artifactId>bcmail-jdk14</artifactId> <version>138</version> </dependency> <dependency> <groupId>bouncycastle</groupId> <artifactId>bcprov-jdk14</artifactId> <version>138</version> </dependency> <dependency> <groupId>bouncycastle</groupId> <artifactId>bctsp-jdk14</artifactId> <version>138</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifest> <mainClass> com.lowagie.tools.ToolboxAvailable </mainClass> </manifest> </archive> </configuration> </plugin> </plugins> </build> </project>