Skip to main content

Interface: BufferSinkOptions

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

Properties

PropertyModifierTypeDescription
maxSize?readonlynumberMaximum total bytes the sink will accept before throwing SINK_FULL.