Re: Open file (indesign) without dialog missing fonts & missing links
Re: Open file (indesign) without dialog missing fonts & missing links
- Subject: Re: Open file (indesign) without dialog missing fonts & missing links
- From: Peter Boctor <email@hidden>
- Date: Mon, 18 Nov 2002 08:25:41 -0800
At 12:18 PM +0100 11/18/02, Bjorn Van Blanckenberg wrote:
Is it possible to open the indesigndoc and overrule the dialogs of missing
fonts and links
Yes. You can use the "user interaction level" property to disable dialogs:
tell application "InDesign 2.0.1"
set user interaction level to never interact
open alias "Some valid path"
set user interaction level to interact with all
end tell
-peter
_______________________________________________
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.