flatten_all_fields property

flatten_all_fields property

Flatten all the fields of the PDF form.

Definition:

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

See Also