Poppler.ActionResetForm

Fields

Name

Type

Access

Description

exclude

bool

r/w

whether to reset all but the listed fields

fields

[str]

r/w

list of field names to reset / retain

title

str

r/w

action title

type

Poppler.ActionType

r/w

action type (Poppler.ActionType.RESET_FORM)

Methods

None

Details

class Poppler.ActionResetForm

Resets some or all fields within a PDF form.

The default behavior resets only the list of fields, but setting exclude to True will cause the action to reset all fields but those listed. Providing an empty list of fields resets the entire form.

New in version 0.90.