| Package | Description |
|---|---|
| org.verapdf.metadata.fixer | |
| org.verapdf.metadata.fixer.entity | |
| org.verapdf.metadata.fixer.gf | |
| org.verapdf.metadata.fixer.gf.impl.model | |
| org.verapdf.pdfa |
Interfaces for PDF/A validation and Metadata repair.
|
| org.verapdf.pdfa.results |
Interfaces and reference implementations encapsulating the results of PDF/A
validation.
|
| org.verapdf.processor | |
| org.verapdf.processor.reports |
| Modifier and Type | Method and Description |
|---|---|
static MetadataFixerResult |
FixerFactory.defaultResult() |
| Modifier and Type | Method and Description |
|---|---|
MetadataFixerResult |
PDFDocument.saveDocumentIncremental(MetadataFixerResult.RepairStatus status,
OutputStream output)
Incremental save of pdf document.
|
| Modifier and Type | Method and Description |
|---|---|
MetadataFixerResult |
GFMetadataFixerImpl.fixMetadata(InputStream toFix,
OutputStream outputRepaired,
ValidationResult result) |
MetadataFixerResult |
GFMetadataFixerImpl.fixMetadata(PDFAParser parser,
OutputStream outputRepaired,
ValidationResult result) |
| Modifier and Type | Method and Description |
|---|---|
MetadataFixerResult |
PDFDocumentImpl.saveDocumentIncremental(MetadataFixerResult.RepairStatus status,
OutputStream output)
Incremental save of pdf document.
|
| Modifier and Type | Method and Description |
|---|---|
MetadataFixerResult |
MetadataFixer.fixMetadata(InputStream toFix,
OutputStream outputRepaired,
ValidationResult result) |
MetadataFixerResult |
MetadataFixer.fixMetadata(PDFAParser parser,
OutputStream outputRepaired,
ValidationResult result) |
| Modifier and Type | Class and Description |
|---|---|
class |
MetadataFixerResultImpl |
| Modifier and Type | Method and Description |
|---|---|
MetadataFixerResult |
MetadataFixerResultImpl.Builder.build() |
static MetadataFixerResult |
MetadataFixerResultImpl.fromValues(MetadataFixerResult.RepairStatus status,
List<String> fixes) |
| Modifier and Type | Method and Description |
|---|---|
MetadataFixerResult |
ProcessorResult.getFixerResult() |
| Modifier and Type | Method and Description |
|---|---|
static MetadataFixerReport |
Reports.fromValues(MetadataFixerResult fixerResult) |
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.