home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR16 / LP4_12.ZIP / LP4.DOC next >
Text File  |  1993-12-20  |  5KB  |  124 lines

  1.  
  2.  
  3.  
  4.   L P 4
  5.   ┌───────────────────────────────────────────────────────────────────────┐
  6.   │Laser print utility for the HP LaserJet IV and compatibles. Version 1.2│
  7.   │Copyright 1993 by Darren K. Henderson. All rights reserved.            │
  8.   └───────────────────────────────────────────────────────────────────────┘
  9.   
  10.   Licensing:
  11.  
  12.   Individuals are hereby granted permission to make personal use of this 
  13.   program for its intended purpose. All others, including, but not limited 
  14.   to government agencies, businesses and corporations must contact the 
  15.   author and make arrangements for a site license. 
  16.   
  17.   Under no circumstances is this program to be altered or decompiled.
  18.  
  19.   Under no circumstances is this program to be distributed without this file.
  20.   
  21.   Companies which engage in the business of distributing software singly or 
  22.   in sets for profit must receive written permission from the author 
  23.   before doing so with this program.  This does not apply to BBS's and on-
  24.   line services who do not charge a premium for downloading files. 
  25.  
  26.   [ Now, all this being said - if an individual cares to make a small 
  27.     gift to the author it will be graciously accepted in the spirit 
  28.     intended <G>. ]
  29.  
  30.            Darren K. Henderson
  31.            PO Box 207
  32.            Madison, ME 04950
  33.  
  34.            Internet: dhenderson@bix.com
  35.                       darren@nlbbs.com
  36.  
  37.  
  38.   Introduction:
  39.  
  40.   This program provides a means of printing multiple standard pages on a 
  41.   single sheet. This includes 4 66X80 pages per sheet and 2 98X132 pages 
  42.   per sheet. It will also produce a number of other compressed formats. 
  43.   There are a number of programs that do about the same thing but none 
  44.   that work exactly as I wanted.
  45.  
  46.  
  47.   Requirements:
  48.  
  49.   IBM PC compatible computer and a printer capable of emulating Hewlett-
  50.   Packard PCL-5 with scalable fonts and HPGL/2.
  51.   
  52.  
  53.   Use:
  54.  
  55.   The format of the command is:  LP4  [source [destination] [options]]
  56.  
  57.              Running LP4 with no parameters will result in the display of a 
  58.              help screen. 
  59.  
  60.              source      = file to be printed
  61.  
  62.              destination = file to be created/printer - default is LPT1. If 
  63.                            a reserved printer name is not used a print 
  64.                            image file will be created.
  65.  
  66.              options:
  67.  
  68.                  /S   = Squeeze out multiple blank lines
  69.                         
  70.                  /F   = Filter out form feeds 
  71.                         
  72.                  /W   = Wrap long lines (/OLx will wrap at 132 and /OPx 
  73.                         will wrap at 80, except where x = 1)
  74.  
  75.                  /E   = Print extra file info on each sheet
  76.  
  77.                  /SH  = print shading (similar to green bar paper)
  78.  
  79.                  /BS  = draw a box around outside of sheet
  80.  
  81.                  /BP  = draw box around virtual page
  82.  
  83.                  /C "n" will print "n" on each sheet 
  84.                  
  85.                  /Odx = orientation and pages. d is L for landscape, P for 
  86.                         portrait. x indicates pages per sheet. Legal values 
  87.                         are as follows: /OL1, /OL2, /OP1, /OP2, /OP4 (default).
  88.  
  89.                         Options   Pages/sheet   rows/page  characters/row
  90.                         -------------------------------------------------
  91.                         /OL1          1            98          255
  92.                         /OL1 /BP      1            98          255
  93.                         /OL2          2            98          138
  94.                         /OL2 /BP      2            98          132
  95.  
  96.                         /OP1          1           135          180
  97.                         /OP1 /BP      1           135          180
  98.                         /OP2          2           135           84
  99.                         /OP2 /BP      2           135           80
  100.                         /OP4          4            66           84
  101.                         /OP4 /BP      4            66           80
  102.  
  103.                         The characters/row indicated in the above table 
  104.                         indicate the maximum length allowed for clean 
  105.                         appearance. If /W is not specified long lines will 
  106.                         print. In the case of the right hand virtual pages 
  107.                         the line may continue to the edge of the printable 
  108.                         area. In the case of the left hand virtual pages 
  109.                         the line may continue to print through the right 
  110.                         hand virtual pages. 
  111.  
  112.  
  113.   Postscript:
  114.  
  115.   I use this program daily and have found it especially useful in printing 
  116.   reports, compilations and document files. It appears to be quite stable 
  117.   but I would like to hear from anyone that discovers a problem with it.
  118.  
  119.   I have a number of enhancements in mind including line numbering, 
  120.   variable width shading, virtual page numbering and perhaps duplex 
  121.   printing. If there is something you would like to see added then let me 
  122.   know and I will consider it.
  123.  
  124.