Click or drag to resize

SplitPdf Methods

The SplitPdf type exposes the following members.

Methods
 NameDescription
Public methodStatic memberExtractPages(Document, Int32, Int32) This function extracts pageCount pages from the srcPdfDocument starting with the page at startPage index and creates a new Document containing the extracted pages. The resulted document can be further saved into a file on disk or into a stream.
Public methodStatic memberExtractPages(String, Int32, Int32) This function extracts pageCount pages from the srcPdfFilePath PDF file starting with the page at startPage index and creates a new Document containing the extracted pages. The resulted document can be further saved into a file on disk or into a stream.
Public methodStatic memberExtractPages(Document, Int32, Int32, String) This function extracts pageCount pages from the srcPdfDocument starting with the page at startPage index and creates a new Document containing the extracted pages. The resulted document is saved into the destFilePath file.
Public methodStatic memberExtractPages(String, Int32, Int32, String) This function extracts pageCount pages from the srcPdfFilePath PDF file starting with the page at startPage index and creates a new Document containing the extracted pages. The resulted document is saved into the destFilePath file.
Top
See Also