PDFBox - Java PDF Library.
PDFBox is an open source Java PDF library for working with PDF documents..
Here is the list of declaration for pdfbox. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>pdfbox</groupId> <artifactId>pdfbox</artifactId> <version>0.7.3</version> </dependency>
If you think this Maven repository POM file listing for pdfbox is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:BSD
URL: http://www.pdfbox.org/license.html.
The following packages are defined in the pdfbox-0.7.3.jar
org.pdfbox org.pdfbox.ant org.pdfbox.cos org.pdfbox.encoding org.pdfbox.encryption org.pdfbox.examples org.pdfbox.examples.fdf org.pdfbox.examples.pdmodel org.pdfbox.examples.persistence org.pdfbox.examples.signature org.pdfbox.examples.util org.pdfbox.exceptions org.pdfbox.filter org.pdfbox.io org.pdfbox.pdfparser org.pdfbox.pdfviewer org.pdfbox.pdfwriter org.pdfbox.pdmodel org.pdfbox.pdmodel.common org.pdfbox.pdmodel.common.filespecification org.pdfbox.pdmodel.common.function org.pdfbox.pdmodel.documentinterchange.logicalstructure org.pdfbox.pdmodel.documentinterchange.prepress org.pdfbox.pdmodel.edit org.pdfbox.pdmodel.encryption org.pdfbox.pdmodel.fdf org.pdfbox.pdmodel.font org.pdfbox.pdmodel.graphics org.pdfbox.pdmodel.graphics.color org.pdfbox.pdmodel.graphics.predictor org.pdfbox.pdmodel.graphics.xobject org.pdfbox.pdmodel.interactive.action org.pdfbox.pdmodel.interactive.action.type org.pdfbox.pdmodel.interactive.annotation org.pdfbox.pdmodel.interactive.digitalsignature org.pdfbox.pdmodel.interactive.documentnavigation.destination org.pdfbox.pdmodel.interactive.documentnavigation.outline org.pdfbox.pdmodel.interactive.form org.pdfbox.pdmodel.interactive.pagenavigation org.pdfbox.pdmodel.interactive.viewerpreferences org.pdfbox.pdmodel.text org.pdfbox.persistence.util org.pdfbox.searchengine.lucene org.pdfbox.util org.pdfbox.util.operator org.pdfbox.util.operator.pagedrawer test.pdfbox test.pdfbox.cos test.pdfbox.encryption test.pdfbox.filter test.pdfbox.pdfparser test.pdfbox.pdmodel test.pdfbox.pdmodel.interactive.form test.pdfbox.util
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2002-2007, www.pdfbox.org All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of pdfbox; nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <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>pdfbox</groupId> <artifactId>pdfbox</artifactId> <version>0.7.3</version> <name>PDFBox - Java PDF Library</name> <!-- Keep on a single line, see http://jira.codehaus.org/browse/MJAR-39 --> <description>PDFBox is an open source Java PDF library for working with PDF documents.</description> <licenses> <license> <name>BSD</name> <url>http://www.pdfbox.org/license.html</url> <distribution>repo</distribution> </license> </licenses> <url>http://www.pdfbox.org/</url> <mailingLists> <mailingList> <name>PDFBox Users mailing list</name> <subscribe>pdfbox-user-subscribe@lists.sourceforge.net</subscribe> <unsubscribe>pdfbox-user-unsubscribe@lists.sourceforge.net</unsubscribe> <post>pdfbox-user@lists.sourceforge.net</post> </mailingList> </mailingLists> <scm> <url>http://pdfbox.cvs.sourceforge.net/pdfbox/</url> </scm> <dependencies> <dependency> <groupId>org.fontbox</groupId> <artifactId>fontbox</artifactId> <version>0.1.0</version> </dependency> <dependency> <groupId>org.jempbox</groupId> <artifactId>jempbox</artifactId> <version>0.2.0</version> </dependency> <dependency> <groupId>bouncycastle</groupId> <artifactId>bcmail-jdk14</artifactId> <version>136</version> </dependency> <dependency> <groupId>bouncycastle</groupId> <artifactId>bcprov-jdk14</artifactId> <version>136</version> </dependency> </dependencies> </project>