Interface SaveOptions

PDF saving options see saveAs

Hierarchy

  • SaveOptions

Properties

digitalSignatures?: DigitalSignature[]

Signs the PDF with digital signature with advanced options. Note that the PDF will not be fully signed until Saved using saveAs"

Default

undefined

incremental?: boolean

Saves the PDF as byte array with changes appended to the end of the file.

Default

false

ownerPassword?: string

Sets owner password and enables 128Bit encryption of PDF content. An owner password is one used to enable and disable all other security settings. OwnerPassword must be set to a non-empty string value for setPermission,

Default

undefined

saveAsPdfA?: boolean

Convert the current document into the specified PDF-A standard format

Default

false

userPassword: string

Sets user password and enables 128Bit encryption of PDF content. A user password is a password that each user must enter to open or print the PDF document.

Default

undefined

Generated using TypeDoc