Encrypt and password-protect the client referral PDFs before emailing them to staff, use a strong password protocol, a…
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 anyone who needs to view the PDF. They must type this password to open it. The Permissions Password is for you, the owner, to control what others can do, like print or edit. You set this to restrict actions even after someone opens the PDF.
AES-128 and AES-256 are strong methods for encrypting your PDF. AES stands for Advanced Encryption Standard. The numbers 128 and 256 refer to the key length, with 256-bit being stronger and harder to break. Using these ensures your sensitive information is very well protected from unauthorized access, making it a good choice for important documents.
Yes, they can, but only if you allow it. When you set a Permissions Password, you can choose specific restrictions. You can allow or disallow printing, copying text, or making changes. Make sure to set these permissions carefully before sharing, based on what you want your colleague to be able to do.
It is important because if you forget the password for your PDF, there is no way to recover it. Adobe Acrobat cannot help you. An unprotected backup ensures you will not lose access to your document permanently if you forget the password.
| Feature | Desktop App | API |
|---|---|---|
| Ease of Use | Manual, visual interface for single documents. | Programmatic, for automated or batch processing. |
| Automation | Limited to manual actions. | Full automation for many documents or workflows. |
| Integration | Standalone application. | Integrates into other systems and custom applications. |