Link Search Menu Expand Document

IDocumentSplitterSplit Method (String, String, String, Int32)

Splits specified PDF or TIFF document to two documents at specified page.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
void Split(
	string sourceDocument,
	string destinationDocument1,
	string destinationDocument2,
	int splitAtPageNumber
)

Parameters

sourceDocument
Type: SystemString
Source PDF or TIFF document file name to split.
destinationDocument1
Type: SystemString
First output document file name.
destinationDocument2
Type: SystemString
Second output document file name.
splitAtPageNumber
Type: SystemInt32
1-based page number to split at. It will be the first page of the second split part.
See Also

Reference