Uses of Interface
com.itextpdf.kernel.utils.PdfSplitter.IDocumentReadyListener
-
Packages that use PdfSplitter.IDocumentReadyListener Package Description com.itextpdf.kernel.utils -
-
Uses of PdfSplitter.IDocumentReadyListener in com.itextpdf.kernel.utils
Classes in com.itextpdf.kernel.utils that implement PdfSplitter.IDocumentReadyListener Modifier and Type Class Description private static classPdfSplitter.SplitReadyListenerMethods in com.itextpdf.kernel.utils with parameters of type PdfSplitter.IDocumentReadyListener Modifier and Type Method Description voidPdfSplitter. splitByPageCount(int pageCount, PdfSplitter.IDocumentReadyListener documentReady)Splits a document into smaller documents with no more than @pageCount pages each.voidPdfSplitter. splitByPageNumbers(java.util.List<java.lang.Integer> pageNumbers, PdfSplitter.IDocumentReadyListener documentReady)Splits the document by page numbers.
-