Interface PdfSplitter.IDocumentReadyListener

Enclosing class:
PdfSplitter

public static interface PdfSplitter.IDocumentReadyListener
The event listener which is called when another document is ready.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    documentReady(PdfDocument pdfDocument, PageRange pageRange)
    Performs some action in case document is ready, e.g.
  • Method Details

    • documentReady

      void documentReady (PdfDocument pdfDocument, PageRange pageRange)
      Performs some action in case document is ready, e.g. closes the document.
      Parameters:
      pdfDocument - the current document created as a result of the original document split
      pageRange - original document page range corresponding to the current document