• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: print
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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>)

  • Prev by Date: Re: can't make document
  • Next by Date: Re: can't make document
  • Previous by thread: Re: print
  • Next by thread: Re: print
  • Index(es):
    • Date
    • Thread