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

Acrobat Batch edit destination save

Gio6488
Registered: Sep 12 2007
Posts: 4

Is there any way to Override and or edit the built in Acrobat Batch Sequence
Output destination to "if (ocgs == null)" "specify Directory" else if (ocgs != null) "Specify a Different Dir"
Thanks

My Product Information:
Acrobat Pro 8.0999999999999996447286321199499070644378662109375, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
Set the batch process to "Don't Save Changes" and then use the "doc.saveAs()" function in your batch script.

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