home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / PRINTING / PCLCM128.ZIP / PCLCOMP.NOT < prev    next >
Text File  |  1991-05-02  |  2KB  |  44 lines

  1.  
  2.  
  3.      This is pclcomp -- An HP-PCL compression filter.  It reads in
  4. PCL graphics files, and outputs compressed PCL files which may be sent
  5. directly to printers that support the compressions.  A partial list of
  6. printer support is included.
  7.  
  8.      Why use pclcomp?
  9.  
  10.     1)  PCL files are much smaller (I routinely see compressions up
  11.         to 90%.
  12.  
  13.     2)  Graphics printing on a LaserJet (IIP or III) is faster.
  14.  
  15.  
  16.      If you have a LaserJet II that does not support compression, you can
  17. still compress the files for storage, and decompress them while printing.
  18.  
  19.      I wrote this program for testing.  This is NOT an HP product.  It will
  20. NOT be supported by HP, but rather myself, in my spare time, if need be.
  21.  
  22.      If you need real support for driver development, then call Hewlett-
  23. Packard directly, preferably the ISV support group at the Boise Division
  24. (I think).
  25.  
  26.      You may use parts of this code within your drivers to support compression
  27. if you wish.
  28.  
  29.      I did what I think is a reasonable job to make the program work for
  30. most possible PCL files.  Please feel free to send comments, complaints 
  31. or suggestions to me at tony@sdd.hp.com.  If you have a file that does
  32. not survive the filter intact, please e-mail me the file and describe the
  33. problem.
  34.  
  35.      You will have to proved a getopt() function.
  36. This filter runs under UNIX and MS-DOS and hopefully anything else that
  37. supports ANSI-C.
  38.  
  39.      Please direct all compliments and praise to:  tony@sdd.hp.com
  40.  
  41.      -- Tony Parkhurst
  42.  
  43.  
  44.