Jar examples for p:preflight
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.
Apache License, Version 2.0
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'
Click the following link to download the jar file.
preflight-2.0.5-javadoc.jar