Interface PdfSplitter.IDocumentReadyListener

  • All Known Implementing Classes:
    PdfSplitter.SplitReadyListener
    Enclosing class:
    PdfSplitter

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

      • 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