PDF File Merge
Merges two PDF documents stored as files, into a single new PDF document, stored as a file.
Properties
Connection
Type: Connection Input
The Connection that identifies the DropPoint through which the Node should execute (document paths are relative to the server on which the DropPoint resides).
DocumentPath1
Type: String Input
The path to the first PDF document in the filesystem.
DocumentPath2
Type: String Input
The path to the second PDF document in the filesystem.
MergedDocumentPath
Type: String Input
The target path to the emitted, merged PDF document.
Remarks
Use this Node when you need to work with PDF's in a filesystem. If you want to work with the PDF's in memory (i.e. as a byte array), use PDF Merge