We have a boundary map that will be contested and I need to encrypt the final PDF and control viewing passwords before…
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 | Control |
|---|---|---|
| Document Open Password | To view the PDF | Prevents unauthorized viewing |
| Permissions Password | To change restrictions | Controls printing, editing, copying, filling forms |
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, protecting sensitive information more effectively than older methods.
If you forget the password for your encrypted PDF, you will not be able to open or change the document. Adobe Acrobat cannot recover lost passwords from PDFs. It's crucial to keep a backup without a password or remember your password carefully.
Yes, you can automate adding passwords to multiple PDF documents. Adobe offers a PDF Services API that allows developers to programmatically protect PDFs. This is useful for businesses that need to secure many files regularly, supporting AES-128/256 and granular permissions.