I’ve been asked to compile a budget packet containing salary figures for executives and directors and send it only to …
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.
Choose a Document Open Password if you want to stop anyone from seeing the content of your PDF without the password. Choose a Permissions Password if you want people to be able to open the PDF, but you want to stop them from changing, printing, or copying its content. You can use both together for maximum control.
AES-128 and AES-256 are both strong encryption methods for securing your PDF. AES-256 offers a higher level of security, meaning it is even harder for unauthorized people to break the encryption. For most sensitive documents, AES-256 is recommended. Both are much more secure than older encryption types and help keep your data safe.
It is important to keep an unprotected backup because if you forget the password for your PDF, there is no way to get it back. The PDF itself does not store a recovery key. Having a backup ensures you can always access your original information, even if you lose the password for the protected version.
Yes, you can automate this process. Adobe's PDF Services API allows you to protect PDFs programmatically. This means you can write code to add passwords to many documents automatically, which is very useful for large batches of files or for integrating PDF security into other systems. The API supports both AES-128 and AES-256 encryption.