home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / laser / p4up.arc / P4UP.DOC < prev    next >
Text File  |  1988-06-26  |  9KB  |  244 lines

  1.  
  2.  
  3.  
  4.         P4UP - A Laser Printer Utility
  5.         ______________________________
  6.  
  7. Introduction
  8. ════════════
  9. P4UP is a DOS utility program for use with Hewlett-Packard's LaserJet
  10. series II Printer that prints 4 page images of ASCII text in portrait
  11. mode on one side of a piece of paper.  To do this, P4UP generates and
  12. downloads its own soft font similar to one used on personal computer
  13. displays.
  14.  
  15. This font is just under 4 points and has a pitch of 21.4, so up to
  16. 171 characters fit across an 8/12 inch page.  When printed at 12 lines
  17. per inch, 120 lines fit down an 11 inch page.  Other software can use
  18. this font too.
  19.  
  20. In its simplest form, P4UP works like the DOS PRINT command, just give
  21. it the file descriptions of files you want printed, using the disk,
  22. directory, and file names, even using wild cards.  For example:
  23.  
  24.         P4UP  APRIL.LET  or  P4UP  *.PRN
  25.  
  26. P4UP has several options to let you control the print operation.
  27. Enter these options on the command line along with the file names.
  28. Precede each option with a dash (-).  For example:
  29.  
  30.         P4UP -C -Z archives.*
  31.  
  32. P4UP will:
  33.  
  34.     * Automatically expand tabs and formfeeds;
  35.  
  36.     * Break the output into 55-line pages or run the pages
  37.     together unseparated;
  38.  
  39.     * Print the name of the file and the page number at the
  40.     top of each page;
  41.  
  42.     * Print the pages top-to-bottom or left-to-right;
  43.  
  44.     * Make the P4UP's soft font Permanent with a unique
  45.     font id, so it can be used by other software.  (You
  46.     may need special print drivers for other software.)
  47.  
  48.     * Write to LPT1, LPT2, LPT3, COM1, or COM2;
  49.  
  50.     * Use Manual feed so you can turn each sheet of paper
  51.     over, getting up to 8 page images on a single sheet.
  52.  
  53. Enter P4UP with no filenames or options to display a help screen.
  54.  
  55.  
  56.  
  57.         P4UP - A Laser Printer Utility
  58.         ______________________________
  59.  
  60.  
  61. Font Management
  62. ═══════════════
  63. P4UP generates and downloads a font with a point size of 3.8 and a
  64. pitch of 21.4.    This allows 171 characters to be printed across an
  65. 8 1/2 inch page, and this font can be printed at 12 lines per inch,
  66. allowing 120 lines to be printed down an 11 inch page.    You can make
  67. the soft font P4UP permanent for use with other software besides P4UP.
  68. Other software might require a special print driver or setup command
  69. to use the soft font.
  70.  
  71. The LaserJet has two classes of soft fonts, temporary and permanent.
  72. Temporary soft fonts are erased whenever the printer is reset, something
  73. that occurs during most print operations.  Permanent soft fonts are 
  74. retained until software specifically removes them, or until the printer
  75. is turned off.  
  76.  
  77. Normally, P4UP marks its font as temporary.  It is downloaded every
  78. time you use P4UP, and lasts only for the duration of the P4UP command.
  79. If you plan to use P4UP several times in succession, you can tell
  80. P4UP to make the font permanent in the first P4UP command, and tell
  81. all subsequent P4UP commands to bypass the downloading operation.  
  82. This will save some time.
  83.  
  84. To mark the font as permanent, enter:
  85.             P4UP -P
  86. The -P option makes the font Permanent in the LaserJet (until the
  87. printer is turned off).  Without the -P option, the P4UP font lasts
  88. only for the duration of P4UP.
  89.  
  90. In subsequent commands, use the R option:
  91.             P4UP -R filename
  92. The -R option tells P4UP to Reuse a Resident font (after a previous
  93. P4UP used the -P option).  Normally the font is downloaded anew with
  94. each P4UP.
  95.  
  96. If you run P4UP with the -R option but the font is not resident, P4UP
  97. will use the builtin line printer font.  Since this font cannot support
  98. the necessary 171 characters, pages along the right hand side will be
  99. truncated.  Once the font is made permanent, you can use it with other
  100. software.  Select it by calling for a portrait font with a pitch of
  101. 21.4 or identifying it by font id.  The font can be printed at 12 lines
  102. per inch
  103.  
  104.  
  105.  
  106.         P4UP - A Laser Printer Utility
  107.         ______________________________
  108.  
  109.  
  110. How to Use P4UP
  111. ═══════════════
  112. P4UP prints files much as the DOS PRINT command does.  You can give
  113. it one or more file names, even using ? and *.    As examples:
  114.  
  115.     P4UP april.let       or       P4UP  \123\plan.prn     a:*.doc
  116.  
  117. Before you give the P4UP command, your HP LaserJet series II printer
  118. should be attached, turned on, and switched online.  
  119.  
  120. P4UP downloads a small but readable font to your printer, marking 
  121. this font as temporary.   The font is removed from your printer's
  122. memory as soon as the P4UP task is finished.  The font takes up
  123. about 15K of your printer's memory.
  124.  
  125. Next, P4UP processes the file specifications you give it.  If
  126. the file specifications do not use a disk or path, the current
  127. disk and path will be used.  If the file specifications contain
  128. the DOS wild cards ? or *, all matching files will be printed.
  129. Entering P4UP with no files and no options prints a help screen.
  130.  
  131. P4UP has several options to give you more control over the print
  132. operation.  See Font Management for -P and -R.    Other options are:
  133.  
  134.      -C Continuous printing.  Normally a new piece of paper is
  135.     begun with each new file.  If you specify -C, the next file
  136.     will start in the next available quadrant of the paper.
  137.  
  138.      -Ddevice  Normally P4UP prints to the device LPT1.  You can use
  139.     the -D option to name a different printer device such as:
  140.     LPT1, LPT2, LPT3, COM1, COM2.  Example: -Dlpt2
  141.  
  142.      -Iid  Normally P4UP gives its font the id 16383.  You can give
  143.     it a different id with the -I option.  Pick an id not in use
  144.     by other programs.  If you make the font Permanent, you can
  145.     use this ID later to select the font.
  146.  
  147.      -M Manual feed.  Normally, P4UP takes paper from the input tray.
  148.     If you specify -M, P4UP will wait on every other sheet for you
  149.     to turn over the previous sheet, allowing 8 pages on each.
  150.  
  151.      -U Unformatted printing.  Normally, P4UP prints 55-line pages,
  152.     with a heading printed at the top of each page.  With the 
  153.     -U option, headings are omitted, and 59-line pages are used.
  154.  
  155.      -Z Zig-Zag printing.  Normally page 2 is below page 1, page 3
  156.     is to the right of page 1.  When you specify -Z, page 2 is
  157.     to the right of page 1, and page 3 below page 1.
  158.  
  159.  
  160.  
  161.         P4UP - A Laser Printer Utility
  162.         ______________________________
  163.  
  164.  
  165. Shareware
  166. ═════════
  167. P4UP is distributed as shareware:  try it before you buy it.  Make
  168. sure it works on your configuration to your liking.  Shareware is 
  169. NOT freeware - unless you pay for it, you don't have the right to 
  170. continue using it beyond a test period.
  171.  
  172. The price of P4UP is $29.95.  As a special BONUS, all registered
  173. users will receive a landscape soft font with the same typeface
  174. as that used in P4UP capable of printing 240 characters across
  175. the page, perfect for the maximum print width of 1-2-3 from Lotus.
  176. (The character set for both fonts is 8-bit ASCII, not LICS.)
  177. Send your check to:
  178.             
  179.             P4UP
  180.             Hexagon Products
  181.             P.O. Box 1295
  182.             Park Ridge, IL  60068-1295
  183.  
  184. When you register P4UP, please include the following information:
  185.  
  186.  
  187.     Name: ___________________________________________________
  188.  
  189.     Company: ________________________________________________
  190.  
  191.     Address: ________________________________________________
  192.  
  193.     City: ___________________________________ State: ________
  194.  
  195.     Zip: _________________ Phone: ___________________________
  196.  
  197.     
  198.     Do you use DOS or OS/2?        DOS    OS/2
  199.  
  200.     Do you use color?        Yes    No
  201.  
  202.     Do you use EGA or VGA?        Yes    No
  203.  
  204.     Do you have a mouse?        Yes    No
  205.  
  206.     What kind of printer do you use? ________________________
  207.  
  208.     Where did you acquire P4UP from? ________________________
  209.  
  210.          ----------------end-of-author's-documentation---------------
  211.  
  212.                         Software Library Information:
  213.  
  214.                    This disk copy provided as a service of
  215.  
  216.                         The Public (Software) Library
  217.  
  218.          We are not the authors of this program, nor are we associated
  219.          with the author in any way other than as a distributor of the
  220.          program in accordance with the author's terms of distribution.
  221.  
  222.          Please direct shareware payments and specific questions about
  223.          this program to the author of the program, whose name appears
  224.          elsewhere in  this documentation. If you have trouble getting
  225.          in touch with the author,  we will do whatever we can to help
  226.          you with your questions. All programs have been tested and do
  227.          run.  To report problems,  please use the form that is in the
  228.          file PROBLEM.DOC on many of our disks or in other written for-
  229.          mat with screen printouts, if possible.  The P(s)L cannot de-
  230.          bug programs over the telephone.
  231.  
  232.          Disks in the P(s)L are updated monthly, so if you did not get
  233.          this disk  directly from the P(s)L,  you should be aware that
  234.          the files in this set may no  longer be the current versions.
  235.  
  236.          For a copy of the latest monthly software library newsletter
  237.          and a list of the 1,000+ disks in the library, call or write
  238.  
  239.                         The Public (Software) Library
  240.                               P.O.Box 35705 - F
  241.                            Houston, TX 77235-5705
  242.                                (713) 665-7017
  243.  
  244.