Skip to content

zeropdf v1.3.0


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

ParameterTypeDescription
documentsreadonly BinaryData[]Source PDF byte arrays to merge.

Returns

Uint8Array

The merged PDF bytes.

Released under the ISC license.