Set type preferences in InDesign
Set type preferences in InDesign
- Subject: Set type preferences in InDesign
- From: Steve Suranie <email@hidden>
- Date: Wed, 16 Nov 2005 10:02:32 -0500
- Thread-topic: Set type preferences in InDesign
Title: Set type preferences in InDesign
Hi
I’m trying to change/set the typographers quotes in the type preferences of Adobe Indesign to off.
If I use this code it works fine,
tell application “Adobe InDesign CS2”
set typographers quotes of type preferences to false
end tell
but if I do it anywhere in relation to a document it doesn’t work:
tell application “Adobe InDesign CS2”
set typographers quotes of type preferences to false
open indesignFileNAme as alias
tell front document
set pageCount to count of every page
end tell
end tell
the document I am opening as the typographers quotes preference selected. I’ve also setting them within the tell front document set and after the file was opened with no luck. Can you change the existing preferences of an saved document with AppleScript or can you only set preferences for documents you are going to create with AS?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden