/veraPDF-pdfbox-validation

veraPDF PDF Box implementation of PDF/A validator, feature reporting and metadata fixer.

Primary LanguageJava

veraPDF-pdfbox-validation

PDF Box based PDF/A validation, feature extraction and metdata repair developed for veraPDF

Build Status Build Status Build Status Maven Central CodeCov Coverage Codacy Badge

GitHub issues GitHub issues GitHub issues GitHub issues

Licensing

The veraPDF Parser is dual-licensed, see:

Documentation

See the veraPDF documentation site.

Quick Start

Pre-requisites

In order to build the parser you'll need:

Building the veraPDF PDF Box Validation Model

  1. 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.
  2. Move to the downloaded project directory, e.g. cd veraPDF-parser
  3. Build and install using Maven: mvn clean install