• 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: Help needed with Graphic Converter printing
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help needed with Graphic Converter printing


  • Subject: Re: Help needed with Graphic Converter printing
  • From: Travis Mckinnon <email@hidden>
  • Date: Wed, 13 Oct 2010 14:29:36 +1000
  • Thread-topic: Help needed with Graphic Converter printing

Title: Re: Help needed with Graphic Converter printing
Hi Santa,
    This is what I use to set the default printer before telling an Application to Print


tell application "Printer Setup Utility"
    activate
   set printerList to name of printers
   set oldPrinter to name of current printer
   set printerChoice to (choose from list printerList with prompt ¬
        "Which printer to be default?" default items oldPrinter)
    set myPrinter to printer (printerChoice as string)
    set current printer to myPrinter
   quit
end tell

Not too hard to modify to use a specific printer just for GC

I’m new to the list so hopefully I’ve responded correctly :-)

Hope this helps

Regards

Travis


On 13/10/10 2:06 PM, "Brian Christmas" <email@hidden> wrote:

G'day listers

I'm trying to nominate a printer when printing with Graphic Converter, but it defaults to my default Epson printer.

The code ( and a lot of variations is...

tell application "GraphicConverter"
activate
try
print
window 1 given target printer:"FUJI XEROX Docuprint C1110"
on error errmsg
display dialog "Print to GC actual printing " & errmsg
end try
end
tell

Any advise on what to do please. The GC dictionary is difficult to grasp.

Regards

Santa


And what, you ask, was the beginning of it all?
And it is this......
Existence that multiplied itself
For sheer delight of being
And plunged with numberless trillions of forms
So that it might
find
itself
innumerably

Sri Aurobindo







_______________________________________________
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

  • Follow-Ups:
    • Re: Help needed with Graphic Converter printing
      • From: Brian Christmas <email@hidden>
References: 
 >Help needed with Graphic Converter printing (From: Brian Christmas <email@hidden>)

  • Prev by Date: Help needed with Graphic Converter printing
  • Next by Date: Re: Help needed with Graphic Converter printing
  • Previous by thread: Help needed with Graphic Converter printing
  • Next by thread: Re: Help needed with Graphic Converter printing
  • Index(es):
    • Date
    • Thread