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.
|
public PdfRevisionsReader(PdfReader reader)
PdfRevisionsReader class.reader - PdfReader instance from which revisions to be collectedpublic 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.