Getting InDesign Print preferences
Getting InDesign Print preferences
- Subject: Getting InDesign Print preferences
- From: Brett Conlon <email@hidden>
- Date: Thu, 12 Jul 2007 12:18:31 +1100
Hi all,
Further to my other email, can someone
kindly help me correct this?
I'm trying to get the print preference
properties of a document to see how InDesign references them by using the
following:
tell
application
"Adobe InDesign CS2"
set
XYZ
to
properties
of
print preferences
of
active document
end
tell
But it returns an error of type 258.
When I was scripting Quark's print setup record I used this:
tell
application
"QuarkXPress 6.5"
tell
document
1
set
PProps
to
properties
of
print setup
end
tell
end
tell
and it would tell me all the properties
for a given document. I could then simply change the values to what I wanted
and then set them.
Many thanks,
Coj _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden