PDF Merge

Merges two PDF documents into a single PDF document.

Properties

Document1

Type: Object Input
The first document (supplied as a byte array).

Document2

Type: Object Input
The second document (supplied as a byte array).

MergedDocument

Type: Object Output
The merged document (emitted as a byte array).

Remarks

Use this Node to merge two PDF documents down to a single document.

If you need to work with PDF's in a filesystem, use the PDF File Merge Node.