Skip to content

modern-pdf-lib


modern-pdf-lib / ParseSpeeds

Type Alias: ParseSpeeds

ParseSpeeds = typeof ParseSpeeds[keyof typeof ParseSpeeds]

Defined in: src/core/enums.ts:88

Preset parsing speeds — maps to objectsPerTick values in LoadPdfOptions.

Lower values keep the main thread more responsive but parse more slowly.

Released under the MIT License.