Enforce access and redaction rules by creating standard [templates] with file attachment security policies, configurin…
Open the PDF file you want to restrict in Adobe Acrobat Pro.
Select File from the top menu, then choose Properties.
In the Document Properties window, click the Security tab.
From the Security Method dropdown, select Password Security.
In the Password Security Settings dialog, check the option to restrict editing and printing of the document.
Set a permissions password when prompted.
CautionIf you forget this password, you cannot change or remove the restrictions later.
Choose the specific restrictions you want to apply (e.g., disallow printing, disallow editing, disallow copying).
Click OK to confirm your settings and close the dialog.
Click OK again in the Document Properties window.
Save the PDF to apply the new permissions.
Best practiceTest your restricted PDF in a different PDF reader or with a different user account to confirm the permissions are enforced.
You can review or change these restrictions later by reopening the Document Properties and returning to the Security tab.
This runs in the Acrobat app - there is no separate API for this task.
You use the API’s 'Protect PDF' feature, where you can send your PDF along with the permissions you want (like no printing or editing), and the API will return a new PDF with those rules applied.
Setting permissions controls what people can do with the PDF (like print or copy), while adding a password means only people with the password can even open the file. You can use both together for more security.
Using the API lets you set permissions for many PDFs automatically, which saves time and avoids mistakes, especially if you handle lots of files or need to do this as part of an app or website.
Yes, you can upload the existing PDF to the API and apply new permissions, but you’ll need to make sure you have the right password if the file is already protected.
PDF permissions are helpful but not foolproof; determined users might find ways around them, so combine permissions with other security steps like passwords or secure file sharing when needed.