Interface PDFAValidator

All Superinterfaces:
AutoCloseable, Closeable, Component
All Known Implementing Classes:
BaseValidator

public interface PDFAValidator extends Component
A PDFAValidator performs a series of checks on PDF/A documents to verify that the document conforms to a specific PDF/A flavour. Note that the interface makes no provision for configuration of a validator instance. This is left to the implementer although the veraPDF library API provides a ValidatorFactory class. This is designed to allow immutable validator instances, meaning there is no methods provided to change the ValidationProfile, or the pre-configured settings.
Author:
Maksim Bezrukov