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

Batch Processing

Jayashree
Registered: Aug 31 2007
Posts: 2

How do I save user-created batch processes so that it can be standardized and used by several persons performing the same function?

My Product Information:
Acrobat Pro 7.0.9, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
The files that are used by the batch process are called Batch Sequence Files and have an ".sequ" extension. They are stored in two locations on the user's hard drive, one global location and one location that is private to the logged in user.

You can find both by executing this code in the Acrobat JavaScript Console window

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

Simply copy a sequence from your system onto the other user's system.

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script