Page 1 of 1

Add Security to a folder of PDF’s

Posted: Wed Dec 07, 2005 5:29 am
by CTC1
I attempted to create a task that would when launched identify all of the PDF's in an active open window, open them, add security, save them, close them, and stop when the task is complete.
This would require, among other things, navigating through the menus, mouse clicks, and typing that I normally do manually.
Unfortunately after an hour or so I couldn't get the task to perform. Can anybody suggest how to more quickly learn to use this program?

Add Security to a folder of PDF’s

Posted: Wed Dec 07, 2005 5:42 am
by Oleg
What do you mean under "add security"? May I look at your task?

Add Security to a folder of PDF’s

Posted: Wed Dec 07, 2005 5:56 am
by CTC1
Acrobat allows an author to secure a PDF document to prevent changes by a user. To do this you need to navigate through specific menus, check boxes, and type in a password. Standard windows actions.

Add Security to a folder of PDF’s

Posted: Wed Dec 07, 2005 6:16 am
by Oleg
Usually enough of "send keystroke" action.
I haven't PDF editor, therefore I can't create example for you.

For example to save document in Word under name "NewName" you should send such string:
%(F)A{DELAY 500}NewDoc{ENTER}
%(F) - Alt-F (call the file menu)
A - choice "Save As" option
NewDoc - input string in file dialog
{ENTER} - press Enter key

Use "Insert a key" button at the editor of "Send Keystroke" action to insert complex key combinations.