fill_forms_permission property

fill_forms_permission property

Indicates whether to allow to fill in existing interactive form fields (including signature fields), even if PdfSecurityOptions.modify_document_permission is clear.

Definition:

@property
def fill_forms_permission(self):
    ...
@fill_forms_permission.setter
def fill_forms_permission(self, value):
    ...

See Also