I often share redacted contracts and once pricing was discovered in an embedded metadata field. Recommend a dependable…
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 | What it protects |
|---|---|---|
| Document Open Password | To open the PDF | Stops unauthorized viewing of the content. |
| Permissions Password | To change restrictions | Stops unauthorized editing, printing, or copying. |
Using AES-256 encryption makes your PDF files very secure. It is a strong method that codes your document's information, making it very hard for unauthorized people to read or change. This is important for sensitive documents like legal papers or financial reports.
Yes, if you set the Permissions Password correctly, you can allow recipients to fill out forms and sign the PDF. When you set the 'Restrict editing' options, look for granular permissions. You can choose to allow 'filling in form fields and signing existing signature fields' while still preventing other changes like printing or editing text.
Yes, you can automate adding passwords to many PDFs using the Adobe PDF Services API. This API allows you to programmatically protect PDFs, set encryption types like AES-128 or AES-256, and define specific print and fill-and-sign permissions for large batches of documents.