Class PdfRevisionsReader


  • public class PdfRevisionsReader
    extends java.lang.Object
    Class to retrieve important information about PDF document revisions.
    • Constructor Detail

      • PdfRevisionsReader

        public PdfRevisionsReader​(PdfReader reader)
        Creates PdfRevisionsReader class.
        Parameters:
        reader - PdfReader instance from which revisions to be collected
    • Method Detail

      • setEventCountingMetaInfo

        public void setEventCountingMetaInfo​(IMetaInfo metaInfo)
        Sets the IMetaInfo that will be used during PdfDocument creation.
        Parameters:
        metaInfo - meta info to set
      • getAllRevisions

        public java.util.List<DocumentRevision> getAllRevisions()
                                                         throws java.io.IOException
        Gets information about PDF document revisions.
        Returns:
        List of DocumentRevision objects
        Throws:
        java.io.IOException - in case of input-output related exceptions during PDF document reading