From: wto@cbnewsg.cb.att.com (William T. O Connell) Subject: Re: Ghostscript printing on DJ500 Date: Sun, 14 Feb 1993 23:58:17 GMT
In article <C2GnCJ.IMC@mach1.wlu.ca> kfisher3@mach1.wlu.ca (kevin fisher U) writes:
>
>
>THis may or may not be the right place to mention this, but it may be a
>linux-related prob, so here goes:
>
>How can I use ghostscript to print a postscript file on my deskjet 500?
>
>I've tried the following to no avail:
>
>gs -r150 -sDEVICE=deskjet stuff.ps
>
>Nothing happens with that. Any help would be GREATLY appreciated...
I have the following line in a shell script, where I pass it any postscript
files that I want to print on my dj500.
gs -q -sDEVICE=deskjet -sOutputFile=/dev/lp1 -r300 -dNOPAUSE $*
- Bill O'Connell