Interface | Description |
---|---|
MetadataFixer |
Simple interface for PDF/A metadata repair.
|
PDFAParser |
Simple interface that needs a little more work.
|
PDFAValidator |
A PDFAValidator performs a series of checks on PDF/A documents to verify that
the document conforms to a specific PDF/A flavour.
|
VeraFoundryProvider |
The
VeraFoundryProvider class simply provides a method to obtain a
VeraPDFFoundry instance. |
VeraPDFFoundry |
The veraPDFFoundry interface provides methods for creating implementations of
the classes provided by a PDF Parser and Metadata Fixer implementations.
|
Class | Description |
---|---|
Foundries |
Factory class that provides convenience methods for handling the veraPDF
Foundry.
|
Developers wishing to integrate veraPDF PDF/A validation into their own Java applications should only need to use:
org.verapdf.pdfa.ValidatorFactory
to obtain a org.verapdf.pdfa.Validator
instance.PDFAValidator
to validate a InputStream
believed to be a PDF/A document.PDFAFlavour
to determine the flavour of PDF/A enforced by a particular validator instance.Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.