Re: Quietly Distill a file
Re: Quietly Distill a file
- Subject: Re: Quietly Distill a file
- From: Simon Forster <email@hidden>
- Date: Mon, 2 Apr 2007 10:28:06 +0100
Have you checked out the "Convert To PDF.scpt" - probably in /Library/
Scripts/Printing Scripts (well, it is OMM)?
FWIW, I have a command "manpdf" which just pipes the output of man to
Preview:
manpdf() { man $1 -t | open -f -a Preview; };
Don't know if that helps any.
Simon Forster
_______________________________________________________
LDML Ltd, 62 Pall Mall, London, SW1Y 5HZ, UK
Tel: +44 (0)20 8133 0528 Fax: +44 (0)70 9230 5247
_______________________________________________________
On 2 Apr 2007, at 01:22, Brett Conlon wrote:
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 (applescript-
email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
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 (applescript-
email@hidden)
Help/Unsubscribe/Update your Subscription:
@ldml.com
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