These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Batch Processing

ph
Registered: Aug 20 2008
Posts: 2

Is is possible in Acrobat 9 to send a batch processing sequence I have constructed to someone else? Can you see the actual script somewhere in Acrobat, save, and send to another Acrobat user?

My Product Information:
Acrobat Pro 9.4.2, Windows
George_Johnson
Expert
Registered: Jul 6 2008
Posts: 1876
Yes, it will be stored as a .sequ file somewhere on your system. To find out where, try running the following JavaScript statement in the interactive JavaScript console (Ctrl+J):

app.getPath("user", "sequences");


Press Ctrl+Enter while the cursor is on that line of code and it should print something like:

/C/Users/George/AppData/Roaming/Adobe/Acrobat/9.0/Sequences

at least for Windows 7. Windows XP will be similar but different. You then have to navigate to that location to copy the file.
rbogie
Registered: Apr 28 2008
Posts: 432
and you can also search your system (start> search> files and folders) for the string *.sequ ; attach the xx.sequ file to an outgoing email. recipient then drops the xx.sequ file in the 'Acrobat/?.0/Sequences' folder/directory