Re: Quark eps script question
Re: Quark eps script question
- Subject: Re: Quark eps script question
- From: Hans Haesler <email@hidden>
- Date: Wed, 9 May 2001 08:22:53 +0200
On Tue, 8 May 2001, Carey D. Sydow wrote:
>
I need to be able to [if possible] suppress the dialog box that appears
>
when there are missing/modified pictures.
Carey,
I guess the dialog comes up when you *open* the document.
Complete the command like this...
---
tell application "QuarkXPress 4.11"
activate
open alias docPath use doc prefs yes remap fonts no do auto picture import no
end tell
---
... where 'docPath' is the complete path including the doc name.
'use doc prefs yes' preserves the preferences of the document
'remap fonts no' suppresses the dialog when there are missing fonts
'do auto picture import no' no dialog when there are missing/modified images
Regards,
Hans
---
Hans Haesler | email@hidden