DEFINITION

What is veraPDF?

veraPDF is a purpose-built validator designed to verify compliance with PDF/UA and PDF/A standards. It is developed by the Open Preservation Foundation and the PDF Association – the same organizations that author and maintain the ISO standards veraPDF tests against.

Unlike proprietary validators, veraPDF’s validation logic is open source. Any user can inspect exactly how and why a document passes or fails a specific rule – no black box, no vendor interpretation.

PDFix chose veraPDF as the core validation engine for all its products because the results are authoritative, reproducible and trusted globally by national libraries, government archives and accessibility professionals.

DOWNLOAD & INSTALL

How to install veraPDF

veraPDF provides multiple deployment options to fit different workflows. No separate download required when using PDFix: Desktop and SDK embed the veraPDF engine directly.

VALIDATION PROFILES

veraPDF validation profiles

PDF/UA-1, PDF/UA-2, WCAG

Choose the standard that matches your compliance requirement.

CLI QUICK GUIDE

veraPDF CLI – command line examples

Run veraPDF from the command line for automation, batch processing and CI/CD integration.

Validate a single PDF file – PDF/UA-1 or WCAG

verapdf --flavour ua1 file.pdf
verapdf --profile /path/to/profile.xml file.pdf

Validate multiple files

verapdf --format xml --flavour ua1 file1.pdf file2.pdf

Output formats: HTML, XML, JSON, text, raw

verapdf --format xml --flavour ua1 file.pdf
verapdf --format html --flavour ua1 file.pdf

UNDERSTANDING RESULTS

How to read a veraPDF validation report