DocumentSplitterSplit Method (String, String, String, Int32)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Splits specified PDF or TIFF document to two documents at specified page.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public 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.
Implements
IDocumentSplitterSplit(String, String, String, Int32)See Also