veraPDF-library
1.22.2
About: veraPDF-library is an industry supported, open source PDF/A validation library (Java based).
![]() ![]() |
Industry Supported PDF/A 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:
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 relase 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
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
git checkout integration
or download the latest tar archive or zip archive from GitHub.
Move to the downloaded project directory and call Maven install:
cd veraPDF-library
mvn clean install