encrypt method

encrypt

Encrypts the document.

def encrypt(self, password):
    ...
Parameter Type Description
password str The password that will be required to open the document.

See Also