home *** CD-ROM | disk | FTP | other *** search
- ==============================================================================
- PCLtoMSP 1.1a VERSION: 25.09.1990
- ==============================================================================
-
- Converts PCL files (HP LaserJet and DeskJet) into MSP files (Microsoft
- Windows Paint) or PCX files (Paintbrush). Only graphic commands (no text)
- can be converted but this covers a large number of uses.
-
-
- Usage
- -----
-
- pcltomsp [-qrw] [-o*] input-file output-file
-
- Default extension for the output file: msp (for -o1 and -o2)
- Default extension for the output file: pcx (for -op)
-
-
- Options
- -------
-
- -o1 Use the old MSP format (Windows 1.x) for the output file.
-
- -o2 Use the new MSP format (Windows 2.x) for the output file.
- This is the default setting.
-
- -op Create a PCX file.
-
- -q Be quiet: omit program title and warnings.
-
- -r The output will be white on black -- if -r is not given, the
- output will be black on white.
-
- -w Make the width of the output graphic a multiple of 16.
-
-
- Example
- -------
-
- pcltomsp -qop graph17.lj graph17
-
- Convert the PCL file graph17.lj into the PCX file graph17.pcx;
- don't display warnings and the program title.
-
-
- History
- -------
-
- 1.0d -w option.
- More tolerant of non-standard pcl files.
-
- 1.1a PCX file support.
- -1 option renamed -o1.
-