public interface MetadataFixer
| Modifier and Type | Method and Description |
|---|---|
MetadataFixerResult |
fixMetadata(InputStream toFix,
OutputStream outputRepaired,
ValidationResult result) |
MetadataFixerResult fixMetadata(InputStream toFix, OutputStream outputRepaired, ValidationResult result)
toFix - an InputStream from which the PDF/A data to repair can be
read.outputRepaired - an OutputStream to which the Fixer instance should write the
repaired PDF/A data.result - a ValidationResult instance for the PDF/A to be
repaired, the toFix InputStream.MetadataFixerResult that holds the repair status and
records any fixes applied.Copyright © 2015–2016 The veraPDF Consortium. All rights reserved.