Adobe · Arazzo Workflow
Adobe Protect a PDF With a Password
Version 1.0.0
Upload a PDF, apply password protection and encryption, poll the job, and fetch the result.
View Spec
View on GitHub
AnalyticsCreative CloudDigital Asset ManagementDocument ServicesE-CommerceE-SignaturesExperience CloudGenerative AIMarketingPDFWork ManagementArazzoWorkflows
Provider
Workflows
protect-pdf
Add password protection and encryption to an uploaded PDF.
Requests an upload slot for the source PDF, submits a protectPDF job that applies the supplied user password and encryption algorithm, polls job status until protection finishes, and retrieves the download URI for the protected PDF.
1
requestUpload
uploadAsset
Request a pre-signed upload URI and asset ID for the source PDF, which is then PUT to the returned uploadUri out of band.
2
submitProtect
protectPDF
Submit an asynchronous protectPDF job that password-protects the uploaded PDF. Returns 201 with an in-progress job status.
3
pollStatus
getJobStatus
Poll the protectPDF 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 protected output PDF.