home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / printer / deskjet_.lha / scripts.readme < prev   
Text File  |  1992-10-03  |  3KB  |  83 lines

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