Skip to main content
Version: Version 5

Interface: DocumentSaveOptions

Options for configuring the document save behavior.

Properties

saveAsFdf?

optional saveAsFdf: boolean

Indicates whether to save the document in FDF format, which includes only the form data and annotations.

Default Value

false


saveOriginal?

optional saveOriginal: boolean

Indicates whether to save the original input document, discarding any interactive changes. When set to true, it bypasses the regular save process, avoiding any automatic repairs or modifications.

Default Value

false


shouldApplyRedactions?

optional shouldApplyRedactions: boolean

Indicates whether to apply redactions to the document when saving.

Default Value

false