Hi There,
I’ve been trying to find a way of opening up a pdf in Illustrator CS4 without any dialogs appearing.
According to the Illustrator CS4 Scripting Guide this is supposed to be the way:-
tell application "Adobe Illustrator"
set user interaction level to never interact
set page of PDF file options of settings to 1
--open POSIX file fileToOpen as alias without dialogs
open POSIX file "/Users/fredbloggs/path/to/this.pdf" as alias without dialogs
end tell
However, the ‘Find Font’ dialog box still pops up even though the User Interaction Level is set to ‘never interact’?
Please can someone point me in the right direction.
Thanks,
Nick