Class PdfRevisionsReader

java.lang.Object
com.itextpdf.kernel.pdf.PdfRevisionsReader

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

  • Method Details

    • setEventCountingMetaInfo

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

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