Page 1 of 1

how do I set the printer?

Posted: Tue Oct 02, 2012 10:35 am
by Brian Christmas
G'day allI'm trying to print with a certain printer, that is not always the default printer, but can't get the format right.Any guides please?RegardsSantatell application "GraphicConverter" activate try print document 1 without print dialog given print settings:{copies:1, target printer:"rtfd Printer"} on error errmsg number errNum if errNum is not in {-609} then display dialog "Print to GC actual printing " & errmsg giving up after 4 end if end try end tell