Skip to content

zeropdf v1.3.0


zeropdf / BufferSinkOptions

Interface: BufferSinkOptions

Defined in: src/internal/byte-sink.ts:35

An in-memory byte sink that collects streamed PDF output chunks and exposes them as a single Uint8Array when needed.

Properties

PropertyModifierTypeDescriptionDefined in
maxSize?readonlynumberMaximum total bytes the sink will accept before throwing SINK_FULL.src/internal/byte-sink.ts:37

Released under the ISC license.