Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

988 lines
38 KiB

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