Re: Scripting Illustrator 10
Re: Scripting Illustrator 10
- Subject: Re: Scripting Illustrator 10
- From: Olivier Ringenbach <email@hidden>
- Date: Mon, 12 Jan 2004 23:25:06 +0100
>
When I open an Illustrator file I have three different types of errors that
>
I can encounter.
>
They are "Font Problems", "Convert Color Mode" and "Missing Linked File"
To by-pass these dialogs, the right way should be:
tell application "Adobe Illustrator 10"
set user interaction level to never interact
open file "File Name"
...
set user interaction level to interact with all
end tell
--
Olivier
_______________________________________________
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.