The open source, definitive PDF/A validation library
In order to run the applications or use the GUI you'll need:
- Java 7, which can be downloaded from Oracle, or for Linux users OpenJDK.
If you want to build the code from source you'll also require:
-
Download the veraPDF-library repository, either cloning via Git
git clone https://github.com/veraPDF/veraPDF-library
or downloading the latest zip archive from GitHub. -
Move to the downloaded project directory, e.g.
cd veraPDF-library
. -
Build and install using Maven,
mvn clean install
.
-
Move to the build directory for the command line interface application, e.g.
cd {project directory}/cli/target
. -
Run the compiled command line application:
java -jar vera-cli-1.0-SNAPSHOT-jar-with-dependencies.jar verapdf --validate --input "{path to input pdf file}" --profile "{path to validation profile}" --output "{path to saved report}"