Re: Acrobat Distiller 6.0 and AppleScript
Re: Acrobat Distiller 6.0 and AppleScript
- Subject: Re: Acrobat Distiller 6.0 and AppleScript
- From: Shane Stanley <email@hidden>
- Date: Sat, 04 Oct 2003 08:35:18 +1000
On 4/10/03 4:23 AM +1000, email@hidden,
email@hidden, wrote:
>
I want to distill a PS file to PDF using Adobe Acrobat Distiller 6.0
>
and I am looking for a simple AppleScript. I have tried to write an
>
AppleScript using the Distill command:
>
Distill reference -- the object for the command
>
[optional settings path]
>
source path
>
>
What do I need to supply for "reference"?
You need to provide a POSIX path:
set aFile to choose file
set inputFile to POSIX path of aFile
tell application "Acrobat Distiller 6.0"
Distill sourcePath inputFile
end tell
Crazy. Worse, they claim it's the right thing to do.
--
Shane Stanley, email@hidden
_______________________________________________
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.