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

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

public void MergeDocuments(
	Document documentToMerge
)

Parameters

documentToMerge
Type: Bytescout.PDFDocument
Another document for merging. Pages of this document 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