sends a postscript file to any RPN postscript printer. Allows control of resolution, appearance of banner page and toggle between simplex/duplex printing. Refuses to print the document if the printer does not support the printing option.
r.sendps -file fichier.ps (postscript file) -dpi600 (600 dpi resolution) -simplex (no duplex printing) -nobanner (no banner page) -printer imprimante (postscript printer)
1. List of available printers
r.sendpsA printer name must be given...grayscale printers: rpn500l, rpn557p, laserjet4, mrb400pcolor inkjet printers: paper_psjet, slide_psjetcolor wax printers: rpncolor, rpnslide
2. Send the postscript file fichier.ps to the paper_psjet printerr.sendps -file fichier.ps -printer paper_psjet
3. Alternate method to send fichier.ps to the paper_psjet printercat fichier.ps | r.sendps -printer paper_psjet
4. Send fichier.ps to the paper_psjet printer at 600 dpi./r.sendps -file fichier.ps -dpi600 -printer paper_psjet Warning - 600dpi, simplex and banner options are not supported on this printer File not sent to printer paper_psjet
5. Send fichier.ps to laserjet4 printerr.sendps -file fichier.ps -printer laserjet4 -dpi600 -nobanner -simplex B request id is arpr04-3612 (standard input)
Author: Yves Chartier (ARMN-SI) - Jan 15th, 1997