adobe.pdfservices.operation.pdfjobs.params.remove_protection package

Submodules

adobe.pdfservices.operation.pdfjobs.params.remove_protection.remove_protection_params module

class adobe.pdfservices.operation.pdfjobs.params.remove_protection.remove_protection_params.RemoveProtectionParams(password: str)

Bases: PDFServicesJobParams

Parameters for removing protection from pdf using RemoveProtectionJob

Constructs a new RemoveProtectionParams instance.

Parameters:

password (str) – the password to be used for removing protection from pdf.

Returns:

A new instance of RemoveProtectionParams

Return type:

RemoveProtectionParams

get_password()
Returns:

Returns the password to be used for removing protection from pdf.

Return type:

str

Module contents