home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2351 / README < prev    next >
Encoding:
Text File  |  1990-12-28  |  1.3 KB  |  45 lines

  1. This is lprps version 0.1.
  2.  
  3. This is a collection of programs for using lpr with a PostScript laser
  4. printer.  I have used it for about a year on a Sun 4 running SunOS
  5. 4.0.3 with a QMS-PS 800+ printer.  It has not been tested on any other
  6. systems.
  7.  
  8. It contains the following programs:
  9.  
  10. lprps    handles communication with the printer
  11. psif    allows separate filters to be used for text and PostScript
  12. textps    simple text to PostScript filter (in case you don't already have one)
  13. psrev    PostScript page reversal filter
  14.  
  15. Some features are:
  16.  
  17. * Deals intelligently with output generated by the printer: printer
  18.   errors (such as ``out of paper'') are logged using syslog; other
  19.   errors and output generated by the user's job are mailed back to the
  20.   user.
  21.  
  22. * Performs printer accounting.
  23.  
  24. * Ensures that the printer is ready to receive the job.
  25.  
  26. * Determines whether file is PostScript or text (by looking at the
  27.   first 2 bytes), and uses the appropriate filter; this is done
  28.   cleanly so that you can use your favourite text-to-PostScript
  29.   filter.
  30.  
  31. See the file INSTALL for installation information.
  32.  
  33. There aren't any man pages.
  34.  
  35. There is no copyright on lprps.
  36.  
  37. I would appreciate hearing about any improvements that you make to
  38. lprps.
  39.  
  40. James Clark
  41. jjc@jclark.uucp
  42. jjc%jclark@relay.eu.net
  43.  
  44. $Header: /usr/jjc/lprps/RCS/README,v 1.3 90/12/18 11:13:49 jjc Rel $
  45.