We keep leaking donor details and appraisal numbers when sharing drafts with staff and volunteers. Propose a practical…
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.
AES-128 and AES-256 are strong methods for scrambling data, making it very hard for unauthorized people to read your PDF. AES-256 is stronger than AES-128. This matters because it ensures that even if someone tries to break your password, the encryption makes it much more difficult, keeping your information safe.
Yes, you can. When you set a Permissions Password, you can choose specific actions to allow or restrict. You can enable 'fill-and-sign' permissions while disabling 'print' permissions. This gives you fine control over what users can do with your document.
It is important because if you forget the password for your PDF, there is no way to get it back from the file itself. An unprotected backup ensures you can still access your original content if you lose the password for the secured version.
| Feature | Desktop Application | PDF Services API |
|---|---|---|
| Ease of Use | Click-based interface, good for single documents. | Requires coding knowledge, good for many documents. |
| Automation | Manual process for each document. | Automates protection for large batches of files. |
| Integration | Standalone process within Acrobat. | Can be built into other software workflows. |