public class PdfRevisionsReader extends Object
| Constructor and Description |
|---|
PdfRevisionsReader(PdfReader reader)
Creates
PdfRevisionsReader class. |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentRevision> |
getAllRevisions()
Gets information about PDF document revisions.
|
void |
setEventCountingMetaInfo(com.itextpdf.commons.actions.contexts.IMetaInfo metaInfo)
Sets the
IMetaInfo that will be used during PdfDocument creation. |
public PdfRevisionsReader(PdfReader reader)
PdfRevisionsReader class.reader - PdfReader instance from which revisions to be collectedpublic void setEventCountingMetaInfo(com.itextpdf.commons.actions.contexts.IMetaInfo metaInfo)
IMetaInfo that will be used during PdfDocument creation.metaInfo - meta info to setpublic List<DocumentRevision> getAllRevisions() throws IOException
List of DocumentRevision objectsIOException - in case of input-output related exceptions during PDF document readingCopyright © 1998–2024 Apryse Group NV. All rights reserved.