Uses of Class
com.itextpdf.kernel.utils.PageRange
-
Uses of PageRange in com.itextpdf.kernel.utils
Modifier and TypeMethodDescriptionPageRange.addPageRangePart
(PageRange.IPageRangePart part) Adds any page range part to this page range.PageRange.addPageSequence
(int startPageNumber, int endPageNumber) Adds a page sequence to the range.PageRange.addSinglePage
(int pageNumber) Adds a single page to the range.Modifier and TypeMethodDescriptionvoid
PdfSplitter.IDocumentReadyListener.documentReady
(PdfDocument pdfDocument, PageRange pageRange) Performs some action in case document is ready, e.g.PdfSplitter.extractPageRange
(PageRange pageRange) Extracts the specified page ranges from a document.protected PdfWriter
PdfSplitter.getNextPdfWriter
(PageRange documentPageRange) This method is called when another split document is to be created.Modifier and TypeMethodDescriptionPdfSplitter.extractPageRanges
(List<PageRange> pageRanges) Extracts the specified page ranges from a document.