Apply a viewing password to the payroll worksheet PDF containing salaries and save the protected file to the secure fo…
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.
The Document Open Password is for viewing. If you want only certain people to see the payroll, use this. The Permissions Password is for editing. If you want people to see but not change the payroll, use both. This gives you full control over access and modifications.
AES-128 and AES-256 are different strengths of encryption methods. AES-256 is stronger than AES-128, meaning it uses a longer key to scramble your PDF's content, making it much harder for unauthorized people to break the password and access your sensitive information like payroll data. Choosing a higher encryption level adds a significant layer of security.
Yes, you can control these actions. When you set a Permissions Password, you can choose specific restrictions. You can allow or disallow printing, copying, and filling out forms. This means you can secure your payroll PDF but still let trusted users print it if needed, or fill out specific parts.
You should keep an unprotected backup because if you forget the password for your PDF, it cannot be recovered. This means your file would be permanently locked and inaccessible. A backup ensures you always have a way to access your important information, preventing data loss.
| Feature | Adobe Acrobat Desktop UI | PDF Services API |
|---|---|---|
| Method | Manual clicks in the application | Automated requests via code |
| Use Case | Securing individual or a few PDFs | Securing many PDFs at scale, integration into workflows |
| Complexity | Easy for single files | Requires coding knowledge |