I'm new to Actions and just started using Acrobat X Pro. I'm interested in manually editing action *.sequ files. After exporting and opening one in a text viewer it looks pretty straight forward. Is there a reference to the commands that are available. For example the following line adds a description to the action:
/Description [/t (Descrition goes here)]
I'd like a list of ALL options. Reason I ask is because i used the wizard to automate encrypting a PDF with a password, and i was only able to do so if i pre-populated a password. I found that by removing the actual password from the action file that it would then prompt me like i wanted, but keep all other settings that i predefined. So it's clear that not everything can be done from the actions wizard. The one i want to do next is to build a action that redacts all SSN numbers from a PDF, but i see no way to do this from the wizard (only Search and Redact certain words)
Any information would be helpful, thanks
It's unfortunate that they didn't include the same options in the Action Search and Redact as they did with the main redact tool. So if you want a custom search and redact it has to be done with JavaScript. Modifying the sequence file isn't going to help.
As far as I know the ".sequ" file format is one of several internal settings files that Adobe does not publish. The format is a variant of PDF format, just like the FDF file format and other Acrobat helper files. It was originally created for Batch Processing. And since it's text, the best way to figure it out is by creating Actions with different features and then examining the file. I don't think that there is a whole lot in there that needs to be figured out.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script