Skip to content

modern-pdf-lib


modern-pdf-lib / ParseSpeeds

Variable: ParseSpeeds

const ParseSpeeds: object

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.

Type Declaration

Fast

readonly Fast: 500 = 500

Fastest

readonly Fastest: number = Infinity

Medium

readonly Medium: 100 = 100

Slow

readonly Slow: 10 = 10

Released under the MIT License.