This class offers the necessary interface to extract pages from a PDF document
Inheritance HierarchySystemObject
ExpertPdf.PdfCreatorSplitPdf
Namespace: ExpertPdf.PdfCreatorAssembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
SyntaxThe SplitPdf type exposes the following members.
Constructors
Methods| | Name | Description |
|---|
  | 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) |
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, 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.
|
  | 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.
|
Top
See Also