Before sharing correspondence externally, remove donor personal data by redacting names, addresses, phone numbers, and…
Open the PDF file you want to encrypt in Adobe Acrobat Pro.
Select File from the top menu, then choose Properties.
In the Document Properties window, click the Security tab.
In the Security Method dropdown, select Password Security.
Under the Document Open section, check the option to require a password to open the document.
Enter a strong password in the Document Open Password field and confirm it when prompted.
CautionMake sure to remember the password; if lost, the document cannot be opened.
In the Options area, select the option to encrypt all document contents.
Best practiceEncrypting all document contents is recommended for maximum security when emailing sensitive PDFs.
Click OK to apply the password settings.
When prompted, re-enter the password to confirm.
Save the PDF to apply encryption and password protection.
Best practiceBefore emailing, test the PDF by reopening it to ensure the password works as expected.
After applying password protection, always save a backup of the original PDF in case you need to make changes later.
This runs in the Acrobat app - there is no separate API for this task.
| Password Type | Purpose |
|---|---|
| Document Open Password | You need this password to open and view the PDF file. Without it, you cannot see the content. |
| Permissions Password | This password controls what actions other users can do with the PDF, such as printing, copying text, or making changes. |
Using AES-256 encryption makes your PDF documents very secure. It is a strong method that makes it extremely difficult for unauthorized people to access or read your file without the correct password. This is important for protecting sensitive information and ensuring your data stays private.
If you forget the password for your encrypted PDF, you will not be able to open or change the document. Adobe Acrobat cannot recover forgotten passwords from the PDF. It is very important to keep a safe, unprotected backup copy of your document or store your passwords securely.
Yes, you can automate adding passwords to many PDFs using the Adobe PDF Services API. This allows you to programmatically apply security settings, including passwords and permissions, to a large number of documents. You would use the 'Protect PDF' operation through the API to do this efficiently.