permissions property

permissions property

The PDF document permissions such as printing, modification and data extraction.

Remarks

To modify these permissions, the PermissionsPassword must be set. For a code sample, see the documentation.

Definition:

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

See Also