| Package | Description | 
|---|---|
| com.itextpdf.kernel.utils | 
| Modifier and Type | Method and Description | 
|---|---|
| PageRange | PageRange. addPageRangePart(PageRange.IPageRangePart part)
             Adds any page range part to this page range. 
            | 
| PageRange | PageRange. addPageSequence(int startPageNumber, int endPageNumber)
             Adds a page sequence to the range. 
            | 
| PageRange | PageRange. addSinglePage(int pageNumber)
             Adds a single page to the range. 
            | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PdfSplitter.IDocumentReadyListener. documentReady(PdfDocument pdfDocument, PageRange pageRange) | 
| PdfDocument | 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 Type | Method and Description | 
|---|---|
| List<PdfDocument> | PdfSplitter. extractPageRanges(List<PageRange> pageRanges)
             Extracts the specified page ranges from a document. 
            | 
Copyright © 1998–2019 iText Group NV. All rights reserved.