Prepare a redacted public records package of project [correspondence] that removes confidential negotiation points whi…
Open the PDF file you want to encrypt in Adobe Acrobat Pro.
Go to the File menu and select Properties.
In the Document Properties window, click the Security tab.
In the Security Method dropdown, select Password Security.
Check the option to require a password to open the document.
Enter your desired password in the password field and confirm it when prompted.
CautionIf you forget this password, you will not be able to open the PDF.
Click OK to apply the settings.
When prompted, re-enter the password to confirm.
Save the PDF to finalize password protection.
Best practiceFor best security, choose a strong password and select 'Encrypt all document contents' if prompted.
You must save the PDF after setting the password for encryption to take effect.
This runs in the Acrobat app - there is no separate API for this task.
The Document Open Password is for controlling who can view the PDF at all. If someone doesn't have this password, they cannot open the file. The Permissions Password lets you control what users can do after opening the PDF, like printing or making changes. Choose based on whether you want to restrict viewing or restrict actions within the document.
AES-128 and AES-256 are strong methods for encrypting data. AES-256 is stronger than AES-128. When you set a password on a PDF, Acrobat uses one of these methods to scramble the file's information. This makes it very hard for someone without the password to read or change the PDF. Using these strong encryption types helps keep your sensitive documents safe from unauthorized access.
Yes, you can. When you set a Permissions Password, you can choose specific actions to allow or disallow. The Adobe PDF Services API, for example, supports granular permissions, including allowing fill-and-sign features while still restricting other actions like printing or editing. This means you can protect your document but still let others fill out forms or sign it.
It is important because if you forget the password for your PDF, there is no way to get it back from the file itself. Keeping an unprotected backup ensures you will always have access to your document, even if you lose the password for the secured version.
| Feature | Acrobat Desktop | Adobe PDF Services API |
|---|---|---|
| Ease of Use | User-friendly interface for single documents. | Requires coding knowledge for automation. |
| Volume | Best for protecting one or a few documents at a time. | Ideal for protecting many documents automatically. |
| Control | Manual selection of password types and permissions. | Programmatic control over encryption and granular permissions. |