We updated the infection-control policy and training is tomorrow; I need the revised policy to replace older versions …
Open the PDF file in Adobe Acrobat Pro.
Enter the current password when prompted to unlock the PDF.
Go to Tools in the top menu.
Select Protect from the list of tools.
Choose Encrypt in the Protect toolbar.
Click Remove Security.
If prompted, enter the password again and click OK to confirm removal.
Save the PDF to apply the changes.
Best practiceAfter removing the password, save the PDF with a new file name to keep an unprotected copy and avoid accidental overwriting.
You must know the current password to remove encryption; Acrobat cannot bypass or recover unknown passwords.
This runs in the Acrobat app - there is no separate API for this task.
| Password Type | Purpose | Access Control |
|---|---|---|
| Document Open Password | Required to open and view the PDF. | Controls who can see the document content. |
| Permissions Password | Required to change security settings or restrictions. | Controls actions like printing, editing, or copying content within the document. |
It is very important to keep an unprotected backup because if you forget the password for your PDF, there is no way to recover it from the file itself. Without a backup, you could permanently lose access to your document's content. This ensures you always have access to your information, even if you lose the password for the protected version.
Yes, you can automate this process. Adobe provides a PDF Services API that allows you to programmatically protect PDFs. You can use the 'Protect PDF' operation with endpoints like POST https://pdf-services.adobe.io/operation/protectpdf to apply passwords and set permissions for many files at once. This is useful for large batches of documents.