Illustrator dialog query...

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

Having tried quite a few things I decided to have a look at Suitcase Fusion 4.

I tried switching off the Suitcase Fusion 4 plugin for Illustrator and that seems to have sorted it! :slight_smile: