owner_password property
owner_password property
Gets or sets the Owner password.
Remarks
Opening the document with the correct owner password (assuming it is not the same as the user password) allows full (owner) access to the document. This unlimited access includes the ability to change the document’s passwords and access permissions.
Definition:
@property
def owner_password(self):
...
@owner_password.setter
def owner_password(self, value):
...