home *** CD-ROM | disk | FTP | other *** search
/ Computerworld 1996 March / Computerworld_1996-03_cd.bin / hp / drivers / laserjet / lj4mv / hplj4mv1.pp_ / hplj4mv1.pp
PostScript Printer Description  |  1994-08-09  |  31KB  |  787 lines

  1. *PPD-Adobe: "4.2"
  2.  
  3. *% ===================================
  4. *% Adobe Systems PostScript(R) Printer Description File
  5. *% Copyright 1994 Hewlett-Packard Company. 
  6. *% PPD Version for MicroSoft Windows
  7. *% DateCode: 19940809
  8. *% ===================================
  9. *%
  10. *% ===================================
  11. *% Product / PPD Version  Information 
  12. *% ===================================
  13. *% PPD File Version Information
  14. *FormatVersion:     "4.2"
  15. *FileVersion:         "1.1"
  16. *LanguageEncoding:    ISOLatin1 
  17. *LanguageVersion:     English 
  18. *PCFileName:        "HPWINPS.PPD"
  19.  
  20. *% Product Version Information
  21. *Product:         "(HP LaserJet 4V)"
  22. *PSVersion:     "(2014.101) 1"
  23. *ModelName:      "HP LaserJet 4V/4MV"
  24. *ShortNickName: "HP LaserJet 4V/4MV PostScript"
  25. *NickName:      "HP LaserJet 4V/4MV PostScript   "
  26.  
  27. *% ===================================
  28. *% Basic Device Capabilities
  29. *% ===================================
  30. *LanguageLevel:     "2"
  31. *ColorDevice:         False
  32. *DefaultColorSpace:    Gray
  33. *FileSystem:         True
  34. *?FileSystem: "
  35.   save false
  36.    (%disk?%)
  37.    { currentdevparams dup /Writeable known
  38.       { /Writeable get {pop true} if }  { pop } ifelse
  39.     } 10 string /IODevice resourceforall
  40.     {(True)}{(False)} ifelse = flush
  41.  restore
  42. "
  43. *End
  44. *TTRasterizer:         Type42
  45. *Throughput:         "16"
  46.  
  47. *% ===================================
  48. *% Emulations and Protocols
  49. *% ===================================
  50. *Protocols:             PJL TBCP
  51. *JCLBegin:                 "<1B>%-12345X@PJL JOB<0A>"
  52. *JCLToPSInterpreter:     "@PJL ENTER LANGUAGE = POSTSCRIPT <0A>"
  53. *JCLEnd:                "<1B>%-12345X@PJL EOJ<0A><1B>%-12345X"
  54.  
  55. *% Enable/Disable EconoMode
  56. *JCLOpenUI *JCLEconomode/EconoMode: PickOne
  57. *DefaultJCLEconomode: PrintersDefault
  58. *OrderDependency: 20 JCLSetup  *JCLEconomode
  59. *JCLEconomode PrintersDefault/Printer<27>s Current Setting: ""
  60. *JCLEconomode True/On:     "@PJL SET ECONOMODE = ON<0A>"
  61. *JCLEconomode False/Off:     "@PJL SET ECONOMODE = OFF<0A>"
  62. *JCLCloseUI: *JCLEconomode
  63.  
  64. *% Select Printer Resolution
  65. *JCLOpenUI *JCLResolution/Printer Resolution: PickOne
  66. *DefaultJCLResolution: 600dpi
  67. *OrderDependency: 10 JCLSetup  *JCLResolution
  68. *JCLResolution 300dpi/300 dpi: "@PJL SET RESOLUTION = 300<0A>"
  69. *JCLResolution 600dpi/600 dpi: "@PJL SET RESOLUTION = 600<0A>"
  70. *JCLCloseUI: *JCLResolution
  71.  
  72. *% ===================================
  73. *% Installable Options  
  74. *% ===================================
  75. *OpenGroup: InstallableOptions/Options Installed
  76. *OpenUI *Option1/Optional Lower Tray: Boolean
  77. *DefaultOption1: False
  78. *Option1 True/Installed:         ""
  79. *Option1 False/Not Installed:     ""
  80. *?Option1: "
  81.   save
  82.     currentpagedevice /InputAttributes get
  83.     1 get 
  84.     null ne {(True)}{(False)} ifelse = flush
  85.   restore
  86. "
  87. *End
  88. *CloseUI: *Option1
  89. *OpenUI *InstalledMemory/Memory Configuration: PickOne
  90. *DefaultInstalledMemory: 12Meg
  91. *InstalledMemory 12Meg/12 - 27 MB Total RAM: ""
  92. *InstalledMemory 28Meg/28 - 35 MB Total RAM: ""
  93. *InstalledMemory 36Meg/36 - 52 MB Total RAM: ""
  94. *?InstalledMemory: "
  95.   save
  96.     currentsystemparams /RamSize get 
  97.     524288 div ceiling cvi 2 div
  98.     /size exch def
  99.     size 36 ge 
  100.         {(36Meg)} 
  101.         {
  102.         size 28 ge 
  103.             {(28Meg)}
  104.             {
  105.             size 12 ge
  106.                 {(12Meg)}
  107.                 {(Unknown)} ifelse
  108.             } ifelse
  109.         } ifelse
  110.     = flush
  111.   restore
  112. "
  113. *End
  114. *CloseUI: *InstalledMemory
  115. *CloseGroup: InstallableOptions
  116.  
  117. *% ===================================
  118. *% User Interface Constraints 
  119. *% ===================================
  120. *% If optional 500 sheet tray is not installed, disable access to LargeCapacity Tray
  121. *UIConstraints: *Option1 False *InputSlot LargeCapacity
  122.  
  123. *% If selected page size is an envelope, disable access to paper trays
  124. *UIConstraints: *PageSize Comm10     *InputSlot Cassette
  125. *UIConstraints: *PageSize Comm10     *InputSlot LargeCapacity
  126. *UIConstraints: *PageSize Monarch     *InputSlot Cassette
  127. *UIConstraints: *PageSize Monarch     *InputSlot LargeCapacity
  128. *UIConstraints: *PageSize DL         *InputSlot Cassette
  129. *UIConstraints: *PageSize DL         *InputSlot LargeCapacity
  130. *UIConstraints: *PageSize C5         *InputSlot Cassette
  131. *UIConstraints: *PageSize C5         *InputSlot LargeCapacity
  132. *UIConstraints: *PageSize EnvB5     *InputSlot Cassette
  133. *UIConstraints: *PageSize EnvB5     *InputSlot LargeCapacity
  134.  
  135. *% If selected page region is an envelope, disable access to paper trays
  136. *UIConstraints: *PageRegion Comm10     *InputSlot Cassette
  137. *UIConstraints: *PageRegion Comm10     *InputSlot LargeCapacity
  138. *UIConstraints: *PageRegion Monarch *InputSlot Cassette
  139. *UIConstraints: *PageRegion Monarch *InputSlot LargeCapacity
  140. *UIConstraints: *PageRegion DL         *InputSlot Cassette
  141. *UIConstraints: *PageRegion DL         *InputSlot LargeCapacity
  142. *UIConstraints: *PageRegion C5         *InputSlot Cassette
  143. *UIConstraints: *PageRegion C5         *InputSlot LargeCapacity
  144. *UIConstraints: *PageRegion EnvB5     *InputSlot Cassette
  145. *UIConstraints: *PageRegion EnvB5     *InputSlot LargeCapacity
  146.  
  147. *% If selected paper source is other than the MP tray, disable access to envelopes
  148. *UIConstraints: *InputSlot Cassette            *PageSize Comm10     
  149. *UIConstraints: *InputSlot LargeCapacity    *PageSize Comm10     
  150. *UIConstraints: *InputSlot Cassette            *PageSize Monarch     
  151. *UIConstraints: *InputSlot LargeCapacity    *PageSize Monarch     
  152. *UIConstraints: *InputSlot Cassette            *PageSize DL         
  153. *UIConstraints: *InputSlot LargeCapacity    *PageSize DL         
  154. *UIConstraints: *InputSlot Cassette            *PageSize C5         
  155. *UIConstraints: *InputSlot LargeCapacity    *PageSize C5         
  156. *UIConstraints: *InputSlot Cassette            *PageSize EnvB5     
  157. *UIConstraints: *InputSlot LargeCapacity    *PageSize EnvB5     
  158.  
  159. *% If selected paper source is other than the MP tray, disable access to envelopes
  160. *UIConstraints: *InputSlot Cassette            *PageRegion Comm10     
  161. *UIConstraints: *InputSlot LargeCapacity    *PageRegion Comm10     
  162. *UIConstraints: *InputSlot Cassette            *PageRegion Monarch     
  163. *UIConstraints: *InputSlot LargeCapacity    *PageRegion Monarch     
  164. *UIConstraints: *InputSlot Cassette            *PageRegion DL         
  165. *UIConstraints: *InputSlot LargeCapacity    *PageRegion DL         
  166. *UIConstraints: *InputSlot Cassette            *PageRegion C5         
  167. *UIConstraints: *InputSlot LargeCapacity    *PageRegion C5         
  168. *UIConstraints: *InputSlot Cassette            *PageRegion EnvB5     
  169. *UIConstraints: *InputSlot LargeCapacity    *PageRegion EnvB5     
  170.  
  171. *% If selected page size is Executive or Oversize, disable access to paper trays
  172. *UIConstraints: *PageSize Tabloid.2     *InputSlot Cassette
  173. *UIConstraints: *PageSize Tabloid.2     *InputSlot LargeCapacity
  174. *UIConstraints: *PageSize Executive     *InputSlot Cassette
  175. *UIConstraints: *PageSize Executive     *InputSlot LargeCapacity
  176.  
  177. *% If selected page region is Executive or Oversize, disable access to paper trays
  178. *UIConstraints: *PageRegion Tabloid.2     *InputSlot Cassette
  179. *UIConstraints: *PageRegion Tabloid.2     *InputSlot LargeCapacity
  180. *UIConstraints: *PageRegion Executive     *InputSlot Cassette
  181. *UIConstraints: *PageRegion Executive     *InputSlot LargeCapacity
  182.  
  183. *% If selected paper source is other than the MP tray, disable access to Executive & Oversize
  184. *UIConstraints: *InputSlot Cassette            *PageSize Executive     
  185. *UIConstraints: *InputSlot LargeCapacity    *PageSize Executive     
  186. *UIConstraints: *InputSlot Cassette            *PageSize Tabloid.2     
  187. *UIConstraints: *InputSlot LargeCapacity    *PageSize Tabloid.2     
  188.  
  189. *% If selected paper region is other than the MP tray, disable access to Executive & Oversize
  190. *UIConstraints: *InputSlot Cassette            *PageRegion Executive     
  191. *UIConstraints: *InputSlot LargeCapacity    *PageRegion Executive     
  192. *UIConstraints: *InputSlot Cassette            *PageRegion Tabloid.2     
  193. *UIConstraints: *InputSlot LargeCapacity    *PageRegion Tabloid.2     
  194.  
  195. *% ===================================
  196. *% Media Selection 
  197. *% ===================================
  198. *LandscapeOrientation: Plus90
  199. *VariablePaperSize: False
  200.  
  201. *% Page Selection by size
  202. *OpenUI *PageSize: PickOne
  203. *OrderDependency: 30 AnySetup *PageSize
  204. *DefaultPageSize: Letter 
  205. *PageSize Letter/US Letter: "
  206.     <</DeferredMediaSelection true /PageSize [612 792] /ImagingBBox null>> setpagedevice"
  207. *End
  208. *PageSize Executive/Executive: "
  209.     <</DeferredMediaSelection true /PageSize [522 756] /ImagingBBox null>> setpagedevice"
  210. *End
  211. *PageSize Legal/US Legal: "
  212.     <</DeferredMediaSelection true /PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  213. *End
  214. *PageSize Tabloid/11x17: "
  215.     <</DeferredMediaSelection true /PageSize [792 1224] /ImagingBBox null>> setpagedevice"
  216. *End
  217. *PageSize Tabloid.2/11x17 (Oversize): "
  218.     <</DeferredMediaSelection true /PageSize [842 1274] /ImagingBBox null>> setpagedevice"
  219. *End
  220. *PageSize A4/A4: "
  221.     <</DeferredMediaSelection true /PageSize [595 842] /ImagingBBox null>> setpagedevice"
  222. *End
  223. *PageSize A3/A3: "
  224.     <</DeferredMediaSelection true /PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  225. *End
  226. *PageSize B4/JIS B4: "
  227.     <</DeferredMediaSelection true /PageSize [729 1032] /ImagingBBox null>> setpagedevice"
  228. *End
  229. *PageSize B5/JIS B5: "
  230.     <</DeferredMediaSelection true /PageSize [516 729] /ImagingBBox null>> setpagedevice"
  231. *End
  232. *PageSize Comm10/Env Comm10: "
  233.     <</DeferredMediaSelection true /PageSize [297 684] /ImagingBBox null>> setpagedevice"
  234. *End
  235. *PageSize Monarch/Env Monarch: "
  236.     <</DeferredMediaSelection true /PageSize [279 540] /ImagingBBox null>> setpagedevice"
  237. *End
  238. *PageSize DL/Env DL: "
  239.     <</DeferredMediaSelection true /PageSize [312 624] /ImagingBBox null>> setpagedevice"
  240. *End
  241. *PageSize C5/Env C5: "
  242.     <</DeferredMediaSelection true /PageSize [459 649] /ImagingBBox null>> setpagedevice"
  243. *End
  244. *PageSize EnvB5/Env ISO B5: "
  245.     <</DeferredMediaSelection true /PageSize [499 708] /ImagingBBox null>> setpagedevice"
  246. *End
  247. *?PageSize: "
  248.  save
  249.    currentpagedevice /PageSize get aload pop
  250.    2 copy gt {exch} if
  251.    (Unknown)
  252.   17 dict
  253.    dup [612 792] (Letter) put
  254.    dup [612 1008] (Legal) put
  255.    dup [595 842] (A4) put
  256.    dup [522 756] (Executive) put
  257.    dup [792 1224] (Tabloid) put
  258.    dup [842 1274] (Tabloid.2) put
  259.    dup [842 1191] (A3) put
  260.    dup [729 1032] (B4) put
  261.    dup [516 729] (B5) put
  262.    dup [297 684] (Comm10) put
  263.    dup [279 540] (Monarch) put
  264.    dup [312 624] (DL) put
  265.    dup [459 649] (C5) put
  266.    dup [499 708] (EnvB5) put
  267.   { exch aload pop 4 index sub abs 5 le exch
  268.    5 index sub abs 5 le and
  269.       {exch pop exit} {pop} ifelse
  270.    } bind forall
  271.    = flush pop pop
  272. restore
  273. "
  274. *End
  275. *CloseUI: *PageSize
  276.  
  277. *% Page Selection by region - used for manual feed
  278. *OpenUI *PageRegion:  PickOne
  279. *OrderDependency: 40 AnySetup *PageRegion
  280. *DefaultPageRegion: Letter 
  281. *PageRegion Letter/US Letter: "
  282.     <</DeferredMediaSelection true /PageSize [612 792] /ImagingBBox null>> setpagedevice"
  283. *End
  284. *PageRegion Executive/Executive: "
  285.     <</DeferredMediaSelection true /PageSize [522 756] /ImagingBBox null>> setpagedevice"
  286. *End
  287. *PageRegion Legal/US Legal: "
  288.     <</DeferredMediaSelection true /PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  289. *End
  290. *PageRegion Tabloid/11x17: "
  291.     <</DeferredMediaSelection true /PageSize [792 1224] /ImagingBBox null>> setpagedevice"
  292. *End
  293. *PageRegion Tabloid.2/11x17 (Oversize): "
  294.     <</DeferredMediaSelection true /PageSize [842 1274] /ImagingBBox null>> setpagedevice"
  295. *End
  296. *PageRegion A4/A4: "
  297.     <</DeferredMediaSelection true /PageSize [595 842] /ImagingBBox null>> setpagedevice"
  298. *End
  299. *PageRegion A3/A3: "
  300.     <</DeferredMediaSelection true /PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  301. *End
  302. *PageRegion B4/JIS B4: "
  303.     <</DeferredMediaSelection true /PageSize [729 1032] /ImagingBBox null>> setpagedevice"
  304. *End
  305. *PageRegion B5/JIS B5: "
  306.     <</DeferredMediaSelection true /PageSize [516 729] /ImagingBBox null>> setpagedevice"
  307. *End
  308. *PageRegion Comm10/Env Comm10: "
  309.     <</DeferredMediaSelection true /PageSize [297 684] /ImagingBBox null>> setpagedevice"
  310. *End
  311. *PageRegion Monarch/Env Monarch: "
  312.     <</DeferredMediaSelection true /PageSize [279 540] /ImagingBBox null>> setpagedevice"
  313. *End
  314. *PageRegion DL/Env DL: "
  315.     <</DeferredMediaSelection true /PageSize [312 624] /ImagingBBox null>> setpagedevice"
  316. *End
  317. *PageRegion C5/Env C5: "
  318.     <</DeferredMediaSelection true /PageSize [459 649] /ImagingBBox null>> setpagedevice"
  319. *End
  320. *PageRegion EnvB5/Env ISO B5: "
  321.     <</DeferredMediaSelection true /PageSize [499 708] /ImagingBBox null>> setpagedevice"
  322. *End
  323. *CloseUI: *PageRegion
  324.  
  325. *% The following entries provide information about specific paper keywords.
  326. *DefaultImageableArea: Letter 
  327. *ImageableArea Letter/US Letter:             "12.24 12.06 599.76 780.06"
  328. *ImageableArea Executive/Executive:         "13.32 12.06 508.68 744.06"
  329. *ImageableArea Legal/US Legal:                 "12.24 12.06 599.76 996.06"
  330. *ImageableArea Tabloid/11x17:                 "12.50 12.50 779.50 1211.50"
  331. *ImageableArea Tabloid.2/11x17 (Oversize):     "10.32 12.00 832.08 1262.40"
  332. *ImageableArea A4/A4:                         "13.44 12.06 581.76 829.74"
  333. *ImageableArea A3/A3:                         "14.00 14.00 828.00 1177.00"
  334. *ImageableArea B4/JIS B4:                     "12.50 12.50 716.50 1019.50"
  335. *ImageableArea B5/JIS B5:                     "12.50 12.50 503.50 716.50"
  336. *ImageableArea Comm10/Env Comm10:             "12.12 12.06 284.76 672.06"
  337. *ImageableArea Monarch/Env Monarch:         "12.72 12.06 266.16 528.06"
  338. *ImageableArea DL/Env DL:                     "13.80 12.06 297.96 611.58"
  339. *ImageableArea C5/Env C5:                     "12.60 12.06 446.52 637.02"
  340. *ImageableArea EnvB5/Env ISO B5:             "13.20 12.06 485.52 696.54"
  341. *?ImageableArea: "
  342.  save
  343.    /cvp { (                ) cvs print ( ) print } bind def
  344.    /upperright {10000 mul floor 10000 div} bind def
  345.    /lowerleft {10000 mul ceiling 10000 div} bind def
  346.    newpath clippath pathbbox
  347.    4 -2 roll exch 2 {lowerleft cvp} repeat
  348.    exch 2 {upperright cvp} repeat flush
  349.  restore
  350. "
  351. *End
  352.  
  353. *% These provide the physical dimensions of the paper (by keyword)
  354. *DefaultPaperDimension: Letter 
  355. *PaperDimension Letter/US Letter:             "612 792"
  356. *PaperDimension Executive/Executive:         "522 756"
  357. *PaperDimension Legal/US Legal:             "612 1008"
  358. *PaperDimension Tabloid/11x17:             "792 1224"
  359. *PaperDimension Tabloid.2/11x17 (Oversize):     "842 1274"
  360. *PaperDimension A4/A4:                     "595 842"
  361. *PaperDimension A3/A3:                     "842 1191"
  362. *PaperDimension B4/JIS B4:                    "729 1032"
  363. *PaperDimension B5/JIS B5:                    "516 729"
  364. *PaperDimension Comm10/Env Comm10:             "297 684"
  365. *PaperDimension Monarch/Env Monarch:         "279 540"
  366. *PaperDimension DL/Env DL:                     "312 624"
  367. *PaperDimension C5/Env C5:                     "459 649"
  368. *PaperDimension EnvB5/Env ISO B5:             "499 708"
  369. *RequiresPageRegion All: True
  370.  
  371. *% ===================================
  372. *% Media Handling Features
  373. *% ===================================
  374. *% Media Input Source
  375. *OpenUI *InputSlot: PickOne
  376. *OrderDependency: 20 AnySetup *InputSlot
  377. *DefaultInputSlot: Cassette
  378. *InputSlot MP/MP Tray: "
  379.     <</DeferredMediaSelection true /MediaPosition 3>> setpagedevice"
  380. *End
  381. *InputSlot Cassette/Paper Cassette: "
  382.     <</DeferredMediaSelection true /MediaPosition 0>> setpagedevice"
  383. *End
  384. *InputSlot LargeCapacity/Lower Cassette: "
  385.     <</DeferredMediaSelection true /MediaPosition 1>> setpagedevice"
  386. *End
  387. *?InputSlot: "
  388.   save
  389.     currentpagedevice /InputAttributes get dup /Priority get
  390.     aload pop pop pop
  391.     [(Cassette) (LargeCapacity) (None) (MP)] exch get = flush
  392.   restore
  393. "
  394. *End
  395. *CloseUI: *InputSlot
  396.  
  397. *% Enable/Disable Manual Feed
  398. *OpenUI *ManualFeed/Manual Feed:  Boolean
  399. *OrderDependency: 20 AnySetup *ManualFeed
  400. *DefaultManualFeed: False
  401. *ManualFeed True/True: "
  402.     <</ManualFeed true>> setpagedevice"
  403. *End
  404. *ManualFeed False/False: "
  405.     <</ManualFeed false>> setpagedevice"
  406. *End
  407. *?ManualFeed: "
  408.   save
  409.     currentpagedevice /ManualFeed get
  410.     {(True)}{(False)}ifelse = flush
  411.   restore
  412. "
  413. *End
  414. *CloseUI: *ManualFeed
  415.  
  416. *% ===================================
  417. *% Resolution and Appearance Control
  418. *% ===================================
  419. *DefaultResolution: 600dpi
  420. *?Resolution: "
  421.   save
  422.     currentpagedevice /HWResolution get
  423.     0 get
  424.     (          ) cvs print
  425.     (dpi)
  426.     = flush
  427.   restore
  428. "
  429. *End
  430.  
  431. *% Resolution Enhancement
  432. *OpenUI *Smoothing/Resolution Enhancement:  PickOne
  433. *OrderDependency: 15 DocumentSetup *Smoothing
  434. *DefaultSmoothing: PrintersDefault
  435. *Smoothing PrintersDefault/Printer<27>s Current Setting: ""
  436. *Smoothing None/Off: " 
  437. << /PostRenderingEnhance true 
  438.     /PostRenderingEnhanceDetails << /REValue 0 /Type 8 >> 
  439. >>  setpagedevice"
  440. *End
  441. *Smoothing Light/Light: "
  442. << /PostRenderingEnhance true 
  443.     /PostRenderingEnhanceDetails << /REValue 1 /Type 8 >> 
  444. >>  setpagedevice"
  445. *End
  446. *Smoothing Medium/Medium: "
  447. << /PostRenderingEnhance true 
  448.     /PostRenderingEnhanceDetails << /REValue 2 /Type 8 >> 
  449. >>  setpagedevice"
  450. *End
  451. *Smoothing Dark/Dark: "
  452. << /PostRenderingEnhance true
  453.     /PostRenderingEnhanceDetails << /REValue 3 /Type 8 >> 
  454. >> setpagedevice"
  455. *End
  456. *?Smoothing: "
  457.   save
  458.     currentpagedevice /PostRenderingEnhanceDetails get /REValue get
  459.     [(None) (Light) (Medium) (Dark)]  exch get print
  460.   restore
  461. "
  462. *End
  463. *CloseUI: *Smoothing
  464.  
  465. *% ===================================
  466. *% Gray Levels and Halftoning
  467. *% ===================================
  468. *ScreenFreq: "85.0"
  469. *ScreenAngle: "45.0"
  470. *ResScreenFreq 600dpi: "85.0"
  471. *ResScreenAngle 600dpi: "45.0"
  472. *ResScreenFreq 300dpi: "60.0"
  473. *ResScreenAngle 300dpi: "45.0"
  474.  
  475. *% Enable/Disable Enhanced Halftone
  476. *OpenUI *HPHalftone/Levels of Gray:  PickOne
  477. *OrderDependency: 10 DocumentSetup *HPHalftone
  478. *DefaultHPHalftone: PrintersDefault
  479. *HPHalftone PrintersDefault/Printer<27>s Current Setting: ""
  480. *HPHalftone Enhanced/Enhanced: " 
  481. << /Install {
  482.     currentpagedevice /HWResolution get
  483.     dup 0 get 600 eq exch 1 get 600 eq and
  484.     {/EnhancedColorRendering600} {/EnhancedColorRendering} ifelse
  485.     /ColorRendering findresource setcolorrendering
  486.     /EnhancedHalftone /Halftone findresource sethalftone
  487.     { } settransfer false setstrokeadjust
  488. } >> setpagedevice
  489. currentpagedevice /HWResolution get dup 0 get 600 eq exch 1 get 600 eq and
  490.     { 
  491.         << /PostRenderingEnhance true 
  492.             /PostRenderingEnhanceDetails << /REValue 0 /Type 8 >> 
  493.         >>  setpagedevice    
  494.     }if
  495. /setscreen { pop pop pop } def
  496. /setcolorscreen { pop pop pop pop pop pop pop pop pop pop pop pop } def
  497. /sethalftone { pop } def 
  498. "
  499. *End
  500. *HPHalftone Standard/Standard: "
  501. << /Install {
  502.      currentpagedevice /HWResolution get
  503.      dup 0 get 600 eq exch 1 get 600 eq and dup
  504.      currentpagedevice /PostRenderingEnhance get
  505.      currentpagedevice /PostRenderingEnhanceDetails get /REValue get 0 ne and
  506.      { {/DefaultColorRenderingRE600} {/DefaultColorRenderingRE} ifelse}
  507.      { {/DefaultColorRendering600} {/DefaultColorRendering} ifelse} ifelse
  508.      /ColorRendering findresource setcolorrendering
  509.      { /DefaultHalftone600 } {/DefaultHalftone} ifelse
  510.      /Halftone findresource sethalftone
  511.      {} settransfer false setstrokeadjust
  512.    }
  513. >> setpagedevice
  514. currentpagedevice /HWResolution get dup 0 get 600 eq exch 1 get 600 eq and
  515.     { 
  516.         << /PostRenderingEnhance true 
  517.             /PostRenderingEnhanceDetails << /REValue 0 /Type 8 >> 
  518.         >>  setpagedevice    
  519.     }if
  520. "
  521. *End
  522. *?HPHalftone: "
  523.   save
  524.     currenthalftone /HalftoneType get 9 eq 
  525.     {(Enhanced)} {(Standard)} ifelse = flush
  526.   restore
  527. "
  528. *End
  529. *CloseUI: *HPHalftone
  530. *DefaultScreenProc: Dot
  531. *ScreenProc HPEnhanced: "
  532.     { /EnhancedHalftone /Halftone findresource }"
  533. *End
  534. *ScreenProc Dot: "
  535. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  536. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  537. "
  538. *End
  539. *ScreenProc Line: "{ pop }"
  540. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  541. *DefaultTransfer: Null
  542. *Transfer Null: "{ }"
  543. *Transfer Null.Inverse: "{ 1 exch sub }"
  544.  
  545. *% ===================================
  546. *% Color Control
  547. *% ===================================
  548. *DefaultColorSep: ProcessBlack.85lpi.600dpi
  549. *InkName: ProcessBlack/Process Black
  550. *InkName: CustomColor/Custom Color
  551. *InkName: ProcessCyan/Process Cyan
  552. *InkName: ProcessMagenta/Process Magenta
  553. *InkName: ProcessYellow/Process Yellow
  554.  
  555. *%  For 53 lpi / 300 dpi  ===============================
  556. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  557. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  558. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  559. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  560. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  561. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  562. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  563. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  564. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  565. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  566.  
  567. *%  For 60 lpi / 300 dpi  ===============================
  568. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  569. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  570. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  571. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  572. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  573. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  574. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  575. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  576. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  577. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  578.  
  579. *%  For 106 lpi /300 dpi  ===============================
  580.      
  581. *ColorSepScreenAngle ProcessBlack.106lpi.300dpi/106 lpi /300 dpi: "45.0"
  582. *ColorSepScreenAngle CustomColor.106lpi.300dpi/106 lpi /300 dpi: "45.0"
  583. *ColorSepScreenAngle ProcessCyan.106lpi.300dpi/106 lpi /300 dpi: "71.5651"
  584. *ColorSepScreenAngle ProcessMagenta.106lpi.300dpi/106 lpi /300 dpi: "18.4349"
  585. *ColorSepScreenAngle ProcessYellow.106lpi.300dpi/106 lpi /300 dpi: "0.0"
  586.      
  587. *ColorSepScreenFreq ProcessBlack.106lpi.300dpi/106 lpi /300 dpi: "106.066"
  588. *ColorSepScreenFreq CustomColor.106lpi.300dpi/106 lpi /300 dpi: "106.066"
  589. *ColorSepScreenFreq ProcessCyan.106lpi.300dpi/106 lpi /300 dpi: "94.8683"
  590. *ColorSepScreenFreq ProcessMagenta.106lpi.300dpi/106 lpi /300 dpi: "94.8683"
  591. *ColorSepScreenFreq ProcessYellow.106lpi.300dpi/106 lpi /300 dpi: "100.0"
  592.  
  593. *%  For 85 lpi / 600 dpi  (5,5,2,6,6,2,20/3,0) =====================
  594. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  595. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  596. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  597. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  598. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  599. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  600. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  601. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  602. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  603. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  604. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  605. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  606. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  607. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  608. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  609. *End
  610.  
  611. *%  For 71 lpi / 600 dpi  ===============================
  612. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  613. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  614. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  615. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  616. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  617. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  618. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  619. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  620. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  621. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  622.  
  623. *%  For 106 lpi /600 dpi  ===============================
  624.      
  625. *ColorSepScreenAngle ProcessBlack.106lpi.600dpi/106 lpi /600 dpi: "45.0"
  626. *ColorSepScreenAngle CustomColor.106lpi.600dpi/106 lpi /600 dpi: "45.0"
  627. *ColorSepScreenAngle ProcessCyan.106lpi.600dpi/106 lpi /600 dpi: "71.5651"
  628. *ColorSepScreenAngle ProcessMagenta.106lpi.600dpi/106 lpi /600 dpi: "18.4349"
  629. *ColorSepScreenAngle ProcessYellow.106lpi.600dpi/106 lpi /600 dpi: "0.0"
  630.      
  631. *ColorSepScreenFreq ProcessBlack.106lpi.600dpi/106 lpi /600 dpi: "106.066"
  632. *ColorSepScreenFreq CustomColor.106lpi.600dpi/106 lpi /600 dpi: "106.066"
  633. *ColorSepScreenFreq ProcessCyan.106lpi.600dpi/106 lpi /600 dpi: "94.8683"
  634. *ColorSepScreenFreq ProcessMagenta.106lpi.600dpi/106 lpi /600 dpi: "94.8683"
  635. *ColorSepScreenFreq ProcessYellow.106lpi.600dpi/106 lpi /600 dpi: "100.0"
  636.  
  637. *% ===================================
  638. *% Font Information 
  639. *% ===================================
  640. *DefaultFont: Courier
  641. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  642. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  643. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  644. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  645. *Font Bookman-Demi: Standard "(001.004S)" Standard ROM
  646. *Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
  647. *Font Bookman-Light: Standard "(001.004S)" Standard ROM
  648. *Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
  649. *Font Courier: Standard "(002.004S)" Standard ROM
  650. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  651. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  652. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  653. *Font Helvetica: Standard "(001.006S)" Standard ROM
  654. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  655. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  656. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  657. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  658. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  659. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  660. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  661. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  662. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  663. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  664. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  665. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  666. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  667. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  668. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  669. *Font Symbol: Special "(001.007S)" Special ROM
  670. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  671. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  672. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  673. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  674. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  675. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  676. *?FontQuery: "
  677.  save
  678.    { count 1 gt
  679.       { exch dup 127 string cvs (/) print print (:) print
  680.     /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  681.       } { exit } ifelse
  682.    } bind loop
  683.    (*) = flush
  684.  restore
  685. "
  686. *End
  687. *?FontList: "
  688.   save
  689.     (*) {cvn ==} 128 string /Font resourceforall
  690.     (*) = flush
  691.   restore
  692. "
  693. *End
  694.  
  695. *% ===================================
  696. *% Printer Messages
  697. *% ===================================
  698. *% Printer Messages (verbatim from printer):
  699. *Message: "%%[exitserver: permanent state may be changed]%%"
  700. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  701. *Message: "\FontName\ not found, using Courier"
  702.  
  703. *% Status (format: %%[ status: <one of these> ] %%)
  704. *Status: "warming up"/warming up
  705. *Status: "initializing"/initializing
  706. *Status: "idle"/idle
  707. *Status: "waiting"/waiting
  708. *Status: "busy"/busy
  709. *Status: "printing"/printing
  710. *Status: "printing test page"/printing test page
  711. *Status: "PrinterError: needs attention"/PrinterError: needs attention
  712. *Status: "PrinterError: cover open"/PrinterError: cover open
  713. *Status: "PrinterError: no toner cartridge"/PrinterError: no toner cartridge
  714. *Status: "PrinterError: manual feed"/PrinterError: manual feed
  715. *Status: "PrinterError: out of paper"/PrinterError: out of paper
  716. *Status: "PrinterError: Paper Jam"/PrinterError: Paper Jam
  717. *Status: "PrinterError: page protect needed"/PrinterError: page protect needed
  718. *Status: "PrinterError: out of memory"/PrinterError: out of memory
  719. *Status: "PrinterError: output bin full"/PrinterError: output bin full
  720. *Status: "PrinterError: resetting printer"/PrinterError: resetting printer
  721. *Status: "PrinterError: toner is low"/PrinterError: toner is low
  722. *Status: "PrinterError: off line"/PrinterError: off line
  723.  
  724. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% ) 
  725. *Source: "other I/O"/other I/O
  726. *Source: "AppleTalk"/AppleTalk
  727. *Source: "APPLETALK"/AppleTalk
  728. *Source: "ATALK"/AppleTalk
  729. *Source: "LocalTalk"/LocalTalk
  730. *Source: "Parallel"/Parallel
  731. *Source: "EtherTalk"/EtherTalk
  732. *Source: "NOVELL"/NOVELL
  733. *Source: "DLC/LLC"/DLC/LLC
  734. *Source: "ETALK"/EtherTalk
  735. *Source: "TCP/IP"/TCP/IP
  736.  
  737. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  738. *Printer Error: "needs attention"/needs attention
  739. *Printer Error: "cover open"/cover open
  740. *Printer Error: "no toner cartridge"/no toner cartridge
  741. *Printer Error: "manual feed"/manual feed
  742. *Printer Error: "out of paper"/out of paper
  743. *Printer Error: "Paper Jam"/Paper Jam
  744. *Printer Error: "page protect needed"/page protect needed
  745. *Printer Error: "out of memory"/out of memory
  746. *Printer Error: "output bin full"/output bin full
  747. *Printer Error: "resetting printer"/resetting printer
  748. *Printer Error: "toner is low"/toner is low
  749. *Printer Error: "off line"/off line
  750.  
  751. *% ===================================
  752. *% System Management
  753. *% ===================================
  754. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  755. *FreeVM: "1740995"
  756. *VMOption 12Meg/12 - 27 MB Total RAM: "1740995"
  757. *VMOption 28Meg/28 - 35 MB Total RAM: "5681347"
  758. *VMOption 36Meg/36 - 52 MB Total RAM: "8040643"
  759. *SuggestedWaitTimeout: "120"
  760. *Password: "()" 
  761. *ExitServer: "
  762.  count 0 eq
  763.  { false } { true exch startjob } ifelse
  764.  not { 
  765.      (WARNING: Cannot modify initial VM.) =
  766.      (Missing or invalid password.) =
  767.      (Please contact the author of this software.) = flush quit
  768.      } if
  769. "
  770. *End
  771. *Reset: "
  772.  count 0 eq
  773.  { false } { true exch startjob } ifelse
  774.  not { 
  775.     (WARNING: Cannot reset printer.) =
  776.     (Missing or invalid password.) =
  777.     (Please contact the author of this software.) = flush quit
  778.     } if
  779.  systemdict /quit get exec
  780.  (WARNING: Cannot reset printer.) = flush
  781. "
  782. *End
  783.  
  784. *% ===================================
  785. *% For "HP LaserJet 4V/4MV" version 2014.101
  786. *% ===================================
  787.