For example, I have an action like this:
Run external JS => Save file => Run External Bat
The problem is, is there any way in the JS to skip the save file activity?
What I would like to do in the JS is:
if (some condition) {
//Skip the save file activity
}
Is it possible or any workaround can achieve the same result? Thanks
Reference: http://www.adobe.com/devnet/acrobat/javascript.html