Download pdfparse-lib-1.0.jar file - Jar p

Jar examples for p:pdfparse-lib

Description

PDFParse, a free Java-PDF parsing library

You can download jar file pdfparse-lib 1.0 in this page.

License

GNU LESSER GENERAL PUBLIC LICENSE 2.1

Build File

You can use the following script to add pdfparse-lib-1.0.jar to your project.

<dependency>
   <groupId>com.github.axet</groupId>
   <artifactId>pdfparse-lib</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'com.github.axet', name: 'pdfparse-lib', version: '1.0'
libraryDependencies += "com.github.axet" % "pdfparse-lib" % "1.0"
<dependency org="com.github.axet" name="pdfparse-lib" rev="1.0"/>
@Grapes(@Grab(group='com.github.axet', module='pdfparse-lib', version='1.0'))
'com.github.axet:pdfparse-lib:jar:1.0'

Download

Click the following link to download the jar file.

pdfparse-lib-1.0-javadoc.jar
pdfparse-lib-1.0-sources.jar
pdfparse-lib-1.0.jar
pdfparse-lib-1.0.pom



Related Tutorials