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

  1. %-12345X@PJL ENTER LANGUAGE=POSTSCRIPT
  2. %!PS-Adobe
  3. %%Title: spotf_ht.ps
  4. %%Copyright: Hewlett-Packard Company, 1993
  5. %
  6. % This program sets up the printer to use the Adobe Standard Type 1 Halftone
  7. % (Spot Function) Instead of the Default Halftone in the printer.
  8. % These modifications occur outside the server loop, so these changes will
  9. % persist from job to job.
  10. % Send this file to the printer prior to sending the desired print job.
  11. true 0 startjob pop
  12. << /Install {
  13.      currentpagedevice /HWResolution get
  14.      dup 0 get 600 eq exch 1 get 600 eq and dup
  15.      currentpagedevice /PostRenderingEnhance get
  16.      currentpagedevice /PostRenderingEnhanceDetails get /REValue get 0 ne and
  17.      { {/DefaultColorRenderingRE600} {/DefaultColorRenderingRE} ifelse}
  18.      { {/DefaultColorRendering600} {/DefaultColorRendering} ifelse} ifelse
  19.      /ColorRendering findresource setcolorrendering
  20.      { /DefaultHalftone600 } {/DefaultHalftone} ifelse
  21.      /Halftone findresource sethalftone
  22.      {} settransfer false setstrokeadjust
  23.    }
  24. >> setpagedevice
  25. false 0 startjob pop
  26. %-12345X