Industry Supported PDF/A and PDF/UA Validation
The veraPDF PDF/A Validation Library is dual-licensed, see:
See the veraPDF documentation site.
In order to build the library you'll need:
- Java 8 - 21, which can be downloaded from Oracle, or for Linux users OpenJDK.
- Maven v3+
Life will be easier if you also use Git to obtain and manage the source.
First you'll need to obtain a version of the veraPDF-library source code. You can compile either the latest release version or the latest development source.
Use Git to clone the repository and ensure that the master
branch is checked out:
git clone https://github.com/veraPDF/veraPDF-library
cd veraPDF-library
git checkout master
or download the latest tar archive or zip archive from GitHub.
Use Git to clone the repository and ensure that the integration
branch is checked out:
git clone https://github.com/veraPDF/veraPDF-library
cd veraPDF-library
git checkout integration
or download the latest tar archive or zip archive from GitHub.
Call Maven install:
mvn clean install