I need to send an onboarding spreadsheet containing PII to a vendor and want to password-protect it without blocking t…
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 |
|---|---|
| Document Open Password | This password is needed to open and view the PDF. Without it, no one can see the content. |
| Permissions Password | This password lets the owner change what others can do with the PDF, like printing or editing. It does not stop people from opening the file if they have the Document Open Password. |
You should use AES-256 encryption because it offers a very high level of security for your PDF files. It is much harder for unauthorized people to break this type of encryption compared to older methods. This means your sensitive information, like onboarding sheets or legal documents, stays safer from being accessed or changed by the wrong people. It provides stronger protection for your confidential data.
If you forget the password for your encrypted PDF, you will not be able to open or access the document. Adobe Acrobat cannot recover forgotten passwords. To avoid losing your work, always keep a backup copy of your PDF that is not password-protected in a secure location. This ensures you can still access the information if the encrypted version becomes unusable.
Yes, you can automate password-protecting many PDF documents. The Adobe PDF Services API offers an operation called 'Protect PDF'. This allows you to programmatically add passwords and set permissions for multiple files, which is very efficient for large volumes of documents.