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

dolt

macrumors newbie
Original poster
May 4, 2010
2
0
I am hoping to create an applescript for Indesign CS3. That would make a new document to the size that you input (width and Depth) also adding a slug containing username.
Any help much appreciated.
 
I am hoping to create an applescript for Indesign CS3. That would make a new document to the size that you input (width and Depth) also adding a slug containing username.
Any help much appreciated.

Post your code so far.
 
set pagewidth to display dialog " Enter width in picas" default answer " "
set pageheight to display dialog " Enter height in agates" default answer " "
tell application "Adobe InDesign CS3"
set myDocument to make new document
tell document preferences of myDocument
end tell
end tell
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.