IDocumentMergerMerge2 Method (String, String, String)
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
Merges two PDF documents into one.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
void Merge2( string sourceDocument1, string sourceDocument2, string destinationDocument )
Parameters
- sourceDocument1
- Type: SystemString
First source document file name. - sourceDocument2
- Type: SystemString
Second source document file name. - destinationDocument
- Type: SystemString
Output document file name.
See Also