Secure the draft permit application PDF with strong viewing controls and password protection before I share it with ex…
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.
| Encryption Type | Strength | Use Case |
|---|---|---|
| AES-128 | Good security, standard for many uses. | Suitable for most common documents requiring protection. |
| AES-256 | Very strong security, higher level of protection. | Best for highly sensitive or confidential documents, like legal or financial records. |
It is very important to keep an unprotected backup because if you forget the password, there is no way to get it back from the PDF file itself. Having a backup ensures you will always have access to your original content, even if you lose the password for the secured version.
Yes, if you need to secure many legal documents, you can use the Adobe PDF Services API. This allows you to automate the process of adding passwords and setting permissions to multiple PDFs at once. It supports strong encryption like AES-128 and AES-256, which is good for legal documents.