Re: Export to a PDF from Quark
Re: Export to a PDF from Quark
- Subject: Re: Export to a PDF from Quark
- From: Shane Stanley <email@hidden>
- Date: Fri, 01 Feb 2002 10:37:47 +1100
On 1/2/02 10:00 AM +1000, W. Kirk Lutz, email@hidden, wrote:
>
Here's what I wrote:
>
>
tell application "Acrobat Distiller 4.0"
>
activate
>
open file "WebAd" of startup disk
>
end tell
>
>
I get an error "Can't get file "WebAd" of startup disk
Distiller will want the reference to the file in the form of an alias:
tell application "Acrobat Distiller 4.0"
open alias "Macintosh HD:WebAd"
end tell
--
Shane Stanley, email@hidden