Click or drag to resize

PdfSplitter Methods

The PdfSplitter type exposes the following members.

Methods
 NameDescription
Public methodStatic memberSplit(Stream) Splits all pages of a PDF document loaded from the specified stream and with the Default options into separate documents.
Public methodStatic memberSplit(String, FuncInt32, String) Splits all pages from a PDF document loaded from a file with the specified path and with the Default options into separate documents.
Public methodStatic memberSplit(Stream, PdfLoadOptions, PdfPageRange) Splits the specified page ranges of a PDF document loaded from the specified stream and with the specified options into separate documents.
Public methodStatic memberSplit(Stream, PdfLoadOptions, Int32, Int32) Splits the specified pages of a PDF document loaded from the specified stream and with the specified options into separate documents.
Public methodStatic memberSplit(String, PdfLoadOptions, Int32, Int32, FuncInt32, String) Splits the specified pages from a PDF document loaded from a file with the specified path and with the specified options into separate documents.
Top
See Also