home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 March / VPR0003B.ISO / support / usprndrv / alpha / hp5000_7.ppd < prev    next >
PostScript Printer Description  |  1999-10-14  |  39KB  |  989 lines

  1. *PPD-Adobe: "4.3"
  2. *% =======================================================
  3. *% Printer Description File
  4. *% Copyright 1992-98 Hewlett-Packard Company
  5. *%    December 10, 1998
  6. *%========================================================
  7. *% PPD for HP LaserJet 5000 Series
  8. *% For Windows NT 5.0
  9. *%========================================================
  10. *% === PPD File Version Information ====
  11. *FileVersion:      "1.6"
  12. *FormatVersion:    "4.3"
  13. *LanguageEncoding: ISOLatin1
  14. *LanguageVersion:  English
  15. *PCFileName:       "HP5000_7.PPD"
  16.  
  17. *% === Product Version Information ====
  18. *ModelName:     "HP LaserJet 5000 Series"
  19. *ShortNickName: "HP LaserJet 5000 Series PS"
  20. *NickName:      "HP LaserJet 5000 Series PS"
  21. *Product:       "(HP LaserJet 5000 Series)"
  22. *Manufacturer:  "HP"
  23. *PSVersion:     "(2014.108) 1"
  24.  
  25. *%=== Device Capabilities ==================
  26. *ColorDevice:       False
  27. *DefaultColorSpace: Gray
  28. *FileSystem:        True
  29. *?FileSystem: "
  30.    save 
  31.      false
  32.      (%disk?%)
  33.      { currentdevparams dup /Writeable known
  34.         { /Writeable get {pop true} if }  { pop } ifelse
  35.      } 100 string /IODevice resourceforall
  36.      {(True)}{(False)} ifelse = flush
  37.    restore
  38. "
  39. *End
  40.  
  41. *LanguageLevel: "2"
  42. *Throughput:    "16"
  43. *TTRasterizer:  Type42
  44. *?TTRasterizer: "
  45.    save
  46.       42 /FontType resourcestatus
  47.       { pop pop (Type42)} {pop pop (None)} ifelse = flush
  48.    restore
  49. "
  50. *End
  51.  
  52. *%=== Emulations and Protocols =============
  53. *Protocols: PJL TBCP
  54.  
  55. *SuggestedJobTimeout:  "0"
  56. *SuggestedWaitTimeout: "120"
  57.  
  58. *PrintPSErrors: True
  59.  
  60. *%=== Resolution Enhancement  ===============
  61. *OpenUI *Smoothing/Resolution Enhancement: Boolean
  62. *OrderDependency: 20 DocumentSetup *Smoothing
  63. *DefaultSmoothing: True
  64. *Smoothing True/On: "
  65.   << /PostRenderingEnhance true /PostRenderingEnhanceDetails << /REValue 2 /Type 8 >>
  66.   >> setpagedevice"
  67. *End
  68. *Smoothing False/Off: "
  69.   << /PostRenderingEnhance true /PostRenderingEnhanceDetails << /REValue 0 /Type 8 >>
  70.   >> setpagedevice"
  71. *End
  72. *?Smoothing: "
  73.   save
  74.     currentpagedevice /PostRenderingEnhanceDetails get /REValue get
  75.     [(False) (True) (True) (True)]  exch get print
  76.   restore
  77. "
  78. *End
  79. *CloseUI: *Smoothing
  80.  
  81. *%=== JCL Features ==========================
  82. *JCLBegin:           "<1B>%-12345X@PJL JOB<0A>"
  83. *JCLToPSInterpreter: "@PJL ENTER LANGUAGE = POSTSCRIPT <0A>"
  84. *JCLEnd:             "<1B>%-12345X@PJL EOJ<0A>"
  85.  
  86. *JCLOpenUI *JCLResolution/Resolution: PickOne
  87. *OrderDependency: 10 JCLSetup *JCLResolution
  88. *DefaultJCLResolution: 600dpi
  89. *JCLResolution 300dpi/300 dpi: "@PJL SET RESOLUTION = 300<0A>"
  90. *JCLResolution 600dpi/600 dpi: "@PJL SET RESOLUTION = 600<0A>"
  91. *JCLResolution 1200dpi/ProRes 1200: "@PJL SET RESOLUTION = 1200<0A>"
  92. *JCLCloseUI: *JCLResolution
  93.  
  94. *JCLOpenUI *JCLEconomode/EconoMode: Boolean
  95. *OrderDependency: 10 JCLSetup *JCLEconomode
  96. *DefaultJCLEconomode: False
  97. *JCLEconomode False/Highest Quality: "@PJL SET ECONOMODE = OFF<0A>"
  98. *JCLEconomode True/Save Toner: "@PJL SET ECONOMODE = ON<0A>"
  99. *JCLCloseUI: *JCLEconomode
  100.  
  101. *%=== Installable Options ==========================
  102. *OpenGroup: InstallableOptions/Installed Options
  103.  
  104. *OpenUI *Option1/Tray 3: Boolean
  105. *DefaultOption1: False
  106. *Option1 True/Installed: ""
  107. *Option1 False/Not Installed: ""
  108. *?Option1: "
  109.   save
  110.     currentpagedevice /InputAttributes get dup 1 known
  111.     {1 get null ne {(True)}{(False)} ifelse} {pop (False)} ifelse =
  112.   restore
  113. "
  114. *End
  115. *CloseUI: *Option1
  116.  
  117. *OpenUI *Option2/Tray 4: Boolean
  118. *DefaultOption2: False
  119. *Option2 True/Installed: ""
  120. *Option2 False/Not Installed: ""
  121. *?Option2: "
  122.   save
  123.     currentpagedevice /InputAttributes get dup 4 known
  124.     {4 get null ne {(True)}{(False)} ifelse} {pop (False)} ifelse = flush
  125.   restore
  126. "
  127. *End
  128. *CloseUI: *Option2
  129.  
  130. *OpenUI *Option3/Duplex Unit: Boolean
  131. *DefaultOption3: True
  132. *Option3 True/Installed: ""
  133. *Option3 False/Not Installed: ""
  134. *?Option3: "
  135.   save
  136.     currentpagedevice /Duplex known
  137.     {(True)}{(False)}ifelse = flush
  138.   restore
  139. "
  140. *End
  141. *CloseUI: *Option3
  142.  
  143. *OpenUI *Option4/Printer Hard Disk: Boolean
  144. *DefaultOption4: False
  145. *Option4 True/Installed: "<</Collate true>> setpagedevice"
  146. *Option4 False/Not Installed: "<</Collate false>> setpagedevice"
  147. *?Option4: "
  148.   save 
  149.     false
  150.     (%disk?%)
  151.     { currentdevparams dup /Writeable known
  152.     { /Writeable get {pop true} if }  { pop } ifelse
  153.     } 100 string /IODevice resourceforall
  154.     {(True)}{(False)} ifelse = flush
  155.   restore
  156. "
  157. *End
  158. *CloseUI: *Option4
  159.  
  160. *OpenUI *InstalledMemory/Total Printer Memory: PickOne
  161. *DefaultInstalledMemory: 4MB
  162. *InstalledMemory 4MB/4 - 7 MB: ""
  163. *InstalledMemory 8MB/8 - 11 MB: ""
  164. *InstalledMemory 12MB/12 - 19 MB: ""
  165. *InstalledMemory 20MB/20 - 27 MB: ""
  166. *InstalledMemory 28MB/28 - 35 MB: ""
  167. *InstalledMemory 36MB/36 MB or more: ""
  168. *?InstalledMemory: "
  169.   save
  170.     currentsystemparams /RamSize get 
  171.     524288 div ceiling cvi 2 div
  172.     /size exch def
  173.     size 36 ge 
  174.       {(36MB)} 
  175.        {size 28 ge 
  176.           {(28MB)}
  177.           {size 20 ge
  178.              {(20MB)}
  179.              {size 12 ge
  180.                 {(12MB)}
  181.                 {size 8 ge
  182.                    {(8MB)}
  183.                    {(4MB)} ifelse
  184.              } ifelse
  185.           } ifelse
  186.        } ifelse
  187.     } ifelse = flush
  188.   restore
  189. "
  190. *End
  191. *CloseUI: *InstalledMemory
  192. *CloseGroup: InstallableOptions
  193.  
  194. *FreeVM: "2200000"
  195. *VMOption 4MB/4 - 7 MB: "2200000"
  196. *VMOption 8MB/8 - 11 MB: "6000000"
  197. *VMOption 12MB/12 - 19 MB: "9400000"
  198. *VMOption 20MB/20 - 27 MB: "17000000"
  199. *VMOption 28MB/28 - 35 MB: "24500000"
  200. *VMOption 36MB/36 MB or more: "32000000"
  201.  
  202. *%=== UI Constraints =============================
  203. *% If A than not B  (Also include the reverse constraints if appropriate)
  204. *%
  205. *% If optional 500 sheet trays are not installed, disable access to Lower and LargeCapacity Trays
  206. *UIConstraints: *Option1 False *InputSlot Lower
  207. *UIConstraints: *Option2 False *InputSlot LargeCapacity
  208.  
  209. *% If the duplexer is not installed disable duplex modes.
  210. *UIConstraints: *Option3 False *Duplex DuplexNoTumble
  211. *UIConstraints: *Option3 False *Duplex DuplexTumble
  212.  
  213. *% If selected page size is an envelope, 11x17 (Oversize 12x18.5), A3 (Oversize 312x440), A6, B6, Postcard or Double Postcard 
  214. *%    disable access to paper trays 2, 3 and 4
  215. *UIConstraints: *PageSize Env10       *InputSlot Middle
  216. *UIConstraints: *PageSize Env10       *InputSlot Lower
  217. *UIConstraints: *PageSize Env10       *InputSlot LargeCapacity
  218. *UIConstraints: *PageSize EnvMonarch  *InputSlot Middle
  219. *UIConstraints: *PageSize EnvMonarch  *InputSlot Lower
  220. *UIConstraints: *PageSize EnvMonarch  *InputSlot LargeCapacity
  221. *UIConstraints: *PageSize EnvDL       *InputSlot Middle
  222. *UIConstraints: *PageSize EnvDL       *InputSlot Lower
  223. *UIConstraints: *PageSize EnvDL       *InputSlot LargeCapacity
  224. *UIConstraints: *PageSize EnvC5       *InputSlot Middle
  225. *UIConstraints: *PageSize EnvC5       *InputSlot Lower
  226. *UIConstraints: *PageSize EnvC5       *InputSlot LargeCapacity
  227. *UIConstraints: *PageSize EnvISOB5    *InputSlot Middle
  228. *UIConstraints: *PageSize EnvISOB5    *InputSlot Lower
  229. *UIConstraints: *PageSize EnvISOB5    *InputSlot LargeCapacity
  230.  
  231. *UIConstraints: *PageSize w864h1332 *InputSlot Middle
  232. *UIConstraints: *PageSize w864h1332 *InputSlot Lower
  233. *UIConstraints: *PageSize w864h1332 *InputSlot LargeCapacity
  234. *UIConstraints: *PageSize w884h1247 *InputSlot Middle
  235. *UIConstraints: *PageSize w884h1247 *InputSlot Lower
  236. *UIConstraints: *PageSize w884h1247 *InputSlot LargeCapacity
  237. *UIConstraints: *PageSize A6        *InputSlot Middle
  238. *UIConstraints: *PageSize A6        *InputSlot Lower
  239. *UIConstraints: *PageSize A6        *InputSlot LargeCapacity
  240. *UIConstraints: *PageSize B6        *InputSlot Middle
  241. *UIConstraints: *PageSize B6        *InputSlot Lower
  242. *UIConstraints: *PageSize B6        *InputSlot LargeCapacity
  243. *UIConstraints: *PageSize Postcard  *InputSlot Middle
  244. *UIConstraints: *PageSize Postcard  *InputSlot Lower
  245. *UIConstraints: *PageSize Postcard  *InputSlot LargeCapacity
  246. *UIConstraints: *PageSize DoublePostcard *InputSlot Middle
  247. *UIConstraints: *PageSize DoublePostcard *InputSlot Lower
  248. *UIConstraints: *PageSize DoublePostcard *InputSlot LargeCapacity
  249.  
  250. *% If selected page region is an envelope, 11x17 (Oversize 12x18.5), A3 (Oversize 312x440), A6, B6 or Postcard
  251. *%    disable access to paper trays 2, 3 and 4
  252. *UIConstraints: *PageRegion Env10       *InputSlot Middle
  253. *UIConstraints: *PageRegion Env10       *InputSlot Lower
  254. *UIConstraints: *PageRegion Env10       *InputSlot LargeCapacity
  255. *UIConstraints: *PageRegion EnvMonarch  *InputSlot Middle
  256. *UIConstraints: *PageRegion EnvMonarch  *InputSlot Lower
  257. *UIConstraints: *PageRegion EnvMonarch  *InputSlot LargeCapacity
  258. *UIConstraints: *PageRegion EnvDL       *InputSlot Middle
  259. *UIConstraints: *PageRegion EnvDL       *InputSlot Lower
  260. *UIConstraints: *PageRegion EnvDL       *InputSlot LargeCapacity
  261. *UIConstraints: *PageRegion EnvC5       *InputSlot Middle
  262. *UIConstraints: *PageRegion EnvC5       *InputSlot Lower
  263. *UIConstraints: *PageRegion EnvC5       *InputSlot LargeCapacity
  264. *UIConstraints: *PageRegion EnvISOB5    *InputSlot Middle
  265. *UIConstraints: *PageRegion EnvISOB5    *InputSlot Lower
  266. *UIConstraints: *PageRegion EnvISOB5    *InputSlot LargeCapacity
  267.  
  268. *UIConstraints: *PageRegion w864h1332 *InputSlot Middle
  269. *UIConstraints: *PageRegion w864h1332 *InputSlot Lower
  270. *UIConstraints: *PageRegion w864h1332 *InputSlot LargeCapacity
  271. *UIConstraints: *PageRegion w884h1247 *InputSlot Middle
  272. *UIConstraints: *PageRegion w884h1247 *InputSlot Lower
  273. *UIConstraints: *PageRegion w884h1247 *InputSlot LargeCapacity
  274. *UIConstraints: *PageRegion A6        *InputSlot Middle
  275. *UIConstraints: *PageRegion A6        *InputSlot Lower
  276. *UIConstraints: *PageRegion A6        *InputSlot LargeCapacity
  277. *UIConstraints: *PageRegion B6        *InputSlot Middle
  278. *UIConstraints: *PageRegion B6        *InputSlot Lower
  279. *UIConstraints: *PageRegion B6        *InputSlot LargeCapacity
  280. *UIConstraints: *PageRegion Postcard  *InputSlot Middle
  281. *UIConstraints: *PageRegion Postcard  *InputSlot Lower
  282. *UIConstraints: *PageRegion Postcard  *InputSlot LargeCapacity
  283. *UIConstraints: *PageRegion DoublePostcard *InputSlot Middle
  284. *UIConstraints: *PageRegion DoublePostcard *InputSlot Lower
  285. *UIConstraints: *PageRegion DoublePostcard *InputSlot LargeCapacity
  286.  
  287. *% Don't allow A6, B6, Postcard, double postcard, envelopes, transparencies or labels to be duplexed
  288. *UIConstraints: *PageSize A6         *Duplex DuplexNoTumble
  289. *UIConstraints: *PageSize B6         *Duplex DuplexNoTumble
  290. *UIConstraints: *PageSize Postcard   *Duplex DuplexNoTumble
  291. *UIConstraints: *PageSize DoublePostcard *Duplex DuplexNoTumble
  292. *UIConstraints: *PageSize Env10      *Duplex DuplexNoTumble
  293. *UIConstraints: *PageSize EnvMonarch *Duplex DuplexNoTumble
  294. *UIConstraints: *PageSize EnvDL      *Duplex DuplexNoTumble
  295. *UIConstraints: *PageSize EnvC5      *Duplex DuplexNoTumble
  296. *UIConstraints: *PageSize EnvISOB5   *Duplex DuplexNoTumble
  297.  
  298. *UIConstraints: *MediaType Transparency *Duplex DuplexNoTumble
  299. *UIConstraints: *MediaType Labels       *Duplex DuplexNoTumble
  300.  
  301. *UIConstraints: *PageRegion A6         *Duplex DuplexNoTumble
  302. *UIConstraints: *PageRegion B6         *Duplex DuplexNoTumble
  303. *UIConstraints: *PageRegion Postcard   *Duplex DuplexNoTumble
  304. *UIConstraints: *PageRegion DoublePostcard *Duplex DuplexNoTumble
  305. *UIConstraints: *PageRegion Env10      *Duplex DuplexNoTumble
  306. *UIConstraints: *PageRegion EnvMonarch *Duplex DuplexNoTumble
  307. *UIConstraints: *PageRegion EnvDL      *Duplex DuplexNoTumble
  308. *UIConstraints: *PageRegion EnvC5      *Duplex DuplexNoTumble
  309. *UIConstraints: *PageRegion EnvISOB5   *Duplex DuplexNoTumble
  310.  
  311. *UIConstraints: *PageSize A6         *Duplex DuplexTumble
  312. *UIConstraints: *PageSize B6         *Duplex DuplexTumble
  313. *UIConstraints: *PageSize Postcard   *Duplex DuplexTumble
  314. *UIConstraints: *PageSize DoublePostcard *Duplex DuplexTumble
  315. *UIConstraints: *PageSize Env10      *Duplex DuplexTumble
  316. *UIConstraints: *PageSize EnvMonarch *Duplex DuplexTumble
  317. *UIConstraints: *PageSize EnvDL      *Duplex DuplexTumble
  318. *UIConstraints: *PageSize EnvC5      *Duplex DuplexTumble
  319. *UIConstraints: *PageSize EnvISOB5   *Duplex DuplexTumble
  320.  
  321. *UIConstraints: *MediaType Transparency *Duplex DuplexTumble
  322. *UIConstraints: *MediaType Labels       *Duplex DuplexTumble
  323.  
  324. *UIConstraints: *PageRegion A6         *Duplex DuplexTumble
  325. *UIConstraints: *PageRegion B6         *Duplex DuplexTumble
  326. *UIConstraints: *PageRegion Postcard   *Duplex DuplexTumble
  327. *UIConstraints: *PageRegion DoublePostcard *Duplex DuplexTumble
  328. *UIConstraints: *PageRegion Env10      *Duplex DuplexTumble
  329. *UIConstraints: *PageRegion EnvMonarch *Duplex DuplexTumble
  330. *UIConstraints: *PageRegion EnvDL      *Duplex DuplexTumble
  331. *UIConstraints: *PageRegion EnvC5      *Duplex DuplexTumble
  332. *UIConstraints: *PageRegion EnvISOB5   *Duplex DuplexTumble
  333.  
  334. *% Cannot duplex custom page sizes
  335. *NonUIConstraints: *CustomPageSize True *Duplex DuplexNoTumble
  336. *NonUIConstraints: *CustomPageSize True *Duplex DuplexTumble
  337.  
  338. *%=== Paper Sizes =================
  339. *OpenUI *PageSize: PickOne
  340. *OrderDependency: 30 AnySetup *PageSize
  341. *DefaultPageSize: Letter
  342. *PageSize Letter/Letter: "
  343.   <</PageSize [612 792] /ImagingBBox null>> setpagedevice"
  344. *End
  345. *PageSize Executive/Executive: "
  346.   <</PageSize [522 756] /ImagingBBox null>> setpagedevice"
  347. *End
  348. *PageSize Legal/Legal: "
  349.   <</PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  350. *End
  351. *PageSize Tabloid/11x17: "
  352.   <</PageSize [792 1224] /ImagingBBox null>> setpagedevice"
  353. *End
  354. *PageSize w864h1332/11x17 (Oversize 12x18.5): "
  355.   <</PageSize [864 1332] /ImagingBBox null>> setpagedevice"
  356. *End
  357. *PageSize A3/A3: "
  358.   <</PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  359. *End
  360. *PageSize w884h1247/A3 (Oversize 312x440): "
  361.   <</PageSize [884 1247] /ImagingBBox null>> setpagedevice"
  362. *End
  363. *PageSize A4/A4: "
  364.   <</PageSize [595 842] /ImagingBBox null>> setpagedevice"
  365. *End
  366. *PageSize A5/A5: "
  367.   <</PageSize [420 595] /ImagingBBox null>> setpagedevice"
  368. *End
  369. *PageSize A6/A6: "
  370.   <</PageSize [297 420] /ImagingBBox null>> setpagedevice"
  371. *End
  372. *PageSize B4/B4 (JIS): "
  373.   <</PageSize [729 1032] /ImagingBBox null>> setpagedevice"
  374. *End
  375. *PageSize B5/B5 (JIS): "
  376.   <</PageSize [516 729] /ImagingBBox null>> setpagedevice"
  377. *End
  378. *PageSize B6/B6 (JIS): "
  379.   <</PageSize [363 516] /ImagingBBox null>> setpagedevice"
  380. *End
  381. *PageSize Postcard/Postcard (JIS): "
  382.   <</PageSize [284 419] /ImagingBBox null>> setpagedevice"
  383. *End
  384. *PageSize DoublePostcard/Double Postcard (JIS): "
  385.   <</PageSize [419.5 567] /ImagingBBox null>> setpagedevice"
  386. *End
  387. *PageSize Env10/Envelope #10: "
  388.   <</PageSize [297 684] /ImagingBBox null>> setpagedevice"
  389. *End
  390. *PageSize EnvMonarch/Envelope Monarch: "
  391.   <</PageSize [279 540] /ImagingBBox null>> setpagedevice"
  392. *End
  393. *PageSize EnvDL/Envelope DL: "
  394.   <</PageSize [312 624] /ImagingBBox null>> setpagedevice"
  395. *End
  396. *PageSize EnvC5/Envelope C5: "
  397.   <</PageSize [459 649] /ImagingBBox null>> setpagedevice"
  398. *End
  399. *PageSize EnvISOB5/Envelope B5: "
  400.   <</PageSize [499 709] /ImagingBBox null>> setpagedevice"
  401. *End
  402. *?PageSize: "
  403.    save
  404.    currentpagedevice /PageSize get aload pop
  405.    2 copy gt {exch} if 
  406.    (Unknown) 
  407.    20 dict
  408.    dup [612 792]  (Letter) put
  409.    dup [522 756]  (Executive) put
  410.    dup [612 1008] (Legal) put
  411.    dup [792 1224] (Tabloid) put
  412.    dup [864 1332] (w864h1332) put
  413.    dup [842 1191] (A3) put
  414.    dup [884 1247] (w884h1247) put
  415.    dup [595 842]  (A4) put
  416.    dup [420 595]  (A5) put
  417.    dup [297 420]  (A6) put
  418.    dup [729 1032] (B4) put
  419.    dup [516 729]  (B5) put
  420.    dup [363 516]  (B6) put
  421.    dup [284 419]  (Postcard) put
  422.    dup [419.5 567] (DoublePostcard) put
  423.    dup [297 684]  (Env10) put
  424.    dup [279 540]  (EnvMonarch) put
  425.    dup [312 624]  (EnvDL) put
  426.    dup [459 649]  (EnvC5) put
  427.    dup [499 709]  (EnvISOB5) put
  428.    { exch aload pop 4 index sub abs 5 le exch 
  429.       5 index sub abs 5 le and 
  430.       {exch pop exit} {pop} ifelse
  431.    } bind forall
  432.    = flush pop pop
  433.    restore
  434. "
  435. *End
  436. *CloseUI: *PageSize
  437.  
  438. *OpenUI *PageRegion: PickOne
  439. *OrderDependency: 40 AnySetup *PageRegion
  440. *DefaultPageRegion: Letter
  441. *PageRegion Letter/Letter: "
  442.   <</PageSize [612 792] /ImagingBBox null>> setpagedevice"
  443. *End
  444. *PageRegion Executive/Executive: "
  445.   <</PageSize [522 756] /ImagingBBox null>> setpagedevice"
  446. *End
  447. *PageRegion Legal/Legal: "
  448.   <</PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  449. *End
  450. *PageRegion Tabloid/11x17: "
  451.   <</PageSize [792 1224] /ImagingBBox null>> setpagedevice"
  452. *End
  453. *PageRegion w864h1332/11x17 (Oversize 12x18.5): "
  454.   <</PageSize [864 1332] /ImagingBBox null>> setpagedevice"
  455. *End
  456. *PageRegion A3/A3: "
  457.   <</PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  458. *End
  459. *PageRegion w884h1247/A3 (Oversize 312x440): "
  460.   <</PageSize [884 1247] /ImagingBBox null>> setpagedevice"
  461. *End
  462. *PageRegion A4/A4: "
  463.   <</PageSize [595 842] /ImagingBBox null>> setpagedevice"
  464. *End
  465. *PageRegion A5/A5: "
  466.   <</PageSize [420 595] /ImagingBBox null>> setpagedevice"
  467. *End
  468. *PageRegion A6/A6: "
  469.   <</PageSize [297 420] /ImagingBBox null>> setpagedevice"
  470. *End
  471. *PageRegion B4/B4 (JIS): "
  472.   <</PageSize [729 1032] /ImagingBBox null>> setpagedevice"
  473. *End
  474. *PageRegion B5/B5 (JIS): "
  475.   <</PageSize [516 729] /ImagingBBox null>> setpagedevice"
  476. *End
  477. *PageRegion B6/B6 (JIS): "
  478.   <</PageSize [363 516] /ImagingBBox null>> setpagedevice"
  479. *End
  480. *PageRegion Postcard/Postcard (JIS): "
  481.   <</PageSize [284 419] /ImagingBBox null>> setpagedevice"
  482. *End
  483. *PageRegion DoublePostcard/Double Postcard (JIS): "
  484.   <</PageSize [419.5 567] /ImagingBBox null>> setpagedevice"
  485. *End
  486. *PageRegion Env10/Envelope #10: "
  487.   <</PageSize [297 684] /ImagingBBox null>> setpagedevice"
  488. *End
  489. *PageRegion EnvMonarch/Envelope Monarch: "
  490.   <</PageSize [279 540] /ImagingBBox null>> setpagedevice"
  491. *End
  492. *PageRegion EnvDL/Envelope DL: "
  493.   <</PageSize [312 624] /ImagingBBox null>> setpagedevice"
  494. *End
  495. *PageRegion EnvC5/Envelope C5: "
  496.   <</PageSize [459 649] /ImagingBBox null>> setpagedevice"
  497. *End
  498. *PageRegion EnvISOB5/Envelope B5: "
  499.   <</PageSize [499 709] /ImagingBBox null>> setpagedevice"
  500. *End
  501. *CloseUI: *PageRegion
  502.  
  503. *DefaultImageableArea: Letter
  504. *ImageableArea Letter/Letter: "12.24 12.06 599.76 779.06"
  505. *ImageableArea Executive/Executive: "13.32 12.06 508.68 743.06"
  506. *ImageableArea Legal/Legal: "12.24 12.06 599.76 995.06"
  507. *ImageableArea Tabloid/11x17: "12.50 12.50 779.50 1211.50"
  508. *ImageableArea w864h1332/11x17 (Oversize 12x18.5): "12.50 12.50 851.50 1319.50"
  509. *ImageableArea A3/A3: "14.00 14.00 828.00 1177.00"
  510. *ImageableArea w884h1247/A3 (Oversize 312x440): "14.00 14.00 870.00 1233.00"
  511. *ImageableArea A4/A4: "13.44 12.06 581.76 828.74"
  512. *ImageableArea A5/A5: "13.00 13.00 407.00 583.00"
  513. *ImageableArea A6/A6: "12.00 13.00 285.00 407.00"
  514. *ImageableArea B4/B4 (JIS): "12.50 12.50 715.50 1019.50"
  515. *ImageableArea B5/B5 (JIS): "12.50 12.50 503.50 715.50"
  516. *ImageableArea B6/B6 (JIS): "12.50 12.50 350.50 503.50"
  517. *ImageableArea Postcard/Postcard (JIS): "13.00 13.00 271.00 407.00"
  518. *ImageableArea DoublePostcard/Double Postcard (JIS): "12.00 12.00 407.28 554.64"
  519. *ImageableArea Env10/Envelope #10: "12.12 12.06 284.76 671.06"
  520. *ImageableArea EnvMonarch/Envelope Monarch: "12.72 12.06 266.16 527.06"
  521. *ImageableArea EnvDL/Envelope DL: "13.80 12.06 297.96 610.58"
  522. *ImageableArea EnvC5/Envelope C5: "12.60 12.06 446.52 636.02"
  523. *ImageableArea EnvISOB5/Envelope B5: "13.20 12.06 485.52 695.54"
  524. *?ImageableArea: "
  525.    save
  526.    /cvp { (                ) cvs print ( ) print } bind def
  527.    /upperright {10000 mul floor 10000 div} bind def
  528.    /lowerleft {10000 mul ceiling 10000 div} bind def
  529.    newpath clippath pathbbox
  530.    4 -2 roll exch 2 {lowerleft cvp} repeat
  531.    exch 2 {upperright cvp} repeat flush
  532.    restore
  533. "
  534. *End
  535.  
  536. *DefaultPaperDimension: Letter 
  537. *PaperDimension Letter/Letter: "612 792"
  538. *PaperDimension Executive/Executive: "522 756"
  539. *PaperDimension Legal/Legal: "612 1008"
  540. *PaperDimension Tabloid/11x17: "792 1224"
  541. *PaperDimension w864h1332/11x17 (Oversize 12x18.5): "864 1332"
  542. *PaperDimension A3/A3: "842 1191"
  543. *PaperDimension w884h1247/A3 (Oversize 312x440): "884 1247"
  544. *PaperDimension A4/A4: "595 842"
  545. *PaperDimension A5/A5: "420 595"
  546. *PaperDimension A6/A6: "297 420"
  547. *PaperDimension B4/B4 (JIS): "729 1032"
  548. *PaperDimension B5/B5 (JIS): "516 729"
  549. *PaperDimension B6/B6 (JIS): "363 516"
  550. *PaperDimension Postcard/Postcard (JIS): "284 419"
  551. *PaperDimension DoublePostcard/Double Postcard (JIS): "419.5 567"
  552. *PaperDimension Env10/Envelope #10: "297 684"
  553. *PaperDimension EnvMonarch/Envelope Monarch: "279 540"
  554. *PaperDimension EnvDL/Envelope DL: "312 624"
  555. *PaperDimension EnvC5/Envelope C5: "459 649"
  556. *PaperDimension EnvISOB5/Envelope B5: "499 709"
  557.  
  558. *LandscapeOrientation: Plus90
  559.  
  560. *%=== Custom Paper Support =================
  561. *%Orientation and Margin (offsets) values are not utilized
  562. *% Smallest = 3x5, Largest = 12 x 18.5
  563.  
  564. *VariablePaperSize: True
  565.  
  566. *LeadingEdge Short: ""
  567. *DefaultLeadingEdge: Short
  568.  
  569. *MaxMediaWidth:  "864"
  570. *MaxMediaHeight: "1332"
  571. *HWMargins:      16 16 16 16
  572. *CustomPageSize True: "
  573.   pop pop pop
  574.   <</DeferredMediaSelection true /PageSize [ 7 -2 roll ] /ImagingBBox null >>
  575.   setpagedevice
  576. "
  577. *End
  578.  
  579. *ParamCustomPageSize Width:        1 points 216 864
  580. *ParamCustomPageSize Height:       2 points 360 1332
  581. *ParamCustomPageSize WidthOffset:  3 points 0 0
  582. *ParamCustomPageSize HeightOffset: 4 points 0 0
  583. *ParamCustomPageSize Orientation:  5 int 1 1
  584.  
  585. *RequiresPageRegion All: True
  586.  
  587. *%=== Paper Sources ====================
  588. *OpenUI *InputSlot: PickOne
  589. *OrderDependency: 20 AnySetup *InputSlot
  590. *DefaultInputSlot: Middle
  591. *InputSlot Upper/Tray 1: "<</ManualFeed false /MediaPosition 3>> setpagedevice"
  592. *InputSlot ManualFeed/Tray 1 (Manual): "<</ManualFeed true /MediaPosition 3>> setpagedevice"
  593. *InputSlot Middle/Tray 2: "<</ManualFeed false /MediaPosition 0>> setpagedevice"
  594. *InputSlot Lower/Tray 3: "<</ManualFeed false /MediaPosition 1>> setpagedevice"
  595. *InputSlot LargeCapacity/Tray 4: "<</ManualFeed false /MediaPosition 4>> setpagedevice"
  596. *?InputSlot: "
  597.    save
  598.       currentpagedevice /InputAttributes get /Priority get
  599.       aload pop pop pop pop
  600.       [(Middle) (Lower) (Unknown) (Upper) (LargeCapacity)] exch get = flush
  601.    restore
  602. "
  603. *End
  604. *CloseUI: *InputSlot
  605.  
  606. *%=== Media Type ===========================
  607. *OpenUI *MediaType/Media Type: PickOne
  608. *OrderDependency: 50 AnySetup *MediaType
  609. *DefaultMediaType: None
  610. *MediaType None/None: ""
  611. *MediaType Plain/Plain: "<</MediaType (Plain)>> setpagedevice"
  612. *MediaType Preprinted/Preprinted: "<</MediaType (Preprinted)>> setpagedevice"
  613. *MediaType Letterhead/Letterhead: "<</MediaType (Letterhead)>> setpagedevice"
  614. *MediaType Transparency/Transparency: "<</MediaType (Transparency)>> setpagedevice"
  615. *MediaType Prepunched/Prepunched: "<</MediaType (Prepunched)>> setpagedevice"
  616. *MediaType Labels/Labels: "<</MediaType (Labels)>> setpagedevice"
  617. *MediaType Bond/Bond: "<</MediaType (Bond)>> setpagedevice"
  618. *MediaType Recycled/Recycled: "<</MediaType (Recycled)>> setpagedevice"
  619. *MediaType Color/Color: "<</MediaType (Color)>> setpagedevice"
  620. *MediaType Cardstock/Card Stock: "<</MediaType (Card Stock)>> setpagedevice"
  621. *MediaType Rough/Rough: "<</MediaType (Rough)>> setpagedevice"
  622. *MediaType Vellum/Vellum: "<</MediaType (Vellum)>> setpagedevice"
  623. *?MediaType: "
  624.   save
  625.     currentpagedevice /InputAttributes get dup
  626.     /Priority get
  627.     0 get get
  628.     /MediaType get
  629.     (Vellum) anchorsearch
  630.       {pop pop (Vellum)} if  
  631.     = flush
  632.   restore
  633. "
  634. *End
  635. *CloseUI: *MediaType
  636.  
  637. *%=== Fit to Page =========================
  638. *OpenUI *HPPaperPolicy/Fit to Page: PickOne
  639. *OrderDependency: 10 AnySetup *HPPaperPolicy
  640. *DefaultHPPaperPolicy: PromptUser
  641. *HPPaperPolicy PromptUser/Prompt User: "
  642.    <</DeferredMediaSelection true>> setpagedevice"
  643. *End
  644. *HPPaperPolicy NearestSizeAdjust/Nearest Size and Scale: "
  645.    <</DeferredMediaSelection false /Policies << /PageSize 3 >> >> setpagedevice"
  646. *End
  647. *HPPaperPolicy NearestSizeNoAdjust/Nearest Size and Crop: "
  648.    <</DeferredMediaSelection false /Policies << /PageSize 5 >> >> setpagedevice"
  649. *End
  650. *CloseUI: *HPPaperPolicy
  651.  
  652. *%=== Halftone Information =================
  653. *ScreenFreq:  "106.0"
  654. *ScreenAngle: "45.0"
  655.  
  656. *ResScreenFreq 300dpi/300 dpi:  "60.0"
  657. *ResScreenAngle 300dpi/300 dpi: "45.0"
  658. *ResScreenFreq 600dpi/600 dpi:  "106.0"
  659. *ResScreenAngle 600dpi/600 dpi: "45.0"
  660. *ResScreenFreq 1200dpi/1200 dpi:  "180.0"
  661. *ResScreenAngle 1200dpi/1200 dpi: "45.0"
  662.  
  663. *DefaultScreenProc: Dot
  664. *ScreenProc HPEnhanced: "
  665.     { /EnhancedHalftone /Halftone findresource }"
  666. *End
  667. *ScreenProc Dot: "
  668. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  669. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  670. "
  671. *End
  672. *ScreenProc Line: "{ pop }"
  673. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  674.  
  675. *DefaultTransfer: Null
  676. *Transfer Null: "{ }"
  677. *Transfer Null.Inverse: "{ 1 exch sub }"
  678.  
  679. *DefaultHalftoneType:    9
  680. *AccurateScreensSupport: False
  681.  
  682. *OpenUI *HPHalftone/Levels of Gray: PickOne
  683. *OrderDependency: 10 DocumentSetup *HPHalftone
  684. *DefaultHPHalftone: PrinterDefault
  685. *HPHalftone PrinterDefault/Printer's Current Setting: ""
  686. *HPHalftone Enhanced/Enhanced: "
  687.    << /Install {
  688.      currentpagedevice /HWResolution get
  689.      dup 0 get 600 eq exch 1 get 600 eq and
  690.      { /EnhancedColorRendering600 } { /EnhancedColorRendering } ifelse
  691.      /ColorRendering findresource setcolorrendering
  692.      /EnhancedHalftone /Halftone findresource sethalftone
  693.      { } settransfer false setstrokeadjust
  694.    }
  695.    >> setpagedevice
  696.    currentpagedevice /HWResolution get dup 0 get 600 eq exch 1 get 600 eq and
  697.    {
  698.        << /PostRenderingEnhance true
  699.             /PostRenderingEnhanceDetails << /REValue 0 /Type 8 >>
  700.        >> setpagedevice
  701.    } if
  702.    /setscreen { pop pop pop } def
  703.    /setcolorscreen { pop pop pop pop pop pop pop pop pop pop pop pop } def
  704.    /sethalftone { pop } def 
  705. "
  706. *End
  707. *HPHalftone Standard/Standard: "
  708.      << /Install {
  709.      currentpagedevice /HWResolution get
  710.      dup 0 get 600 eq exch 1 get 600 eq and dup
  711.      currentpagedevice /PostRenderingEnhance get
  712.      currentpagedevice /PostRenderingEnhanceDetails get /REValue get 0 ne and
  713.      { {/DefaultColorRenderingRE600} {/DefaultColorRenderingRE} ifelse}
  714.      { {/DefaultColorRendering600} {/DefaultColorRendering} ifelse} ifelse
  715.      /ColorRendering findresource setcolorrendering
  716.      { /DefaultHalftone600 } {/DefaultHalftone} ifelse
  717.      /Halftone findresource sethalftone
  718.      {} settransfer false setstrokeadjust
  719.    } >> setpagedevice
  720.    currentpagedevice /HWResolution get dup 0 get 600 eq exch 1 get 600 eq and
  721.    {
  722.      << /PostRenderingEnhance true /PostRenderingEnhanceDetails
  723.      << /REValue 0 /Type 8 >> >> setpagedevice
  724.    } if
  725. "
  726. *End
  727. *?HPHalftone: "
  728.    save
  729.       currenthalftone /HalftoneType get 9 eq 
  730.      {(Enhanced)} {(Standard)} ifelse = flush
  731.    restore
  732. "
  733. *End
  734. *CloseUI: *HPHalftone
  735.  
  736. *%=== Duplex ====================================
  737. *OpenUI *Duplex/Duplex:  PickOne
  738. *OrderDependency: 50 AnySetup *Duplex
  739. *DefaultDuplex: None
  740. *Duplex None/Off (1-Sided): "
  741.   <</Duplex false>> setpagedevice"
  742. *End
  743. *Duplex DuplexNoTumble/Flip on Long Edge (Standard): "
  744.   <</Duplex true /Tumble false>> setpagedevice"
  745. *End
  746. *Duplex DuplexTumble/Flip on Short Edge: "
  747.   <</Duplex true /Tumble true>> setpagedevice"
  748. *End
  749. *?Duplex: "
  750.    save
  751.    currentpagedevice /Duplex known
  752.    false ne
  753.      { currentpagedevice /Duplex get
  754.         { currentpagedevice /Tumble get
  755.             {(DuplexTumble)}{(DuplexNoTumble)}ifelse
  756.         } { (None)}    ifelse 
  757.      }{(None)}  ifelse = flush
  758.    restore
  759. "
  760. *End 
  761. *CloseUI: *Duplex
  762.  
  763. *%=== Color Control ========================
  764. *DefaultColorSep: ProcessBlack.106lpi.600dpi/106 lpi / 600 dpi
  765.  
  766. *InkName: ProcessBlack/Process Black
  767. *InkName: CustomColor/Custom Color
  768. *InkName: ProcessCyan/Process Cyan
  769. *InkName: ProcessMagenta/Process Magenta
  770. *InkName: ProcessYellow/Process Yellow
  771.  
  772. *%  For 60 lpi / 300 dpi  =========================
  773. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  774. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  775. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  776. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  777. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  778.  
  779. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  780. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  781. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  782. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  783. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  784.  
  785. *%  For 85 lpi / 600 dpi  (5,5,2,6,6,2,20/3,0) ====
  786. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  787. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  788. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  789. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  790. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  791.  
  792. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  793. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  794. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  795. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  796. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  797. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  798. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  799. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  800. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  801. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  802. *End
  803.  
  804. *%  For 106 lpi / 300 dpi  =========================
  805. *ColorSepScreenAngle ProcessBlack.106lpi.300dpi/106 lpi / 300 dpi: "45.0"
  806. *ColorSepScreenAngle CustomColor.106lpi.300dpi/106 lpi / 300 dpi: "45.0"
  807. *ColorSepScreenAngle ProcessCyan.106lpi.300dpi/106 lpi / 300 dpi: "71.5651"
  808. *ColorSepScreenAngle ProcessMagenta.106lpi.300dpi/106 lpi / 300 dpi: "18.4349"
  809. *ColorSepScreenAngle ProcessYellow.106lpi.300dpi/106 lpi / 300 dpi: "0.0"
  810.      
  811. *ColorSepScreenFreq ProcessBlack.106lpi.300dpi/106 lpi / 300 dpi: "106.066"
  812. *ColorSepScreenFreq CustomColor.106lpi.300dpi/106 lpi / 300 dpi: "106.066"
  813. *ColorSepScreenFreq ProcessCyan.106lpi.300dpi/106 lpi / 300 dpi: "94.8683"
  814. *ColorSepScreenFreq ProcessMagenta.106lpi.300dpi/106 lpi / 300 dpi: "94.8683"
  815. *ColorSepScreenFreq ProcessYellow.106lpi.300dpi/106 lpi / 300 dpi: "100.0"
  816.  
  817. *%  For 106 lpi / 600 dpi  =========================
  818. *ColorSepScreenAngle ProcessBlack.106lpi.600dpi/106 lpi / 600 dpi: "45.0"
  819. *ColorSepScreenAngle CustomColor.106lpi.600dpi/106 lpi / 600 dpi: "45.0"
  820. *ColorSepScreenAngle ProcessCyan.106lpi.600dpi/106 lpi / 600 dpi: "71.5651"
  821. *ColorSepScreenAngle ProcessMagenta.106lpi.600dpi/106 lpi / 600 dpi: "18.4349"
  822. *ColorSepScreenAngle ProcessYellow.106lpi.600dpi/106 lpi / 600 dpi: "0.0"
  823.      
  824. *ColorSepScreenFreq ProcessBlack.106lpi.600dpi/106 lpi / 600 dpi: "106.066"
  825. *ColorSepScreenFreq CustomColor.106lpi.600dpi/106 lpi / 600 dpi: "106.066"
  826. *ColorSepScreenFreq ProcessCyan.106lpi.600dpi/106 lpi / 600 dpi: "94.8683"
  827. *ColorSepScreenFreq ProcessMagenta.106lpi.600dpi/106 lpi / 600 dpi: "94.8683"
  828. *ColorSepScreenFreq ProcessYellow.106lpi.600dpi/106 lpi / 600 dpi: "100.0"
  829.  
  830. *%  For 180 lpi / 1200 dpi  =========================
  831. *ColorSepScreenAngle ProcessBlack.180lpi.1200dpi/180 lpi / 1200 dpi: "45.0"
  832. *ColorSepScreenAngle CustomColor.180lpi.1200dpi/180 lpi / 1200 dpi: "45.0"
  833. *ColorSepScreenAngle ProcessCyan.180lpi.1200dpi/180 lpi / 1200 dpi: "71.5651"
  834. *ColorSepScreenAngle ProcessMagenta.180lpi.1200dpi/180 lpi / 1200 dpi: "18.4349"
  835. *ColorSepScreenAngle ProcessYellow.180lpi.1200dpi/180 lpi / 1200 dpi: "0.0"
  836.      
  837. *ColorSepScreenFreq ProcessBlack.180lpi.1200dpi/180 lpi / 1200 dpi: "180"
  838. *ColorSepScreenFreq CustomColor.180lpi.1200dpi/180 lpi / 1200 dpi: "180"
  839. *ColorSepScreenFreq ProcessCyan.180lpi.1200dpi/180 lpi / 1200 dpi: "161"
  840. *ColorSepScreenFreq ProcessMagenta.180lpi.1200dpi/180 lpi / 1200 dpi: "161"
  841. *ColorSepScreenFreq ProcessYellow.180lpi.1200dpi/180 lpi / 1200 dpi: "170"
  842.  
  843. *% Patch for downloading True Type fonts as Outline.
  844. *ADORequiresEExec: True
  845.  
  846. *%=== Font Information =====================
  847. *DefaultFont: Courier
  848. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  849. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  850. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  851. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  852. *Font Bookman-Demi: Standard "(001.004S)" Standard ROM
  853. *Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
  854. *Font Bookman-Light: Standard "(001.004S)" Standard ROM
  855. *Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
  856. *Font Courier: Standard "(002.004S)" Standard ROM
  857. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  858. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  859. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  860. *Font Helvetica: Standard "(001.006S)" Standard ROM
  861. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  862. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  863. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  864. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  865. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  866. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  867. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  868. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  869. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  870. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  871. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  872. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  873. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  874. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  875. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  876. *Font Symbol: Special "(001.007S)" Special ROM
  877. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  878. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  879. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  880. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  881. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  882. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  883. *?FontQuery: "
  884.    save
  885.    { count 1 gt
  886.       { exch dup 127 string cvs (/) print print (:) print
  887.       /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  888.       } { exit } ifelse
  889.    } bind loop
  890.    (*) = flush
  891.    restore
  892. "
  893. *End
  894.  
  895. *?FontList: "
  896.    save
  897.      (*) {cvn ==} 128 string /Font resourceforall
  898.      (*) = flush
  899.    restore
  900. "
  901. *End
  902.  
  903. *%=== Printer Messages (verbatim from printer): ================
  904. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  905. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  906. *Message: "\FontName\ not found, using Courier"
  907.  
  908. *% Status (format: %%[ status: <one of these> ] %%)
  909. *Status: "warming up"/warming up
  910. *Status: "idle"/idle
  911. *Status: "busy"/busy
  912. *Status: "waiting"/waiting
  913. *Status: "printing"/printing
  914. *Status: "initializing"/initializing
  915. *Status: "printing test page"/printing test page
  916. *Status: "PrinterError: cover open or no toner cartridge"/cover open or no toner cartridge
  917. *Status: "PrinterError: cover open"/cover open
  918. *Status: "PrinterError: needs attention"/needs attention
  919. *Status: "PrinterError: no toner cartridge"/no toner cartridge
  920. *Status: "PrinterError: warming up"/warming up
  921. *Status: "PrinterError: manual feed"/manual feed
  922. *Status: "PrinterError: out of paper"/out of paper
  923. *Status: "PrinterError: Paper Jam"/Paper Jam
  924. *Status: "PrinterError: paper jam"/paper jam
  925. *Status: "PrinterError: page protect needed"/page protect needed
  926. *Status: "PrinterError: out of memory"/out of memory
  927. *Status: "PrinterError: output bin full"/output bin full
  928. *Status: "PrinterError: resetting printer"/resetting printer
  929. *Status: "PrinterError: toner is low"/toner is low
  930. *Status: "PrinterError: off line"/off line
  931.  
  932. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  933. *PrinterError: "cover open or no toner cartridge"/cover open or no toner cartridge
  934. *PrinterError: "cover open"/cover open
  935. *PrinterError: "needs attention"/needs attention
  936. *PrinterError: "no toner cartridge"/no toner cartridge
  937. *PrinterError: "warming up"/warming up
  938. *PrinterError: "manual feed"/manual feed
  939. *PrinterError: "out of paper"/out of paper
  940. *PrinterError: "Paper Jam"/Paper Jam
  941. *PrinterError: "paper jam"/paper jam
  942. *PrinterError: "page protect needed"/page protect needed
  943. *PrinterError: "out of memory"/out of memory
  944. *PrinterError: "output bin full"/output bin full
  945. *PrinterError: "resetting printer"/resetting printer
  946. *PrinterError: "toner is low"/toner is low
  947. *PrinterError: "off line"/off line
  948.  
  949. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  950. *Source: "BiTronics"/BiTronics
  951. *Source: "other I/O"/other I/O
  952. *Source: "AppleTalk"/AppleTalk
  953. *Source: "APPLETALK"/AppleTalk
  954. *Source: "ATALK"/AppleTalk
  955. *Source: "LocalTalk"/LocalTalk
  956. *Source: "Parallel"/Parallel
  957. *Source: "EtherTalk"/EtherTalk
  958. *Source: "NOVELL"/NOVELL
  959. *Source: "DLC/LLC"/DLC/LLC
  960. *Source: "ETALK"/EtherTalk
  961. *Source: "TCP/IP"/TCP/IP
  962.  
  963. *Password: "()"
  964. *ExitServer: "
  965.  count 0 eq
  966.  { false } { true exch startjob } ifelse
  967.  not {
  968.      (WARNING: Cannot modify initial VM.) =
  969.      (Missing or invalid password.) =
  970.      (Please contact the author of this software.) = flush quit
  971.      } if
  972. "
  973. *End
  974. *Reset: "
  975.   count 0 eq { false } { true exch startjob } ifelse
  976.   not {
  977.     (WARNING: Cannot reset printer.) =
  978.     (Missing or invalid password.) =
  979.     (Please contact the author of this software.) = flush quit
  980.     } if
  981.   systemdict /quit get exec
  982.   (WARNING : Printer Reset Failed.) = flush
  983. "
  984. *End
  985.  
  986. *% =======================================
  987. *% For "HP LaserJet 5000 Series" version 2014.108
  988. *% =======================================
  989.