home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / printer / epsonps / readme < prev   
Encoding:
Text File  |  1994-06-05  |  1.3 KB  |  36 lines

  1. The program epsonps converts epson printer codes from an input file 
  2. to PostScript. It is an excellent ASCII listing printer.
  3. Command line options are provided for auto linefeed, auto carriage return, 
  4. condensed mode, elite mode, output file name, IBM screen dump mode 
  5. and paper type selection.
  6.  
  7. It is written in C and will compile and run on MS-DOS and Unix.  
  8. A Unix makefile is provided.  
  9. To compile for MS-DOS see the comments in the Unix makefile.
  10.  
  11. All Epson LX-800 and Star NL-10 codes are recognised except
  12.     1: Download characters <ESC> %, <ESC> &
  13.     2: Alignment <ESC> a
  14.     3: Proportional printing <ESC> p
  15. Most Epson LQ-800 printer codes are recognised.
  16.  
  17. Originally posted as "epson.c" in comp.lang.postscript on 4th March 1988
  18. by Jon Greenblatt with the following copyright message:
  19.  
  20.     Copyright (c) 1988, Jonathan Greenblatt,
  21.         <jonnyg@rover.umd.edu> (128.8.2.73)
  22.         <jonnyg@umd5.umd.edu> (128.8.10.5)
  23.         <pcproj@gymble.umd.edu> (128.8.128.16)
  24.     This program may be redistributed in source form,
  25.     provided no fee is charged and this copyright notice is preserved.
  26.  
  27.     Further contributions by:
  28.        Mark Alexander <uunet!amdahl!drivax!alexande@umd5.UMD.EDU>
  29.  
  30.  
  31. I have expanded the program and renamed it epsonps.c.
  32. The copyright message still applies.
  33.  
  34. Russell Lang <rjl@monu1.cc.monash.edu.au>
  35.  
  36.