Appearance
zeropdf / mergeDocuments
Function: mergeDocuments()
ts
function mergeDocuments(documents): Uint8Array;Defined in: src/page-transfer.ts:89
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.