IDocumentMergerMerge Method (Object, 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(
	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