home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 19 Printer / 19-Printer.zip / POSPRINT.ZIP / POSPRINT.HLP < prev   
Text File  |  1989-10-13  |  2KB  |  41 lines

  1.  POSPRINT
  2.  
  3.  POSPRINT is a home-made applications which makes it possible to print plain
  4.  ASCII-files on the Apple LaserWriter. The program will adjust the pointsize
  5.  of the character font so that a text of any (user-specified) width will fit
  6.  between the left and right side of the paper.
  7.  
  8.  
  9.  Syntax: POSPRINT Filename Destination Width Orientation
  10.  
  11.     Where Filename : The full filename of the file to be printed. May include
  12.                      Wild characters (* and ?).
  13.           Destination : The print destination (the device to which the Apple
  14.                         is connected on your PC), usually lpt1, lpt2 or lpt3.
  15.           Width : The maximum column width you want to print. POSPRINT will
  16.                   adjust the character-pointsize to be able to print exactly
  17.                   that number of columns across a page.
  18.           Orientation: The print orientation : Portrait (default) or Landscape.
  19.  
  20.   The relation between the width (number of characters) and the pointsize and
  21.   the number of lines on a page is shown in the table below:
  22.  
  23.     ┌───────┬──────────────────────────────┬─────────────────────────────┐
  24.     │       │         Landscape            │         Portrait            │
  25.     ├───────┼────────────┬─────────────────┼───────────┬─────────────────┤
  26.     │ Width │  Pointsize │ Number of lines │ Pointsize │ Number of lines │
  27.     ├───────┼────────────┼─────────────────┼───────────┼─────────────────│
  28.     │   10  │     124.9  │            3    │     86.9  │            7    │
  29.     │   50  │      24.9  │           17    │     17.4  │           36    │
  30.     │   80  │      15.6  │           27    │     10.9  │           58    │
  31.     │  130  │       9.6  │           43    │      6.7  │           94    │
  32.     │  255  │       4.9  │           87    │      3.4  │          189    │
  33.     └───────┴────────────┴─────────────────┴───────────┴─────────────────┘
  34.  
  35.   There is one important limitation with regard to the printable characters:
  36.   The Apple can only print the 126 first characters of the IBM characterset.
  37.   The so-called IBM extended characters are thus not printable. This means that
  38.   some foreign (= non USA) characters and-accents and the line-drawing characters
  39.   are not available.
  40.  
  41.