Download preflight-2.0.5.jar file - Jar p

Jar examples for p:preflight

Description

The Apache Preflight library is an open source Java tool that implements a parser compliant with the ISO-19005 (PDF/A) specification. Preflight is a subproject of Apache PDFBox.

You can download jar file preflight 2.0.5 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add preflight-2.0.5.jar to your project.

<dependency>
   <groupId>org.apache.pdfbox</groupId>
   <artifactId>preflight</artifactId>
   <version>2.0.5</version>
</dependency>
compile group: 'org.apache.pdfbox', name: 'preflight', version: '2.0.5'
libraryDependencies += "org.apache.pdfbox" % "preflight" % "2.0.5"
<dependency org="org.apache.pdfbox" name="preflight" rev="2.0.5"/>
@Grapes(@Grab(group='org.apache.pdfbox', module='preflight', version='2.0.5'))
'org.apache.pdfbox:preflight:jar:2.0.5'

Download

Click the following link to download the jar file.

preflight-2.0.5-javadoc.jar
preflight-2.0.5-sources.jar
preflight-2.0.5.jar
preflight-2.0.5.pom



Related Tutorials