| Package | Description |
|---|---|
| org.verapdf |
Top level package housing single class, may be removed altogether.
|
| org.verapdf.model | |
| org.verapdf.pdfa |
Interfaces for PDF/A validation and Metadata repair.
|
| Modifier and Type | Method and Description |
|---|---|
PDFParser |
PdfBoxFoundry.newPdfParser(InputStream pdfStream) |
PDFParser |
PdfBoxFoundry.newPdfParser(InputStream pdfStream,
PDFAFlavour flavour) |
| Modifier and Type | Method and Description |
|---|---|
static ModelParser |
ModelParser.createModelWithFlavour(InputStream toLoad,
PDFAFlavour flavour) |
| Modifier and Type | Method and Description |
|---|---|
Object |
PDFParser.getRoot() |
PDFParser |
VeraPDFFoundry.newPdfParser(InputStream pdfStream)
Method that returns a PDFParser instance, parsing the passed
pdfStream parameter. |
PDFParser |
VeraPDFFoundry.newPdfParser(InputStream pdfStream,
PDFAFlavour flavour)
Method that returns a PDFParser instance, parsing the passed
pdfStream parameter. |
ValidationResult |
PDFAValidator.validate(PDFParser toValidate)
This method validates an InputStream, presumably believed to be a PDF/A
document of a specific flavour that matches the ValidationProfile
supported by the PDFAValidator instance.
|
Copyright © 2015–2016 The veraPDF Consortium. All rights reserved.