Jar examples for p:pdfbox-tools
The Apache PDFBox library is an open source Java tool for working with PDF documents. This artefact contains commandline tools using Apache PDFBox.
You can download jar file pdfbox-tools 2.0.2 in this page.
Apache License
You can use the following script to add pdfbox-tools-2.0.2.jar to your project.
<dependency> <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox-tools</artifactId> <version>2.0.2</version> </dependency>
compile group: 'org.apache.pdfbox', name: 'pdfbox-tools', version: '2.0.2'
libraryDependencies += "org.apache.pdfbox" % "pdfbox-tools" % "2.0.2"
<dependency org="org.apache.pdfbox" name="pdfbox-tools" rev="2.0.2"/>
@Grapes(@Grab(group='org.apache.pdfbox', module='pdfbox-tools', version='2.0.2'))
'org.apache.pdfbox:pdfbox-tools:jar:2.0.2'
Click the following link to download the jar file.
pdfbox-tools-2.0.2-javadoc.jar