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