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