PdfEncryptionDetails constructor

PdfEncryptionDetails(user_password, owner_password)

Initializes an instance of this class.

def __init__(self, user_password: str, owner_password: str):
    ...
ParameterTypeDescription
user_passwordstr
owner_passwordstr

PdfEncryptionDetails(user_password, owner_password, permissions)

Initializes an instance of this class.

def __init__(self, user_password: str, owner_password: str, permissions: aspose.words.saving.PdfPermissions):
    ...
ParameterTypeDescription
user_passwordstr
owner_passwordstr
permissionsPdfPermissions

See Also