home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / printi11.zip / PRINTIT.DOC next >
Text File  |  1993-02-18  |  3KB  |  103 lines

  1.                          
  2.  
  3.                   PRINTIT - A text formatter for HP printers v 1.1
  4.                                       By
  5.                                   Greg Silva
  6.                                    (c) 1992
  7.  
  8.  
  9.  
  10. Introduction
  11. -------------
  12.  
  13. PRINTIT is a simple text formatter that allow you to control the way a text
  14. file is printed on a printer that used HP PCL.  It will also provide a footer
  15. with the filename, page number, and data and time printed.
  16.  
  17.  
  18. Running
  19. -------
  20.  
  21. The easiest way to run the program is by typing in:
  22.  
  23.     PRINTIT filename
  24.  
  25. The output will be directed to the screen.  Use the greater-than sign (>)
  26. to redirect the output to a file or the printer.  The following example 
  27. send the formatted text to the printer (provided that LPT1 is set up as the
  28. default printer).
  29.  
  30.     PRINTIT filename > prn
  31.  
  32.  
  33.  
  34. Command Line Options
  35. -------------------- 
  36.  
  37. Various options are available in this program.  These options will be listed
  38. if you type 
  39.     
  40.     PRINTIT
  41.  
  42. at the command line.
  43.  
  44.  
  45.     Option     Meaning                                   Default
  46.     ------     ---------------------------------------   -------
  47.  
  48.     -Lnn       set left margin at nn columns             10
  49.     -N         add line numbers to the printout          (no numbers)
  50.     -Ox        set page orientation to x                 P (portrait)
  51.     -Pnn       set lines per page to nn                  75 
  52.     -Tnn       set to margin at nn rows                  6
  53.  
  54.  
  55. If the user changes these setting, it is up to the user to decide if the
  56. be sure that the new setting make sense.  Running the program with
  57.  
  58.     PRINTIT  -P80 -OL  filename
  59.  
  60. will produce output formatted with 80 lines of text per page in landscape 
  61. mode.  This will produce a waste of paper.     
  62.  
  63.  
  64.  
  65. Notes
  66. -----
  67.  
  68. All output is in the smallest font standard with the HP lasers.  To change
  69. some of the setting, the output could be redirected to a file and editted.
  70. The margins can be changed and the line numbers can be left out, but the 
  71. footer is always printed.
  72.  
  73.  
  74. Shareware
  75. ---------
  76.  
  77.     This program is shareware.  If you find it useful please, pay for it.
  78.     Five dollars ($5 US) will register you with a single copy.  
  79.     
  80.  
  81.     Make checks payable to:          Greg Silva 
  82.  
  83.     Mail to:                         Greg Silva
  84.                                      P.O. Box 465
  85.                                      Mountain View, CA 94042-0465
  86.  
  87.     
  88. Disclaimer
  89. ----------
  90.  
  91. There is no warranty for this program, either expressed or implied. 
  92. In no event will I be liable for damages arising out of the use, 
  93. misuse, or inability to use the program.  This includes the loss of data, 
  94. data rendered inaccurate, losses sustained by you, or a failure of the 
  95. program to operate with any other programs. 
  96.  
  97.  
  98. Copyrights
  99. ----------
  100.  
  101. MS-DOS is a registered trademark of Microsoft Corporation.
  102. HP and PCL are registered trademarks of Hewlett-Packard Company
  103.