Package org.verapdf.pdfa
package org.verapdf.pdfa
Interfaces for PDF/A validation and Metadata repair.
Developers wishing to integrate veraPDF PDF/A validation into their own Java applications should only need to use:
org.verapdf.pdfa.ValidatorFactory
to obtain aorg.verapdf.pdfa.Validator
instance.PDFAValidator
to validate aInputStream
believed to be a PDF/A document.PDFAFlavour
to determine the flavour of PDF/A enforced by a particular validator instance.
- Since:
- 0.7
- Version:
- 0.7
- Author:
- Carl Wilson
-
ClassDescriptionFactory class that provides convenience methods for handling the veraPDF Foundry.Simple interface for PDF/A metadata repair.Simple interface that needs a little more work.A PDFAValidator performs a series of checks on PDF/A documents to verify that the document conforms to a specific PDF/A flavour.The
VeraFoundryProvider
class simply provides a method to obtain aVeraPDFFoundry
instance.The veraPDFFoundry interface provides methods for creating implementations of the classes provided by a PDF Parser and Metadata Fixer implementations.