Copy link to clipboard
Copied
I need to set up an Action that will Save a Copy of a pdf and then remove the security from the pdfs.
I successfully created an action years ago that worked perfectly but it was lost in an update and I cannot remember how I did it. So I know it is possible, I just can't figure it out again.
We have a business card template online that customers use to input their information. The files are then sent to my area to be upoaded for print.
The template is secured with usage rights enabled. The usage rights and security have to be removed in order to print.
The only way to remove the usage rights (that I am aware of) is to first do a "Save a Copy" and rename the file since Save a Copy will not allow you to overwrite the original file. The original file is then closed and the new saved copy is opened and security can now be removed.
There are times when we will receive an order for 100 different names so it becomes exteemely time consuming to prepare them for print given the above process.
Any help would be greatly appreciated!
Copy link to clipboard
Copied
You can't remove the usage rights with an action in Acrobat Pro.
Copy link to clipboard
Copied
Use this code in the Action:
event.target.saveAs({cPath:event.target.path, bCopy:true});
Copy link to clipboard
Copied
You can remove the security methods with an action created with Acrobat Pro X (10) or earlier.
You can then import and use this action in a current version of Acrobat Pro.
This why this option is still available in the Preferences:
Find more inspiration, events, and resources on the new Adobe Community
Explore Now