PdfEncryptionInfo constructor
init
Initializes a new instance of the PdfEncryptionInfo
class.
def __init__(self, user_password, owner_password, permissions, encryption_algorithm):
...
Parameter | Type | Description |
---|---|---|
user_password | str | The user password. |
owner_password | str | The owner password. |
permissions | PdfPermissions | The permissions. |
encryption_algorithm | PdfEncryptionAlgorithm | The encryption algorithm. |