Protect the draft loan agreement for prospect [prospect=Daniel Park] with a viewing password before I email it so sens…
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. | Without this password, the PDF cannot be opened at all. |
| Permissions Password | To change restrictions on the PDF. | Without this password, users can open the PDF but cannot print, edit, or copy content if those actions are restricted. |
It is very important to keep an unprotected backup because if you forget the password for your PDF, there is no way to recover it from the file itself. This means you would lose access to your document permanently. Having a backup ensures you can always get your work back, even if you forget the password for the protected version.
Yes, you can automate password protection for many PDFs. Adobe offers an API called 'Protect PDF' that allows you to programmatically add security to your documents. This is useful for large batches of files or integrating into other systems.