Interface: DocumentSaveOptions
Options for configuring the document save behavior.
Properties
saveAsFdf?
optionalsaveAsFdf:boolean
Indicates whether to save the document in FDF format, which includes only the form data and annotations.
Default Value
false
saveOriginal?
optionalsaveOriginal: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?
optionalshouldApplyRedactions:boolean
Indicates whether to apply redactions to the document when saving.
Default Value
false