password property

password property

Setting user password to protect the PDF document. Read/write str.

Definition:

@property
def password(self):
    ...

@password.setter
def password(self, value):
    ...

See Also