Re: Determine whether spot color is RGB or CMYK in Illustrator CS2
Re: Determine whether spot color is RGB or CMYK in Illustrator CS2
- Subject: Re: Determine whether spot color is RGB or CMYK in Illustrator CS2
- From: "stephan peterson" <email@hidden>
- Date: Thu, 10 May 2007 10:56:05 -0500 (CDT)
- Importance: Normal
I looked at that as an option. In CS2 this doesn't seem to work. Actually,
telling AI to open a file doesn't work. You would think it would just open
a specific file, but in my testing I just get an AI open file dialog
window. :-(
Here's my code:
set fileToOpen to (choose file)
tell application "Adobe Illustrator CS2"
open fileToOpen forcing CMYK
end tell
I get the choose file window and then AI pops up its open dialog window.
I've tried just giving a path to AI and it still does it.
Because of this I've always just told the Finder to open an AI file
praying that it used the correct application.
Stephan
> Have you tried using the "forcing" parameter to the open command? you
> should
> be able to say "open theFile forcing CMYK".
>
> --
> Shane Stanley <email@hidden>
> AppleScript Pro Denver, June 2007 <http://scriptingmatters.com/aspro>
>
>
> _______________________________________________
> 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
>
_______________________________________________
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