Re: Quietly Distill a file
Re: Quietly Distill a file
- Subject: Re: Quietly Distill a file
- From: Brett Conlon <email@hidden>
- Date: Mon, 2 Apr 2007 11:22:41 +1100
Any takers? 8-}
Coj
Brett Conlon <email@hidden>
Sent by: applescript-users-bounces+brett.conlon=email@hidden
30/03/07 12:26 PM
|
To
| email@hidden
|
cc
|
|
Subject
| Quietly Distill a file |
|
Hi all,
I'd like to distill a file without Distiller having to launch. You can
print to PDF and Distiller doesn't run, it uses the Distillerintf process.
How can I tap into this or similar to have it produce the PDF "silently"?
Here's the code I have to distill my file:
set f to
choose file of type "EPSF"
tell application "Acrobat
Distiller 7.0"
Distill sourcePath POSIX path of
f adobePDFSettingsPath POSIX path of
"/Library/Application Support/Adobe PDF/Settings/Press Quality.joboptions"
end tell
Cheers,
Coj _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden