Adobe · Arazzo Workflow
Adobe Remove Protection From a PDF
Version 1.0.0
Upload a protected PDF, unlock it with its password, poll the job, and fetch the result.
View Spec
View on GitHub
AnalyticsCreative CloudDigital Asset ManagementDocument ServicesE-CommerceE-SignaturesExperience CloudGenerative AIMarketingPDFWork ManagementArazzoWorkflows
Provider
Workflows
remove-protection
Unlock a password-protected PDF using its current password.
Requests an upload slot for the protected PDF, submits a removeProtection job with the unlock password, polls job status until unlocking finishes, and retrieves the download URI for the unprotected PDF.
1
requestUpload
uploadAsset
Request a pre-signed upload URI and asset ID for the protected PDF, which is then PUT to the returned uploadUri out of band.
2
submitRemove
removeProtection
Submit an asynchronous removeProtection job that unlocks the uploaded PDF. Returns 201 with an in-progress job status.
3
pollStatus
getJobStatus
Poll the removeProtection job until it is no longer in progress, looping back while the status remains "in progress".
4
getOutput
getAsset
Resolve a pre-signed download URI for the unprotected output PDF.