Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

evocomps

macrumors newbie
Original poster
Oct 2, 2007
3
0
Hey,
I'm a noob at Applescript and I was wondering, how I can write a code to launch InDesign CS, and load the print presets from a specific folder.

I can get it to launch InDesign, bring up the "Define" window under Print Presets, but I cannot get it to "click" the Load button.

:confused: Any suggestions would be greatly appreciated. :confused:

Thanks,
Chris
 

kainjow

Moderator emeritus
Jun 15, 2000
7,958
7
Here is an article that may help. It discusses UI scripting, which is what you need to do to click a button.
 

Mekanik561

macrumors newbie
Feb 10, 2007
8
0
You can just create the presets in AS with:

tell application "Adobe InDesign CS3"
make printer preset with properties {name:"Test",paper size:x...
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.