home *** CD-ROM | disk | FTP | other *** search
/ Computerworld 1996 March / Computerworld_1996-03_cd.bin / hp / drivers / laserjet / lj4mv / enhan_ht.ps < prev    next >
Text File  |  1993-09-26  |  767b  |  21 lines

  1. %-12345X@PJL ENTER LANGUAGE=POSTSCRIPT
  2. %!PS-Adobe
  3. %%Title: enhan_ht.ps
  4. %%Copyright: Hewlett-Packard Company, 1993
  5. %
  6. % This program sets up the printer to use the Hewlett Packard Enhanced Halftone
  7. % This modification occurs outside the server loop, so these changes will 
  8. % persist from job to job.
  9. % Send this file to the printer prior to sending the desired print job.
  10. true 0 startjob pop
  11. << /Install {
  12.      currentpagedevice /HWResolution get
  13.      dup 0 get 600 eq exch 1 get 600 eq and
  14.      { /EnhancedColorRendering600 } { /EnhancedColorRendering } ifelse
  15.      /ColorRendering findresource setcolorrendering
  16.      /EnhancedHalftone /Halftone findresource sethalftone
  17.      { } settransfer false setstrokeadjust
  18.    }
  19. >> setpagedevice
  20. false 0 startjob pop
  21. %-12345X