Interface: SaveOptions
Options used for saving Pdf.Documents.
Properties
annotationFilter()?
optionalannotationFilter: (annotation) =>boolean
A callback to be called for each annotation in the document when saving.
The result of the callback determines whether the annotation is included in the output.
Pass null to save all annotations.
Parameters
annotation
Returns
boolean
Default Value
undefined
fileType
fileType:
"Pdf"|"Fdf"
Choose whether the output file should be a PDF or an FDF document.
Default Value
'Pdf'
optionalContentFilter()?
optionaloptionalContentFilter: () =>boolean
Returns
boolean
Default Value
undefined