Function: mergeDocuments()
function mergeDocuments(documents): Uint8Array;
Combines multiple PDF documents into a single PDF in the order provided.
Parameters
| Parameter | Type | Description |
|---|---|---|
documents | readonly BinaryData[] | Source PDF byte arrays to merge. |
Returns
Uint8Array
The merged PDF bytes.