I have a file on a nuisance complaint with names, tenant IDs, and medical info in the notes. I must send a subset to t…
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.
A Document Open Password stops anyone from opening your PDF without knowing the password. A Permissions Password lets you control what people can do with the PDF after they open it, like printing, copying, or changing the text. You can use one or both passwords depending on your security needs.
You should use AES-256 encryption because it offers a very high level of security for your PDF files. This strong encryption makes it much harder for unauthorized people to break the password and access your private information, keeping your documents safer.
No, if you forget the password for your PDF, Adobe Acrobat cannot help you recover it. The password is part of the PDF's security, and there is no way to get it back from the file itself. It is important to keep a copy of your PDF without a password or remember your password carefully.
You can automate adding password protection to many PDF documents using the Adobe PDF Services API. This API lets developers programmatically protect PDFs, set passwords, and define specific permissions like printing or filling forms. It supports AES-128/256 encryption and granular controls, making it efficient for bulk processing.