Greenfield PDF/A validation, feature reporting and metadata repair developed for veraPDF
The veraPDF Validation project is dual-licensed, see:
See the veraPDF documentation site.
In order to build this project you'll need:
- Java 7, which can be downloaded from Oracle, or for Linux users OpenJDK.
- Maven v3+
- Download the veraPDF-validation repository, either:
git clone https://github.com/veraPDF/veraPDF-validation
or download the latest tar archive or zip equivalent from GitHub. - Move to the downloaded project directory, e.g.
cd veraPDF-validation
- Build and install using Maven:
mvn clean install