Re: print
Re: print
- Subject: Re: print
- From: Matthew Smith <email@hidden>
- Date: Tue, 24 Feb 2004 09:06:32 +1100
on 24/02/2004 07:51, Nelson Byrne at email@hidden wrote:
>
Apologies for bothering the list with such a stupid question.
>
>
How can I use AppleScript 1.9.3 (OS X.3.2) to print a PDF file?
>
>
Finder is scriptable and shows a print command in its Standard Suite,
>
but Finder ignores it.
>
>
Preview opens it if I ask Finder to do so, and will print it if I click
>
the right buttons, but Preview is not scriptable.
>
>
TextEdit will accept an AppleScript order to print it, but it comes out
>
as textual garbage since TextEdit doesn't know PDF.
>
>
I can drag and drop the file on Printer Setup Utility and it prints
>
just fine. PSU is scriptable, too - but telling PSU to print the file
>
does not work - nothing happens, same as telling Finder to print it.
Use 'do shell script' to print pdf files.
eg.
do shell script "lp -d myprinter ~/Documents/my.pdf"
--
Matthew Smith
_______________________________________________
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.
References: | |
| >print (From: Nelson Byrne <email@hidden>) |