IDocumentMergerMerge Method (String, String)ByteScout PDF Extractor SDK
Merges several PDF documents into one.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

void Merge(
	string[] sourceDocuments,
	string destinationDocument
)

Parameters

sourceDocuments
Type: SystemString
Array of PDF document file names to merge.
destinationDocument
Type: SystemString
Output PDF document file name.
See Also

Reference