Remove identifying metadata from exported artwork images and lock viewing of the PDF so it can be posted publicly with…
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.
| Password Type | Purpose | Effect |
|---|---|---|
| Document Open Password | To open and view the PDF. | Users must enter this password to see the document's content. |
| Permissions Password | To change restrictions on the PDF. | Users need this password to print, edit, or copy content, even if they can open the PDF. |
Using AES-256 encryption provides a very high level of security for your PDF documents. It makes it much harder for unauthorized people to break the encryption and access your sensitive information. This is especially important for confidential files where data protection is a top priority, offering stronger protection than AES-128.
If you forget the password for your encrypted PDF, you will not be able to recover it from the PDF file itself. This means you could lose access to your document. It is important to keep an unprotected backup copy of your PDF or to store your passwords securely.
Yes, you can automate adding passwords to many PDFs using the Adobe PDF Services API. The 'Protect PDF' operation allows you to programmatically apply password protection, including AES-128/256 encryption and setting granular print and fill-and-sign permissions. This is useful for processing large batches of documents efficiently.