PdfEncryptionInfo constructor

init

Initializes a new instance of the PdfEncryptionInfo class.

def __init__(self, user_password, owner_password, permissions, encryption_algorithm):
    ...
ParameterTypeDescription
user_passwordstrThe user password.
owner_passwordstrThe owner password.
permissionsPdfPermissionsThe permissions.
encryption_algorithmPdfEncryptionAlgorithmThe encryption algorithm.

See Also