Skip to content

happypdf / BinaryData

Type Alias: BinaryData

ts
type BinaryData = string | ArrayBuffer | ArrayBufferView;

Defined in: src/utils/arrays.ts:143

Binary input accepted by pdf-lib loaders/embedders. Includes Node.js Buffer (an ArrayBufferView) without depending on Node types.

MIT Licensed. A fork of pdf-lib.