Uses of Class
com.itextpdf.kernel.utils.PageRange
Packages that use PageRange
-
Uses of PageRange in com.itextpdf.kernel.utils
Methods in com.itextpdf.kernel.utils that return PageRangeModifier 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.Methods in com.itextpdf.kernel.utils with parameters of type PageRangeModifier 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.Method parameters in com.itextpdf.kernel.utils with type arguments of type PageRangeModifier and TypeMethodDescriptionPdfSplitter.extractPageRanges
(List<PageRange> pageRanges) Extracts the specified page ranges from a document.