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 class
PdfSplitter.SplitReadyListener
Methods in com.itextpdf.kernel.utils with parameters of type PdfSplitter.IDocumentReadyListener Modifier and Type Method Description void
PdfSplitter. splitByPageCount(int pageCount, PdfSplitter.IDocumentReadyListener documentReady)
Splits a document into smaller documents with no more than @pageCount pages each.void
PdfSplitter. splitByPageNumbers(java.util.List<java.lang.Integer> pageNumbers, PdfSplitter.IDocumentReadyListener documentReady)
Splits the document by page numbers.
-