home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / os2 / dvidrv1.arj / EMTEX / DOC / ENGLISH / PCLTOMSP.DOC < prev   
Encoding:
Text File  |  1990-09-23  |  1.4 KB  |  54 lines

  1. ==============================================================================
  2. PCLtoMSP 1.1a                                              VERSION: 25.09.1990
  3. ==============================================================================
  4.  
  5. Converts PCL files (HP LaserJet and DeskJet) into MSP files (Microsoft
  6. Windows Paint) or PCX files (Paintbrush).  Only graphic commands (no text)
  7. can be converted but this covers a large number of uses.
  8.  
  9.  
  10. Usage
  11. -----
  12.  
  13. pcltomsp [-qrw] [-o*] input-file output-file
  14.  
  15. Default extension for the output file:   msp  (for -o1 and -o2)
  16. Default extension for the output file:   pcx  (for -op)
  17.  
  18.  
  19. Options
  20. -------
  21.  
  22. -o1     Use the old MSP format (Windows 1.x) for the output file.
  23.  
  24. -o2     Use the new MSP format (Windows 2.x) for the output file.
  25.         This is the default setting.
  26.  
  27. -op     Create a PCX file.
  28.  
  29. -q      Be quiet: omit program title and warnings.
  30.  
  31. -r      The output will be white on black -- if -r is not given, the
  32.         output will be black on white.
  33.  
  34. -w      Make the width of the output graphic a multiple of 16.
  35.  
  36.  
  37. Example
  38. -------
  39.  
  40. pcltomsp -qop graph17.lj graph17
  41.  
  42.         Convert the PCL file graph17.lj into the PCX file graph17.pcx;
  43.         don't display warnings and the program title.
  44.  
  45.  
  46. History
  47. -------
  48.  
  49. 1.0d    -w option.
  50.         More tolerant of non-standard pcl files.
  51.  
  52. 1.1a    PCX file support.
  53.         -1 option renamed -o1.
  54.