public final class PBoxMetadataFixerImpl extends Object
| Constructor and Description |
|---|
PBoxMetadataFixerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
MetadataFixerResult |
fixMetadata(InputStream toFix,
OutputStream outputRepaired,
ValidationResult result) |
static MetadataFixerResult |
fixMetadata(OutputStream output,
PDFDocument document,
ValidationResult result,
boolean fixIdentification,
ProcessedObjectsParser parser)
Fix metadata and info dictionary for
org.verapdf.metadata.fixer.entity.PDFDocument and save fixed file
a certain path. |
MetadataFixerResult |
fixMetadata(PDFAParser parser,
OutputStream outputRepaired,
ValidationResult result) |
ComponentDetails |
getDetails() |
public MetadataFixerResult fixMetadata(InputStream toFix, OutputStream outputRepaired, ValidationResult result) throws IOException
IOExceptionpublic MetadataFixerResult fixMetadata(PDFAParser parser,
OutputStream outputRepaired,
ValidationResult result)
public void close()
public static MetadataFixerResult fixMetadata(OutputStream output, PDFDocument document, ValidationResult result, boolean fixIdentification, ProcessedObjectsParser parser)
org.verapdf.metadata.fixer.entity.PDFDocument and save fixed file
a certain path. If fixer no changes apply then no save will be produced.output - stream to result filepublic ComponentDetails getDetails()
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.