ReamParseOptions
Defined in: src/core/converter/ream.ts:46
Options for Ream.parse.
Properties
Section titled “Properties”password?
Section titled “password?”
readonlyoptionalpassword?: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).
readers?
Section titled “readers?”
readonlyoptionalreaders?: readonlyDocumentReader<SourceDoc>[]
Defined in: src/core/converter/ream.ts:48
Reader registry override; defaults to the built-in docx + xlsx readers.