public interface PDFDocument
MetadataFixerImpl| Modifier and Type | Method and Description |
|---|---|
InfoDictionary |
getInfoDictionary()
Return pdf document information dictionary representation.
|
Metadata |
getMetadata()
Return pdf document metadata representation.
|
boolean |
isNeedToBeUpdated() |
int |
removeFiltersForAllMetadataObjects()
Removes filters for all metadata streams in document
|
MetadataFixerResult |
saveDocumentIncremental(MetadataFixerResult.RepairStatus status,
OutputStream output)
Incremental save of pdf document.
|
Metadata getMetadata()
MetadataInfoDictionary getInfoDictionary()
InfoDictionaryboolean isNeedToBeUpdated()
MetadataFixerResult saveDocumentIncremental(MetadataFixerResult.RepairStatus status, OutputStream output)
MetadataFixerResultImpl must set 1 of 3 states:
MetadataFixerResult.RepairStatus.FIX_ERROR
if got problems with document save
MetadataFixerResult.RepairStatus.NO_ACTION
if metadata and information dictionary was not changed
MetadataFixerResult.RepairStatus.SUCCESS
if document save successful
report - result of MetadataFixerImpl handlingoutput - output stream for document saveint removeFiltersForAllMetadataObjects()
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.