Skip to content

ReamParseOptions

Defined in: src/core/converter/ream.ts:46

Options for Ream.parse.

readonly optional password?: string

Defined in: src/core/converter/ream.ts:53

The user password for an encrypted PDF source (ISO 32000 §7.6). Defaults to the empty string, which opens the common permissions-only encryption (EP14).


readonly optional readers?: readonly DocumentReader<SourceDoc>[]

Defined in: src/core/converter/ream.ts:48

Reader registry override; defaults to the built-in docx + xlsx readers.