Link Search Menu Expand Document

IDocumentMergerMerge Method (Object, 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(
	Object[] sourceDocuments,
	string destinationDocument
)

Parameters

sourceDocuments
Type: SystemObject
Array of strings in 'object[]' representation for compatibility with COM/ActiveX marshalling (when using DocumentMerger from VBA or VBScript).
destinationDocument
Type: SystemString
Output PDF document file name.
See Also

Reference