Scripting InDesign 2 to print to file
Scripting InDesign 2 to print to file
- Subject: Scripting InDesign 2 to print to file
- From: Bob Averill <email@hidden>
- Date: Mon, 21 Oct 2002 18:03:24 -0700
All,
I'm having problems scripting InDesign 2 to print to file. It works fine
when I use the "with print dialog" property, but it fails to write anything
when I use "without print dialog".
What am I doing wrong?
Thanks.
Bob Averill
________________________________________
tell application "InDesign 2.0.1"
set theDoc to active document
tell theDoc
set properties of print preferences to {print to disk:yes, print
file:"Macintosh HD:Desktop Folder:test2.ps"}
print using "Style 1" without print dialog
end tell
end tell
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.