Skip to content

BezrukovM/veraPDF-library

 
 

Repository files navigation

veraPDF-library

The open source, definitive PDF/A validation library

CI Status

Travis: Build Status

Jenkins: Build Status

Pre-requisites

In order to run the applications or use the GUI you'll need:

If you want to build the code from source you'll also require:

Building and Running the veraPDF-library

Building from source

  1. 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.

  2. Move to the downloaded project directory, e.g. cd veraPDF-library.

  3. Build and install using Maven, mvn clean install.

Running the command line validation application

  1. Move to the build directory for the command line interface application, e.g. cd {project directory}/cli/target.

  2. 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}"

About

veraPDF PDF/A validation library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.0%
  • XSLT 2.0%