home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / printer / deskjet5.lha / DeskJet500Print4-2_2.readme < prev    next >
Text File  |  1992-10-09  |  3KB  |  85 lines

  1. Short: DeskJet500 Print 4 pages on 1 (rev 2.2)
  2.  
  3. The following scripts are placed into the public domain.
  4.  
  5. Disclaimer: Use at your own risk - the authors are not to 
  6.             be held liable for any damage...
  7.             
  8.  
  9.  
  10. RemAnsi:  Textfile 'noise' filter.
  11.  
  12.           This script removes (hopefully) any Amiga ANSI-control sequences 
  13.           (ESC and CSI) from its input file.
  14.           It further strips the following bytes:
  15.           0x00..0x07,0x0b,0x0d..0x1f,0x7f..0x9f,0xff.
  16.           It can replace formatfeeds (0x0c) by linefeeds (0x0a) and translate
  17.           the poor man's bold/underline into something readable 
  18.           (EG. 'A<backspace>_' wird zu 'A').
  19.  
  20. RemAnsi.Test: The beginning of less.0 with some added evil to test RemAnsi.
  21.           Note - you do not need to remove the backspace constructs, since
  22.           the deskjet and other printers and the cli understand them. 
  23.           but they're just too ugly, when seen in a texteditor !
  24.  
  25.  
  26. A4print4:   version 2.1 for HP Deskjet.
  27.  
  28.           + Script modified for papersize DIN A4 
  29.           + automatic handling of two-sided printjobs (simply reinsert the 
  30.             complete output and print backsides...)
  31.           + partial translation of ECMA94Latin1 umlauts to the deskjet default
  32.             charset PC8 
  33.           + width adjustment for backspaces (double strike typewriter mode :-))
  34.           + tab expansion
  35.           + 4 normal pages on one side (default)    
  36.             (each upto 89chars/line and 66 lines!)
  37.           + adjustable formats: upto 8 (smaller) minipages on one side
  38.           + quick mode and letter quality mode 
  39.  
  40.          Customization:
  41.          -> for other paper formats, adjust localpagesize, psize,
  42.             change the settings for the various layout styles (width, 
  43.             oddleftborder) and set the command sequence isoA4='' for default
  44.             (should be US Letter).
  45.  
  46.          Original author: Joe Smith, 
  47.          the bugs in 4print however are mine :-).
  48.  
  49. 4print:  Original poster and signature:
  50. ------
  51. Path: informatik.tu-muenchen.de!math.fu-berlin.de!Sirius.dfn.de!chx400!ira.uka.de!yale.edu!jvnc.net!darwin.sura.net!haven.umd.edu!uunet!olivea!tardis!jms
  52. From: jms@tardis.Tymnet.COM (Joe Smith)
  53. Newsgroups: alt.sources.amiga
  54. Subject: Program to print 4 pages on 1 piece of paper
  55. Summary: For HP DeskJet printer, written in AREXX
  56. Message-ID: <3111@tardis.Tymnet.COM>
  57. Date: 2 Sep 92 07:55:40 GMT
  58. Organization: BT Tymnet, San Jose, CA
  59. Lines: 140
  60.  
  61. Joe Smith (408)922-6220     BTNA GNS Major Programs, TYMNET Global Network
  62. <jms@tardis.tymnet.com>     P.O. Box 49019, MS-C51, San Jose, CA 95161-9019
  63. CA license plate: "POPJ P,"    Married to the LB, Quantum Leap's #1 net.fan
  64. PDP-10, 36-bits forever!    Humorous disclaimer: "My Amiga 3000 speaks for me."
  65.  
  66. -----
  67.  
  68. Bugs / Todo:
  69. + both programs aren't smart about pipes - 
  70.   but anyway - they aren't the kind of standard filter, either :-)
  71.  
  72. + <whatever you find>
  73.  
  74.  
  75.  
  76. enjoy!
  77. Peter
  78.  
  79.  
  80. ---
  81. Peter Jakobi, Munich, Oct. 2, 1992          # cat .sig
  82. jakobi@informatik.tu-muenchen.de            I'm on strike.
  83. lazarus@salyko.doit.cubenet.org             #
  84.  
  85.