OpenPdfOptions
Defined in: packages/core/src/noto-pdf.ts:49
Options for opening a PDF document.
Properties
password?
optionalpassword:string
Defined in: packages/core/src/noto-pdf.ts:56
Password for opening encrypted PDFs.
If the PDF is encrypted and no password is provided,
a PdfError with code PASSWORD_REQUIRED will be thrown.