Package com.itextpdf.kernel.utils
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
documentReady(PdfDocument pdfDocument, PageRange pageRange)
Performs some action in case document is ready, e.g.
-
-
-
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 splitpageRange
- original document page range corresponding to the current document
-
-