Re: Printing PDFs doesn't?
Re: Printing PDFs doesn't?
- Subject: Re: Printing PDFs doesn't?
- From: Matthew Smith <email@hidden>
- Date: Fri, 07 Jan 2005 11:52:14 +1100
on 07/01/2005 06:34, Jeff Porten at email@hidden wrote:
> Very simple script, hopefully a very simple problem. I have a list of
> Finder-returned PDF files. I want to repeat through them and print
> them.
>
> print eachpdf -- eachpdf is the repeat variable
>
> doesn't work.
>
> tell application "Preview" to print eachpdf
>
> pops up the document on screen for an instant and closes it, with no
> printing.
>
> I'm looking at my Printer Setup Utility and I have no stuck jobs.
You could use:
do shell script "lp " & quoted form of posix path of eachpdf
--
Matthew Smith
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden