DocumentMergeDocuments Method (Document)ByteScout PDF SDK
Merges multiple documents.

Namespace:  Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax

public void MergeDocuments(
	params Document[] documentsToMerge
)

Parameters

documentsToMerge
Type: Bytescout.PDFDocument
Documents for merging. Pages of these documents will be added to the pages of the current document.
Remarks

Merged documents may have form fields with the same names. According to the property RenameMatchingFieldsDuringMerge such matching fields will be linked or renamed to avoid unwanted linking.
See Also

Reference