Generated by
JDiff

Class com.itextpdf.kernel.utils.PdfSplitter

Changed Methods
PdfDocument  extractPageRange( PageRange) Documentation changed from old to new.
Extracts the specified page ranges from a document.
List  extractPageRanges( List) Documentation changed from old to new.
Extracts the specified page ranges from a document.
PdfWriter  getNextPdfWriter( PageRange) Documentation changed from old to new.
This method is called when another split document is to be created.
List  splitByOutlines( List) Documentation changed from old to new.
Split a document by outline title (bookmark name), find outline by name and places the entire hierarchy in a separate document ( outlines and pages ) .
List  splitBySize( long) Documentation changed from old to new.
Splits the document basing on the given size specified in bytes.
List  splitByPageCount( int) Documentation changed from old to new.
Splits a document into smaller documents with no more than @pageCount pages each.