Link Search Menu Expand Document

IDocumentMergerMerge Method (String, String)

Merges several PDF documents into one.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-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