Set password restrictions on the preliminary design [packet] so only the core team can view it: apply a view password …
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.
| Password Type | Purpose |
|---|---|
| Document Open Password | Stops anyone from opening the PDF without the password. It's for basic access control. |
| Permissions Password | Allows people to open the PDF but restricts actions like printing, editing, or copying content. It's for controlling what can be done with the file. |
Using strong encryption like AES-256 for your PDF password security is important because it makes your document much harder for unauthorized people to access. AES-256 uses a longer key, which means it takes significantly more effort and time for someone to try and guess or break the password. This protects your sensitive information from being viewed or changed by the wrong people, keeping your files safe and secure.
If you forget the Permissions Password for your PDF, you cannot recover it from the file itself. This means you will not be able to change any of the restrictions you set. It is very important to keep an unprotected backup copy of your PDF or write down your password in a secure place.
Yes, you can automate encrypting multiple PDFs with passwords using the Adobe PDF Services API. The 'Protect PDF' operation allows you to programmatically apply passwords and set granular permissions, such as AES-128/256 encryption, and control print or fill-and-sign permissions. This is useful for processing many documents at once.