Document locking has been ad hoc and has caused complaints from auditors and postdocs. Propose an access-control model…
Open Adobe Acrobat on your administrator workstation.
Select Tools in the right pane.
Choose Protect a PDF from the available tools.
Click the Encrypt option or access protection settings through the Tools menu.
Set up a new password encryption configuration for your security policy.
Choose Password Security as the encryption method.
Define password requirements (such as minimum length, complexity, and permissions restrictions) according to your organization's standards.
Best practiceFor maximum security, require long, complex passwords and restrict editing and printing permissions.
Set whether to require a password to open the document and/or to change security settings.
Choose to encrypt all document contents for best protection.
RecommendationEncrypting all contents is recommended to ensure metadata and attachments are also protected.
Save the policy with a clear, descriptive name.
Distribute the policy to users or enforce it through your organization's PDF creation and handling procedures.
Best practiceInstruct users to always apply this policy when creating or securing PDFs to maintain compliance.
You can centrally define password and encryption requirements in Acrobat so users consistently apply your organization's security standards.
This runs in the Acrobat app - there is no separate API for this task.
| Password Type | Purpose | What it controls |
|---|---|---|
| Document Open Password | To open the PDF | Who can view the document |
| Permissions Password | To change restrictions | Who can print, copy, or edit the document |
You should use AES-256 encryption because it offers a very high level of security for your PDF files. It makes it much harder for unauthorized people to break the encryption and access your document's content. This is especially important for sensitive information like financial records or legal agreements, ensuring your data stays private.
No, Adobe Acrobat cannot help you recover a forgotten password for a PDF. Once a password is set, it is embedded in the file. This is why it's very important to keep a separate, unprotected backup copy of your document or to store your passwords securely.
Yes, you can automate adding passwords to many PDFs using an API. The Adobe PDF Services API offers a 'Protect PDF' operation. You can send a POST request to its endpoint, specifying the password and desired permissions like AES-128/256 encryption, and granular print or fill-and-sign permissions. This is very useful for large-scale document processing.