SplitPdf Methods |
Name | Description | |
---|---|---|
ExtractPages(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.
| |
ExtractPages(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.
| |
ExtractPages(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.
| |
ExtractPages(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.
|