sempdf
sempdf v1.9.1Interfaces

Interface: BufferSinkOptions

sempdf v1.9.1


sempdf / 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

On this page