Skip to main content
Participant
January 19, 2011
Question

Autoamtor + InDesign script

  • January 19, 2011
  • 1 reply
  • 2073 views

Hi all,

I wonder is the a way to run a script in InDesign from Automator?

I have automator action that opens indesign document but than i want to run specific script (or keyboard shortcut):

This is what I want to accomplish:

1. Drag and drop indesign document into automator app

2. Open document

3. Run indesign script/or keyboard shortcut
Thanks,

Message was edited by: korek_grizzly

This topic has been closed for replies.

1 reply

Muppet_Mark-QAl63s
Inspiring
January 19, 2011

Im not a user of 'Automator' but don't you just need to put a 'do script' inside of the indesign step…

Participant
January 19, 2011

The problem is that I have automator action witch opens indesign document in indesign and it is in automator application as app on my desktop and I also want to put action in this very app to run indesign sctipt or keyboard shortcut.

I just want to drag and drop indesign document into desktop app and go for a coffee

Muppet_Mark-QAl63s
Inspiring
January 19, 2011

If your Automator Application does not already have an option for handling scripts built into it's code then you will either have to speak the the app's developers and suggest such a feature or you could build your own app using Apple's Xcode & AppleScript. It is most likely that your app is in deployment state which means the developer's code is protected/encrypted.