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