Generated by
JDiff

Class com.itextpdf.kernel.utils.PdfSplitter

Changed Methods
void  setPreserveOutlines( boolean) Documentation changed from old to new.
If original document has outlines, then by default all resultant document will also have outlines.
void  setPreserveTagged( boolean) Documentation changed from old to new.
If original document is tagged, then by default all resultant document will also be tagged.
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 ) .