Package com.itextpdf.kernel.pdf
Class PdfRevisionsReader
java.lang.Object
com.itextpdf.kernel.pdf.PdfRevisionsReader
Class to retrieve important information about PDF document revisions.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets information about PDF document revisions.void
setEventCountingMetaInfo
(IMetaInfo metaInfo) Sets theIMetaInfo
that will be used duringPdfDocument
creation.
-
Constructor Details
-
PdfRevisionsReader
CreatesPdfRevisionsReader
class.- Parameters:
-
reader
-PdfReader
instance from which revisions to be collected
-
-
Method Details
-
setEventCountingMetaInfo
Sets theIMetaInfo
that will be used duringPdfDocument
creation.- Parameters:
-
metaInfo
- meta info to set
-
getAllRevisions
Gets information about PDF document revisions.- Returns:
-
List
ofDocumentRevision
objects - Throws:
-
IOException
- in case of input-output related exceptions during PDF document reading
-