| Package | Description |
|---|---|
| org.verapdf.metadata.fixer | |
| org.verapdf.model | |
| org.verapdf.pdfa |
Interfaces for PDF/A validation and Metadata repair.
|
| Modifier and Type | Method and Description |
|---|---|
MetadataFixerResult |
PBoxMetadataFixerImpl.fixMetadata(PDFAParser parser,
OutputStream outputRepaired,
ValidationResult result) |
| Modifier and Type | Class and Description |
|---|---|
class |
ModelParser
Current class is entry point to model implementation.
|
| Modifier and Type | Method and Description |
|---|---|
PDFAParser |
VeraPDFFoundry.createParser(File pdfFile)
Method that returns a PDFParser instance, parsing file passed as
pdfStream parameter. |
PDFAParser |
VeraPDFFoundry.createParser(File pdfFile,
PDFAFlavour flavour)
Method that returns a PDFParser instance, parsing file passed as
pdfFile parameter. |
PDFAParser |
VeraPDFFoundry.createParser(InputStream pdfStream)
Method that returns a PDFParser instance, parsing the passed
pdfStream parameter. |
PDFAParser |
VeraPDFFoundry.createParser(InputStream pdfStream,
PDFAFlavour flavour)
Method that returns a PDFParser instance, parsing the passed
pdfStream parameter. |
| Modifier and Type | Method and Description |
|---|---|
MetadataFixerResult |
MetadataFixer.fixMetadata(PDFAParser parser,
OutputStream outputRepaired,
ValidationResult result) |
ValidationResult |
PDFAValidator.validate(PDFAParser 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–2021 The veraPDF Consortium. All rights reserved.