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.

1113 lines
38 KiB

  1. *PPD-Adobe: "4.3"
  2. *%=============================================================================
  3. *%
  4. *% PPD file for Kyocera Mita DP-2500 (USA English)
  5. *%
  6. *% Copyright (C) 1993-1999 Kyocera Technology Development Inc.
  7. *% All Rights Reserved
  8. *%
  9. *% Permission is granted for redistribution of this file as long as this
  10. *% copyright notice is intact and the contents of the file are not altered
  11. *% in any way from their original form.
  12. *%
  13. *% Contents of this file are automatically generated with the PPDGEN utility
  14. *%
  15. *%=============================================================================
  16. *FileVersion: "1.6.1"
  17. *FormatVersion: "4.3"
  18. *LanguageEncoding: ISOLatin1
  19. *LanguageVersion: English
  20. *Product: "(DP-2500)"
  21. *PSVersion: "(2014.108) 1"
  22. *Manufacturer: "Kyocera Mita"
  23. *ModelName: "Kyocera Mita DP-2500 (KPDL-2)"
  24. *ShortNickName: "DP-2500 (KPDL-2)"
  25. *NickName: "DP-2500 (KPDL-2)"
  26. *PCFileName: "DP2500UE.PPD"
  27. *% Basic Device Capabilities
  28. *LanguageLevel: "2"
  29. *ColorDevice: False
  30. *DefaultColorSpace: Gray
  31. *TTRasterizer: Type42
  32. *?TTRasterizer: "
  33. save
  34. 42 /FontType resourcestatus
  35. { pop pop (Type42) }{ (None) } ifelse
  36. = flush
  37. restore
  38. "
  39. *End
  40. *FreeVM: "12288000"
  41. *Throughput: "25"
  42. *% Extensions
  43. *FileSystem: True
  44. *?FileSystem: "
  45. save
  46. false
  47. (%disk%)
  48. { currentdevparams dup /Writeable known
  49. { /Writeable get { pop true } if }{ pop } ifelse
  50. } 100 string /IODevice resourceforall
  51. { (True) }{ (False) } ifelse
  52. = flush
  53. restore
  54. "
  55. *End
  56. *% System Management
  57. *SuggestedJobTimeout: "0"
  58. *SuggestedManualFeedTimeout: "0"
  59. *SuggestedWaitTimeout: "120"
  60. *PrintPSErrors: True
  61. *Password: "0"
  62. *ExitServer: "
  63. count 0 eq { true }
  64. { dup statusdict /checkpassword get exec not } ifelse
  65. { (WARNING : Cannot perform the exitserver command.) =
  66. (Password supplied is not valid.) =
  67. (Please contact the author of this software.) = flush quit } if
  68. serverdict /exitserver get exec
  69. "
  70. *End
  71. *Reset: "
  72. count 0 eq { true }
  73. { dup statusdict /checkpassword get exec not } ifelse
  74. { (WARNING : Cannot perform the exitserver command.) =
  75. (Password supplied is not valid.) =
  76. (Please contact the author of this software.) = flush quit } if
  77. serverdict /exitserver get exec
  78. systemdict /quit get exec
  79. (WARNING : Printer Reset Failed.) = flush
  80. "
  81. *End
  82. *% Protocols
  83. *Protocols: PJL TBCP
  84. *1284Modes Parallel: Compat Nibble ECP
  85. *1284DeviceID: "MFG:Kyocera Mita;Model:Kyocera Mita DP-2500;COMMAND SET: POSTSCRIPT,PJL,PCL"
  86. *% Page Stack Order
  87. *PageStackOrder FDTop: Reverse
  88. *PageStackOrder FURear: Normal
  89. *% JCL Information
  90. *JCLBegin: "<1B>%-12345X@PJL JOB<0A>"
  91. *JCLToPSInterpreter: "@PJL ENTER LANGUAGE=POSTSCRIPT<0A>"
  92. *JCLEnd: "<1B>%-12345X@PJL EOJ<0A><1B>%-12345X"
  93. *JCLOpenUI *JCLEconomode/EcoPrint: PickOne
  94. *DefaultJCLEconomode: Off
  95. *OrderDependency: 5 JCLSetup *JCLEconomode
  96. *JCLEconomode Off/Off: "@PJL SET ECONOMODE=OFF<0A>"
  97. *JCLEconomode On/On: "@PJL SET ECONOMODE=ON<0A>"
  98. *JCLCloseUI: *JCLEconomode
  99. *% Installable Options
  100. *OpenGroup: InstallableOptions/Installed Options
  101. *% Paper Feeders
  102. *OpenUI *Opt12/Paper Feeders: PickOne
  103. *DefaultOpt12: None
  104. *Opt12 None/None: ""
  105. *Opt12 One/One: ""
  106. *Opt12 Two/Two: ""
  107. *?Opt12: "
  108. save
  109. (None) currentpagedevice dup /InputAttributes known {
  110. /InputAttributes get
  111. dup 1 known { dup 1 get null ne { exch pop (One) exch } if } if
  112. dup 3 known { dup 3 get null ne { exch pop (Two) exch } if } if
  113. } if pop
  114. = flush
  115. restore
  116. "
  117. *End
  118. *CloseUI: *Opt12
  119. *% Duplex Unit
  120. *OpenUI *Opt16/Duplex Unit: Boolean
  121. *DefaultOpt16: False
  122. *Opt16 False/Not Installed: ""
  123. *Opt16 True/Installed: ""
  124. *?Opt16: "
  125. save
  126. currentpagedevice /Duplex known { (True) }{ (False) } ifelse
  127. = flush
  128. restore
  129. "
  130. *End
  131. *CloseUI: *Opt16
  132. *% Disk Drive
  133. *OpenUI *Opt18/Optional Disk: PickOne
  134. *DefaultOpt18: False
  135. *Opt18 None/None: ""
  136. *Opt18 HardDisk/Hard Disk: ""
  137. *Opt18 RAMDisk/RAM Disk: ""
  138. *?Opt18: "
  139. save
  140. false
  141. (%disk?%)
  142. { currentdevparams dup /Writeable known
  143. { dup /Writeable get
  144. { exch pop /LogicalSize get dup 0 gt exch 102400 lt eq true }{ pop pop false } ifelse
  145. }{ pop pop } ifelse
  146. } 100 string /IODevice resourceforall
  147. { { (RAMDisk) }{ (HardDisk) } ifelse }{ (None) } ifelse
  148. = flush
  149. restore
  150. "
  151. *End
  152. *CloseUI: *Opt18
  153. *% Installed Memory
  154. *OpenUI *InstalledMemory/Memory: PickOne
  155. *DefaultInstalledMemory: 16MB
  156. *InstalledMemory 16MB/Standard: ""
  157. *InstalledMemory 32MB/16MB Upgrade: ""
  158. *InstalledMemory 48MB/32MB Upgrade: ""
  159. *InstalledMemory 80MB/64MB Upgrade: ""
  160. *?InstalledMemory: "
  161. save
  162. currentsystemparams dup
  163. /RamSize known {
  164. /RamSize get
  165. 524288 div ceiling cvi 2 div cvi
  166. /vmsize 20 string def
  167. vmsize cvs print
  168. (MB) print (\n) print flush
  169. }{
  170. pop (Unknown) print flush
  171. } ifelse
  172. restore
  173. "
  174. *End
  175. *CloseUI: *InstalledMemory
  176. *CloseGroup: InstallableOptions
  177. *% Virtual Memory
  178. *VMOption 16MB: "12288000"
  179. *VMOption 32MB: "25728000"
  180. *VMOption 48MB: "39168000"
  181. *VMOption 80MB: "59328000"
  182. *% Constraints
  183. *UIConstraints: *Opt12 None *InputSlot PF26A
  184. *UIConstraints: *Opt12 None *InputSlot PF26B
  185. *UIConstraints: *Opt12 One *InputSlot PF26B
  186. *UIConstraints: *Opt16 False *Duplex DuplexTumble
  187. *UIConstraints: *Duplex DuplexTumble *Opt16 False
  188. *UIConstraints: *Opt16 False *Duplex DuplexNoTumble
  189. *UIConstraints: *Duplex DuplexNoTumble *Opt16 False
  190. *UIConstraints: *Opt18 None *KCCollate Temp0
  191. *UIConstraints: *Opt18 None *KCCollate Temp
  192. *UIConstraints: *Opt18 None *KCCollate Perm
  193. *UIConstraints: *Opt18 RAMDisk *KCCollate Perm
  194. *UIConstraints: *Opt18 HardDisk *KCCollate Temp0
  195. *UIConstraints: *Opt18 RAMDisk *KCCollate Temp
  196. *UIConstraints: *Opt18 RAMDisk *KCBarcodeMode First
  197. *UIConstraints: *Opt18 RAMDisk *KCBarcodeMode All
  198. *UIConstraints: *KCBarcodeMode *KCCollate None
  199. *UIConstraints: *KCCollate None *KCBarcodeMode First
  200. *UIConstraints: *KCCollate None *KCBarcodeMode All
  201. *UIConstraints: *PageSize Executive *InputSlot Internal
  202. *UIConstraints: *InputSlot Internal *PageSize Executive
  203. *UIConstraints: *PageSize A6 *InputSlot Internal
  204. *UIConstraints: *InputSlot Internal *PageSize A6
  205. *UIConstraints: *PageSize ISOB5 *InputSlot Internal
  206. *UIConstraints: *InputSlot Internal *PageSize ISOB5
  207. *UIConstraints: *PageSize B6 *InputSlot Internal
  208. *UIConstraints: *InputSlot Internal *PageSize B6
  209. *UIConstraints: *PageSize EnvPersonal *InputSlot Internal
  210. *UIConstraints: *InputSlot Internal *PageSize EnvPersonal
  211. *UIConstraints: *PageSize Env9 *InputSlot Internal
  212. *UIConstraints: *InputSlot Internal *PageSize Env9
  213. *UIConstraints: *PageSize Env10 *InputSlot Internal
  214. *UIConstraints: *InputSlot Internal *PageSize Env10
  215. *UIConstraints: *PageSize EnvMonarch *InputSlot Internal
  216. *UIConstraints: *InputSlot Internal *PageSize EnvMonarch
  217. *UIConstraints: *PageSize EnvDL *InputSlot Internal
  218. *UIConstraints: *InputSlot Internal *PageSize EnvDL
  219. *UIConstraints: *PageSize EnvC5 *InputSlot Internal
  220. *UIConstraints: *InputSlot Internal *PageSize EnvC5
  221. *UIConstraints: *PageSize Executive *InputSlot PF26A
  222. *UIConstraints: *InputSlot PF26A *PageSize Executive
  223. *UIConstraints: *PageSize A5 *InputSlot PF26A
  224. *UIConstraints: *InputSlot PF26A *PageSize A5
  225. *UIConstraints: *PageSize A6 *InputSlot PF26A
  226. *UIConstraints: *InputSlot PF26A *PageSize A6
  227. *UIConstraints: *PageSize ISOB5 *InputSlot PF26A
  228. *UIConstraints: *InputSlot PF26A *PageSize ISOB5
  229. *UIConstraints: *PageSize B6 *InputSlot PF26A
  230. *UIConstraints: *InputSlot PF26A *PageSize B6
  231. *UIConstraints: *PageSize EnvPersonal *InputSlot PF26A
  232. *UIConstraints: *InputSlot PF26A *PageSize EnvPersonal
  233. *UIConstraints: *PageSize Env9 *InputSlot PF26A
  234. *UIConstraints: *InputSlot PF26A *PageSize Env9
  235. *UIConstraints: *PageSize Env10 *InputSlot PF26A
  236. *UIConstraints: *InputSlot PF26A *PageSize Env10
  237. *UIConstraints: *PageSize EnvMonarch *InputSlot PF26A
  238. *UIConstraints: *InputSlot PF26A *PageSize EnvMonarch
  239. *UIConstraints: *PageSize EnvDL *InputSlot PF26A
  240. *UIConstraints: *InputSlot PF26A *PageSize EnvDL
  241. *UIConstraints: *PageSize EnvC5 *InputSlot PF26A
  242. *UIConstraints: *InputSlot PF26A *PageSize EnvC5
  243. *UIConstraints: *PageSize Executive *InputSlot PF26B
  244. *UIConstraints: *InputSlot PF26B *PageSize Executive
  245. *UIConstraints: *PageSize A5 *InputSlot PF26B
  246. *UIConstraints: *InputSlot PF26B *PageSize A5
  247. *UIConstraints: *PageSize A6 *InputSlot PF26B
  248. *UIConstraints: *InputSlot PF26B *PageSize A6
  249. *UIConstraints: *PageSize ISOB5 *InputSlot PF26B
  250. *UIConstraints: *InputSlot PF26B *PageSize ISOB5
  251. *UIConstraints: *PageSize B6 *InputSlot PF26B
  252. *UIConstraints: *InputSlot PF26B *PageSize B6
  253. *UIConstraints: *PageSize EnvPersonal *InputSlot PF26B
  254. *UIConstraints: *InputSlot PF26B *PageSize EnvPersonal
  255. *UIConstraints: *PageSize Env9 *InputSlot PF26B
  256. *UIConstraints: *InputSlot PF26B *PageSize Env9
  257. *UIConstraints: *PageSize Env10 *InputSlot PF26B
  258. *UIConstraints: *InputSlot PF26B *PageSize Env10
  259. *UIConstraints: *PageSize EnvMonarch *InputSlot PF26B
  260. *UIConstraints: *InputSlot PF26B *PageSize EnvMonarch
  261. *UIConstraints: *PageSize EnvDL *InputSlot PF26B
  262. *UIConstraints: *InputSlot PF26B *PageSize EnvDL
  263. *UIConstraints: *PageSize EnvC5 *InputSlot PF26B
  264. *UIConstraints: *InputSlot PF26B *PageSize EnvC5
  265. *UIConstraints: *PageSize Executive *Duplex
  266. *UIConstraints: *Duplex *PageSize Executive
  267. *UIConstraints: *PageSize Tabloid *Duplex
  268. *UIConstraints: *Duplex *PageSize Tabloid
  269. *UIConstraints: *PageSize A3 *Duplex
  270. *UIConstraints: *Duplex *PageSize A3
  271. *UIConstraints: *PageSize A6 *Duplex
  272. *UIConstraints: *Duplex *PageSize A6
  273. *UIConstraints: *PageSize B4 *Duplex
  274. *UIConstraints: *Duplex *PageSize B4
  275. *UIConstraints: *PageSize ISOB5 *Duplex
  276. *UIConstraints: *Duplex *PageSize ISOB5
  277. *UIConstraints: *PageSize B6 *Duplex
  278. *UIConstraints: *Duplex *PageSize B6
  279. *UIConstraints: *PageSize EnvPersonal *Duplex
  280. *UIConstraints: *Duplex *PageSize EnvPersonal
  281. *UIConstraints: *PageSize Env9 *Duplex
  282. *UIConstraints: *Duplex *PageSize Env9
  283. *UIConstraints: *PageSize Env10 *Duplex
  284. *UIConstraints: *Duplex *PageSize Env10
  285. *UIConstraints: *PageSize EnvMonarch *Duplex
  286. *UIConstraints: *Duplex *PageSize EnvMonarch
  287. *UIConstraints: *PageSize EnvDL *Duplex
  288. *UIConstraints: *Duplex *PageSize EnvDL
  289. *UIConstraints: *PageSize EnvC5 *Duplex
  290. *UIConstraints: *Duplex *PageSize EnvC5
  291. *UIConstraints: *MediaType Transparency *Duplex
  292. *UIConstraints: *Duplex *MediaType Transparency
  293. *UIConstraints: *MediaType Labels *Duplex
  294. *UIConstraints: *Duplex *MediaType Labels
  295. *% Resolution
  296. *OpenUI *Resolution/Resolution: PickOne
  297. *OrderDependency: 10 AnySetup *Resolution
  298. *DefaultResolution: 600dpi
  299. *Resolution 300dpi/300 Dots per Inch (dpi): "<< /HWResolution [300 300] >> setpagedevice"
  300. *Resolution 600dpi/600 Dots per Inch (dpi): "<< /HWResolution [600 600] >> setpagedevice"
  301. *?Resolution: "
  302. save
  303. currentpagedevice /HWResolution get
  304. 0 get ( ) cvs print (dpi) = flush
  305. restore
  306. "
  307. *End
  308. *CloseUI: *Resolution
  309. *% Image Refinement
  310. *OpenUI *Smoothing/KIR: PickOne
  311. *OrderDependency: 50 AnySetup *Smoothing
  312. *DefaultSmoothing: True
  313. *Smoothing True/On: "1 statusdict /setdoret get exec"
  314. *Smoothing False/Off: "0 statusdict /setdoret get exec"
  315. *?Smoothing: "
  316. save
  317. [(False)(True)(True)(True)]
  318. statusdict /doret get exec { get } stopped
  319. { pop pop (Unknown) } if
  320. = flush
  321. restore
  322. "
  323. *End
  324. *CloseUI: *Smoothing
  325. *% Halftone Information
  326. *DefaultHalftoneType: 1
  327. *ScreenFreq: "60.0"
  328. *ScreenAngle: "45.0"
  329. *ResScreenFreq 600dpi: "60.0"
  330. *ResScreenAngle 600dpi: "45.0"
  331. *ResScreenFreq 300dpi: "53.0"
  332. *ResScreenAngle 300dpi: "45.0"
  333. *DefaultScreenProc: Ellipse
  334. *ScreenProc Dot: "
  335. { abs exch abs 2 copy add 1 gt
  336. { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  337. { dup mul exch dup mul add 1 exch sub } ifelse }
  338. "
  339. *End
  340. *ScreenProc Line: "
  341. { pop }
  342. "
  343. *End
  344. *ScreenProc Ellipse: "
  345. { dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }
  346. "
  347. *End
  348. *DefaultTransfer: Null
  349. *Transfer Null: "{}"
  350. *Transfer Null.Inverse: "{ 1 exch sub }"
  351. *% Paper Handling
  352. *% Page Size Definitions
  353. *OpenUI *PageSize: PickOne
  354. *OrderDependency: 40 AnySetup *PageSize
  355. *DefaultPageSize: Letter
  356. *PageSize Letter/Letter: "
  357. << /Policies << /PageSize 2 >> /PageSize [612 792] /ImagingBBox null >> setpagedevice
  358. "
  359. *End
  360. *PageSize Legal/Legal: "
  361. << /Policies << /PageSize 2 >> /PageSize [612 1008] /ImagingBBox null >> setpagedevice
  362. "
  363. *End
  364. *PageSize Executive/Executive: "
  365. << /Policies << /PageSize 2 >> /PageSize [522 756] /ImagingBBox null >> setpagedevice
  366. "
  367. *End
  368. *PageSize Tabloid/11x17 (Ledger): "
  369. << /Policies << /PageSize 2 >> /PageSize [792 1224] /ImagingBBox null >> setpagedevice
  370. "
  371. *End
  372. *PageSize A3/A3: "
  373. << /Policies << /PageSize 2 >> /PageSize [842 1191] /ImagingBBox null >> setpagedevice
  374. "
  375. *End
  376. *PageSize A4/A4: "
  377. << /Policies << /PageSize 2 >> /PageSize [595 842] /ImagingBBox null >> setpagedevice
  378. "
  379. *End
  380. *PageSize A5/A5: "
  381. << /Policies << /PageSize 2 >> /PageSize [421 595] /ImagingBBox null >> setpagedevice
  382. "
  383. *End
  384. *PageSize A6/A6: "
  385. << /Policies << /PageSize 2 >> /PageSize [297 421] /ImagingBBox null >> setpagedevice
  386. "
  387. *End
  388. *PageSize B4/B4: "
  389. << /Policies << /PageSize 2 >> /PageSize [729 1032] /ImagingBBox null >> setpagedevice
  390. "
  391. *End
  392. *PageSize B5/B5 (JIS): "
  393. << /Policies << /PageSize 2 >> /PageSize [516 729] /ImagingBBox null >> setpagedevice
  394. "
  395. *End
  396. *PageSize ISOB5/B5 (ISO): "
  397. << /Policies << /PageSize 2 >> /PageSize [499 708] /ImagingBBox null >> setpagedevice
  398. "
  399. *End
  400. *PageSize B6/B6: "
  401. << /Policies << /PageSize 2 >> /PageSize [364 516] /ImagingBBox null >> setpagedevice
  402. "
  403. *End
  404. *PageSize EnvPersonal/Envelope #6: "
  405. << /Policies << /PageSize 2 >> /PageSize [261 468] /ImagingBBox null >> setpagedevice
  406. "
  407. *End
  408. *PageSize Env9/Envelope #9: "
  409. << /Policies << /PageSize 2 >> /PageSize [279 639] /ImagingBBox null >> setpagedevice
  410. "
  411. *End
  412. *PageSize Env10/Envelope #10: "
  413. << /Policies << /PageSize 2 >> /PageSize [297 684] /ImagingBBox null >> setpagedevice
  414. "
  415. *End
  416. *PageSize EnvMonarch/Envelope Monarch: "
  417. << /Policies << /PageSize 2 >> /PageSize [279 540] /ImagingBBox null >> setpagedevice
  418. "
  419. *End
  420. *PageSize EnvDL/Envelope DL: "
  421. << /Policies << /PageSize 2 >> /PageSize [312 624] /ImagingBBox null >> setpagedevice
  422. "
  423. *End
  424. *PageSize EnvC5/Envelope C5: "
  425. << /Policies << /PageSize 2 >> /PageSize [459 649] /ImagingBBox null >> setpagedevice
  426. "
  427. *End
  428. *?PageSize: "
  429. save
  430. currentpagedevice /PageSize get aload pop
  431. 2 copy gt {exch} if
  432. (Unknown)
  433. 18 dict
  434. dup [612 792] (Letter) put
  435. dup [612 1008] (Legal) put
  436. dup [522 756] (Executive) put
  437. dup [792 1224] (Ledger) put
  438. dup [842 1191] (A3) put
  439. dup [595 842] (A4) put
  440. dup [421 595] (A5) put
  441. dup [297 421] (A6) put
  442. dup [729 1032] (B4) put
  443. dup [516 729] (B5) put
  444. dup [499 708] (ISOB5) put
  445. dup [364 516] (B6) put
  446. dup [261 468] (EnvPersonal) put
  447. dup [279 639] (Env9) put
  448. dup [297 684] (Env10) put
  449. dup [279 540] (EnvMonarch) put
  450. dup [312 624] (EnvDL) put
  451. dup [459 649] (EnvC5) put
  452. { exch aload pop 4 index sub abs 5 le exch
  453. 5 index sub abs 5 le and
  454. { exch pop exit }{ pop } ifelse
  455. } bind forall
  456. = flush
  457. pop pop
  458. restore
  459. "
  460. *End
  461. *CloseUI: *PageSize
  462. *% Page Region Definitions for Frame Buffer
  463. *OpenUI *PageRegion: PickOne
  464. *OrderDependency: 40 AnySetup *PageRegion
  465. *DefaultPageRegion: Letter
  466. *PageRegion Letter/Letter: "
  467. << /Policies << /PageSize 7 >> /PageSize [612 792] /ImagingBBox null >> setpagedevice
  468. "
  469. *End
  470. *PageRegion Legal/Legal: "
  471. << /Policies << /PageSize 7 >> /PageSize [612 1008] /ImagingBBox null >> setpagedevice
  472. "
  473. *End
  474. *PageRegion Executive/Executive: "
  475. << /Policies << /PageSize 7 >> /PageSize [522 756] /ImagingBBox null >> setpagedevice
  476. "
  477. *End
  478. *PageRegion Tabloid/11x17 (Ledger): "
  479. << /Policies << /PageSize 7 >> /PageSize [792 1224] /ImagingBBox null >> setpagedevice
  480. "
  481. *End
  482. *PageRegion A3/A3: "
  483. << /Policies << /PageSize 7 >> /PageSize [842 1191] /ImagingBBox null >> setpagedevice
  484. "
  485. *End
  486. *PageRegion A4/A4: "
  487. << /Policies << /PageSize 7 >> /PageSize [595 842] /ImagingBBox null >> setpagedevice
  488. "
  489. *End
  490. *PageRegion A5/A5: "
  491. << /Policies << /PageSize 7 >> /PageSize [421 595] /ImagingBBox null >> setpagedevice
  492. "
  493. *End
  494. *PageRegion A6/A6: "
  495. << /Policies << /PageSize 7 >> /PageSize [297 421] /ImagingBBox null >> setpagedevice
  496. "
  497. *End
  498. *PageRegion B4/B4: "
  499. << /Policies << /PageSize 7 >> /PageSize [729 1032] /ImagingBBox null >> setpagedevice
  500. "
  501. *End
  502. *PageRegion B5/B5 (JIS): "
  503. << /Policies << /PageSize 7 >> /PageSize [516 729] /ImagingBBox null >> setpagedevice
  504. "
  505. *End
  506. *PageRegion ISOB5/B5 (ISO): "
  507. << /Policies << /PageSize 7 >> /PageSize [499 708] /ImagingBBox null >> setpagedevice
  508. "
  509. *End
  510. *PageRegion B6/B6: "
  511. << /Policies << /PageSize 7 >> /PageSize [364 516] /ImagingBBox null >> setpagedevice
  512. "
  513. *End
  514. *PageRegion EnvPersonal/Envelope #6: "
  515. << /Policies << /PageSize 7 >> /PageSize [261 468] /ImagingBBox null >> setpagedevice
  516. "
  517. *End
  518. *PageRegion Env9/Envelope #9: "
  519. << /Policies << /PageSize 7 >> /PageSize [279 639] /ImagingBBox null >> setpagedevice
  520. "
  521. *End
  522. *PageRegion Env10/Envelope #10: "
  523. << /Policies << /PageSize 7 >> /PageSize [297 684] /ImagingBBox null >> setpagedevice
  524. "
  525. *End
  526. *PageRegion EnvMonarch/Envelope Monarch: "
  527. << /Policies << /PageSize 7 >> /PageSize [279 540] /ImagingBBox null >> setpagedevice
  528. "
  529. *End
  530. *PageRegion EnvDL/Envelope DL: "
  531. << /Policies << /PageSize 7 >> /PageSize [312 624] /ImagingBBox null >> setpagedevice
  532. "
  533. *End
  534. *PageRegion EnvC5/Envelope C5: "
  535. << /Policies << /PageSize 7 >> /PageSize [459 649] /ImagingBBox null >> setpagedevice
  536. "
  537. *End
  538. *CloseUI: *PageRegion
  539. *% Imageable Area Definitions
  540. *DefaultImageableArea: Letter
  541. *ImageableArea Letter/Letter: "12 16 600 776"
  542. *ImageableArea Legal/Legal: "12 17 600 991"
  543. *ImageableArea Executive/Executive: "12 12 510 744"
  544. *ImageableArea Tabloid/11x17 (Ledger): "12 12 780 1212"
  545. *ImageableArea A3/A3: "12 12 830 1179"
  546. *ImageableArea A4/A4: "14 15 581 827"
  547. *ImageableArea A5/A5: "12 12 409 583"
  548. *ImageableArea A6/A6: "12 12 285 409"
  549. *ImageableArea B4/B4: "12 12 716 1020"
  550. *ImageableArea B5/B5 (JIS): "21 12 495 717"
  551. *ImageableArea ISOB5/B5 (ISO): "12 12 487 696"
  552. *ImageableArea B6/B6: "12 12 352 504"
  553. *ImageableArea EnvPersonal/Envelope #6: "12 12 249 456"
  554. *ImageableArea Env9/Envelope #9: "12 12 267 627"
  555. *ImageableArea Env10/Envelope #10: "12 12 285 672"
  556. *ImageableArea EnvMonarch/Envelope Monarch: "12 12 267 528"
  557. *ImageableArea EnvDL/Envelope DL: "12 12 300 612"
  558. *ImageableArea EnvC5/Envelope C5: "12 12 447 637"
  559. *?ImageableArea: "
  560. save
  561. /cvp { cvi ( ) cvs
  562. print ( ) print } bind def
  563. newpath clippath pathbbox
  564. 4 -2 roll exch 2 {ceiling cvp} repeat
  565. exch 2 {floor cvp} repeat ( )
  566. = flush
  567. restore
  568. "
  569. *End
  570. *% Physical Dimensions of Media
  571. *DefaultPaperDimension: Letter
  572. *PaperDimension Letter/Letter: "612 792"
  573. *PaperDimension Legal/Legal: "612 1008"
  574. *PaperDimension Executive/Executive: "522 756"
  575. *PaperDimension Tabloid/11x17 (Ledger): "792 1224"
  576. *PaperDimension A3/A3: "842 1191"
  577. *PaperDimension A4/A4: "595 842"
  578. *PaperDimension A5/A5: "421 595"
  579. *PaperDimension A6/A6: "297 421"
  580. *PaperDimension B4/B4: "729 1032"
  581. *PaperDimension B5/B5 (JIS): "516 729"
  582. *PaperDimension ISOB5/B5 (ISO): "499 708"
  583. *PaperDimension B6/B6: "364 516"
  584. *PaperDimension EnvPersonal/Envelope #6: "261 468"
  585. *PaperDimension Env9/Envelope #9: "279 639"
  586. *PaperDimension Env10/Envelope #10: "297 684"
  587. *PaperDimension EnvMonarch/Envelope Monarch: "279 540"
  588. *PaperDimension EnvDL/Envelope DL: "312 624"
  589. *PaperDimension EnvC5/Envelope C5: "459 649"
  590. *% Input Slot Definitions
  591. *OpenUI *InputSlot: PickOne
  592. *OrderDependency: 30 AnySetup *InputSlot
  593. *DefaultInputSlot: Internal
  594. *InputSlot Internal/Cassette 1 (Internal): "
  595. << /ManualFeed false >> setpagedevice
  596. statusdict begin 0 setpapertray end
  597. "
  598. *End
  599. *InputSlot PF26A/Cassette 2: "
  600. << /ManualFeed false >> setpagedevice
  601. statusdict begin 1 setpapertray end
  602. "
  603. *End
  604. *InputSlot PF26B/Cassette 3: "
  605. << /ManualFeed false >> setpagedevice
  606. statusdict begin 4 setpapertray end
  607. "
  608. *End
  609. *InputSlot MF1/Multi-Purpose Feeder: "
  610. << /ManualFeed false >> setpagedevice
  611. statusdict begin 3 setpapertray end
  612. "
  613. *End
  614. *InputSlot MF/Manual Feed: "<< /ManualFeed true >> setpagedevice"
  615. *?InputSlot: "
  616. "
  617. *End
  618. *CloseUI: *InputSlot
  619. *% MediaType Definitions
  620. *OpenUI *MediaType: PickOne
  621. *OrderDependency: 100 AnySetup *MediaType
  622. *DefaultMediaType: Plain
  623. *MediaType Plain/Plain Paper: "
  624. <</ManualFeed false /MediaType (Plain) /DeferredMediaSelection true >> setpagedevice"
  625. *MediaType Transparency/Transparency: "
  626. <</ManualFeed false /MediaType (Transparency) /DeferredMediaSelection true >> setpagedevice"
  627. *MediaType Labels/Labels: "
  628. <</ManualFeed false /MediaType (Labels) /DeferredMediaSelection true >> setpagedevice"
  629. *MediaType Letterhead/Letterhead: "
  630. <</ManualFeed false /MediaType (Letterhead) /DeferredMediaSelection true >> setpagedevice"
  631. *MediaType Bond/Bond: "
  632. <</ManualFeed false /MediaType (Bond) /DeferredMediaSelection true >> setpagedevice"
  633. *MediaType Color/Color: "
  634. <</ManualFeed false /MediaType (Color) /DeferredMediaSelection true >> setpagedevice"
  635. *MediaType Preprinted/Preprinted: "
  636. <</ManualFeed false /MediaType (Preprinted) /DeferredMediaSelection true >> setpagedevice"
  637. *MediaType Prepunched/Prepunched: "
  638. <</ManualFeed false /MediaType (Prepunched) /DeferredMediaSelection true >> setpagedevice"
  639. *MediaType Recycled/Recycled: "
  640. <</ManualFeed false /MediaType (Recycled) /DeferredMediaSelection true >> setpagedevice"
  641. *MediaType Rough/Rough: "
  642. <</ManualFeed false /MediaType (Rough) /DeferredMediaSelection true >> setpagedevice"
  643. *MediaType Cardstock/Cardstock: "
  644. <</ManualFeed false /MediaType (Card Stock) /DeferredMediaSelection true >> setpagedevice"
  645. *MediaType Vellum/Vellum: "
  646. <</ManualFeed false /MediaType (Vellum) /DeferredMediaSelection true >> setpagedevice"
  647. *MediaType User1/Custom 1: "
  648. <</ManualFeed false /MediaType (Custom Type1) /DeferredMediaSelection true >> setpagedevice"
  649. *MediaType User2/Custom 2: "
  650. <</ManualFeed false /MediaType (Custom Type2) /DeferredMediaSelection true >> setpagedevice"
  651. *MediaType User3/Custom 3: "
  652. <</ManualFeed false /MediaType (Custom Type3) /DeferredMediaSelection true >> setpagedevice"
  653. *MediaType User4/Custom 4: "
  654. <</ManualFeed false /MediaType (Custom Type4) /DeferredMediaSelection true >> setpagedevice"
  655. *MediaType User5/Custom 5: "
  656. <</ManualFeed false /MediaType (Custom Type5) /DeferredMediaSelection true >> setpagedevice"
  657. *MediaType User6/Custom 6: "
  658. <</ManualFeed false /MediaType (Custom Type6) /DeferredMediaSelection true >> setpagedevice"
  659. *MediaType User7/Custom 7: "
  660. <</ManualFeed false /MediaType (Custom Type7) /DeferredMediaSelection true >> setpagedevice"
  661. *MediaType User8/Custom 8: "
  662. <</ManualFeed false /MediaType (Custom Type8) /DeferredMediaSelection true >> setpagedevice"
  663. *?MediaType: "
  664. save
  665. currentpagedevice /MediaType {get} stopped
  666. {pop pop (Unknown)} {dup null eq {pop (Unknown)} if} ifelse = flush
  667. restore"
  668. *End
  669. *CloseUI: *MediaType
  670. *RequiresPageRegion All: True
  671. *% Output Bin Definitions
  672. *OpenUI *OutputBin/Output Bin: PickOne
  673. *OrderDependency: 51 AnySetup *OutputBin
  674. *DefaultOutputBin: FDTop
  675. *OutputBin FDTop/Top Tray (Face-Down): "0 statusdict /setoutputtray get exec"
  676. *OutputBin FURear/Rear Tray (Face-Up): "1 statusdict /setoutputtray get exec"
  677. *?OutputBin: "
  678. "
  679. *End
  680. *CloseUI: *OutputBin
  681. *% Duplex Definitions
  682. *OpenUI *Duplex/Duplexing: PickOne
  683. *OrderDependency: 50 AnySetup *Duplex
  684. *DefaultDuplex: None
  685. *Duplex None/None: "statusdict begin false setduplexmode false settumble end"
  686. *Duplex DuplexTumble/Short Edge: "statusdict begin true setduplexmode true settumble end"
  687. *Duplex DuplexNoTumble/Long Edge: "statusdict begin true setduplexmode false settumble end"
  688. *?Duplex: "
  689. save
  690. statusdict begin
  691. duplexmode
  692. { tumble { (DuplexTumble) }{ (DuplexNoTumble) } ifelse }
  693. { (None) } ifelse
  694. = flush
  695. end
  696. restore
  697. "
  698. *End
  699. *CloseUI: *Duplex
  700. *% Job Spooling Definitions
  701. *OpenUI *KCCollate/Job Spooling: PickOne
  702. *OrderDependency: 20 AnySetup *KCCollate
  703. *DefaultKCCollate: None
  704. *KCCollate None/None: "<< /Collate false >> setpagedevice"
  705. *KCCollate Temp0/Temporary (RAM Disk): "
  706. userdict /UICollateDetails known not
  707. { userdict /UICollateDetails 10 dict put } if
  708. userdict /UICollateDetails get /Mode 0 put
  709. << /Collate true /CollateDetails UICollateDetails >> setpagedevice
  710. "
  711. *End
  712. *KCCollate Temp/Temporary (Hard Disk): "
  713. userdict /UICollateDetails known not
  714. { userdict /UICollateDetails 10 dict put } if
  715. userdict /UICollateDetails get /Mode 1 put
  716. << /Collate true /CollateDetails UICollateDetails >> setpagedevice
  717. "
  718. *End
  719. *KCCollate Perm/Permanent (Hard Disk): "
  720. userdict /UICollateDetails known not
  721. { userdict /UICollateDetails 10 dict put } if
  722. userdict /UICollateDetails get /Mode 2 put
  723. << /Collate true /CollateDetails UICollateDetails >> setpagedevice
  724. "
  725. *End
  726. *?KCCollate: "
  727. save
  728. currentpagedevice dup /Collate known {
  729. dup /CollateDetails known {
  730. /CollateDetails get
  731. dup /Mode known {
  732. /Mode get
  733. 1 {
  734. dup 0 eq { pop (Temp0) exit } if
  735. dup 1 eq { pop (Temp) exit } if
  736. dup 2 eq { pop (Perm) exit } if
  737. pop (Unknown)
  738. } repeat
  739. }{ pop (Unknown) } ifelse
  740. }{ pop (Unknown) } ifelse
  741. }{ pop (Unknown) } ifelse
  742. = flush
  743. restore
  744. "
  745. *End
  746. *CloseUI: *KCCollate
  747. *% Barcode Mode Definitions
  748. *OpenUI *KCBarcodeMode/Barcode: PickOne
  749. *OrderDependency: 21 AnySetup *KCBarcodeMode
  750. *DefaultKCBarcodeMode: None
  751. *KCBarcodeMode None/None: "
  752. userdict /UICollateDetails known not
  753. { userdict /UICollateDetails 10 dict put } if
  754. userdict /UICollateDetails get /Barcode 2 put
  755. << /CollateDetails UICollateDetails >> setpagedevice
  756. "
  757. *End
  758. *KCBarcodeMode First/First Page: "
  759. userdict /UICollateDetails known not
  760. { userdict /UICollateDetails 10 dict put } if
  761. userdict /UICollateDetails get /Barcode 0 put
  762. << /CollateDetails UICollateDetails >> setpagedevice
  763. "
  764. *End
  765. *KCBarcodeMode All/All Pages: "
  766. userdict /UICollateDetails known not
  767. { userdict /UICollateDetails 10 dict put } if
  768. userdict /UICollateDetails get /Barcode 1 put
  769. << /CollateDetails UICollateDetails >> setpagedevice
  770. "
  771. *End
  772. *?KCBarcodeMode: "
  773. save
  774. currentpagedevice dup /CollateDetails known {
  775. /CollateDetails get /Barcode get
  776. 1 {
  777. dup 2 eq { pop (None) exit } if
  778. dup 0 eq { pop (First) exit } if
  779. dup 1 eq { pop (All) exit } if
  780. pop (Unknown)
  781. } repeat
  782. }{ (Unknown) } ifelse
  783. exch pop
  784. = flush
  785. restore
  786. "
  787. *End
  788. *CloseUI: *KCBarcodeMode
  789. *% Barcode ID Definitions
  790. *OpenUI *KCBarcodeID/Barcode ID: Boolean
  791. *OrderDependency: 23 AnySetup *KCBarcodeID
  792. *DefaultKCBarcodeID: False
  793. *KCBarcodeID True/On: "
  794. userdict /UICollateDetails known not
  795. { userdict /UICollateDetails 10 dict put } if
  796. userdict /UICollateDetails get /BarcodePosition 2 copy known { 2 copy get }
  797. { currentpagedevice /CollateDetails get /BarcodePosition get } ifelse 128 or put
  798. << /CollateDetails UICollateDetails >> setpagedevice
  799. "
  800. *End
  801. *KCBarcodeID False/Off: "
  802. userdict /UICollateDetails known not
  803. { userdict /UICollateDetails 10 dict put } if
  804. userdict /UICollateDetails get /BarcodePosition 2 copy known { 2 copy get }
  805. { currentpagedevice /CollateDetails get /BarcodePosition get } ifelse 128 not put
  806. << /CollateDetails UICollateDetails >> setpagedevice
  807. "
  808. *End
  809. *?KCBarcodeID: "
  810. save
  811. currentpagedevice dup /CollateDetails known {
  812. /CollateDetails get /BarcodePosition get 128 gt
  813. { (False) }{ (True) } ifelse
  814. }{ (Unknown) } ifelse
  815. exch pop
  816. = flush
  817. restore
  818. "
  819. *End
  820. *CloseUI: *KCBarcodeID
  821. *% Barcode Position Definitions
  822. *OpenUI *KCBarcodePos/Barcode Position: PickOne
  823. *OrderDependency: 22 AnySetup *KCBarcodePos
  824. *DefaultKCBarcodePos: ULB
  825. *KCBarcodePos ULB/Upper Left: "
  826. userdict /UICollateDetails known not
  827. { userdict /UICollateDetails 10 dict put } if
  828. userdict /UICollateDetails get /BarcodePosition 2 copy known { 2 copy get }
  829. { currentpagedevice /CollateDetails get /BarcodePosition get } ifelse 128 and 4 or put
  830. << /CollateDetails UICollateDetails >> setpagedevice
  831. "
  832. *End
  833. *KCBarcodePos URB/Upper Right: "
  834. userdict /UICollateDetails known not
  835. { userdict /UICollateDetails 10 dict put } if
  836. userdict /UICollateDetails get /BarcodePosition 2 copy known { 2 copy get }
  837. { currentpagedevice /CollateDetails get /BarcodePosition get } ifelse 128 and 3 or put
  838. << /CollateDetails UICollateDetails >> setpagedevice
  839. "
  840. *End
  841. *KCBarcodePos LLB/Lower Left: "
  842. userdict /UICollateDetails known not
  843. { userdict /UICollateDetails 10 dict put } if
  844. userdict /UICollateDetails get /BarcodePosition 2 copy known { 2 copy get }
  845. { currentpagedevice /CollateDetails get /BarcodePosition get } ifelse 128 and 7 or put
  846. << /CollateDetails UICollateDetails >> setpagedevice
  847. "
  848. *End
  849. *KCBarcodePos LRB/Lower Right: "
  850. userdict /UICollateDetails known not
  851. { userdict /UICollateDetails 10 dict put } if
  852. userdict /UICollateDetails get /BarcodePosition 2 copy known { 2 copy get }
  853. { currentpagedevice /CollateDetails get /BarcodePosition get } ifelse 128 and put
  854. << /CollateDetails UICollateDetails >> setpagedevice
  855. "
  856. *End
  857. *KCBarcodePos ULVB/Upper Left Vertical: "
  858. userdict /UICollateDetails known not
  859. { userdict /UICollateDetails 10 dict put } if
  860. userdict /UICollateDetails get /BarcodePosition 2 copy known { 2 copy get }
  861. { currentpagedevice /CollateDetails get /BarcodePosition get } ifelse 128 and 5 or put
  862. << /CollateDetails UICollateDetails >> setpagedevice
  863. "
  864. *End
  865. *KCBarcodePos URVB/Upper Right Vertical: "
  866. userdict /UICollateDetails known not
  867. { userdict /UICollateDetails 10 dict put } if
  868. userdict /UICollateDetails get /BarcodePosition 2 copy known { 2 copy get }
  869. { currentpagedevice /CollateDetails get /BarcodePosition get } ifelse 128 and 2 or put
  870. << /CollateDetails UICollateDetails >> setpagedevice
  871. "
  872. *End
  873. *KCBarcodePos LLVB/Lower Left Vertical: "
  874. userdict /UICollateDetails known not
  875. { userdict /UICollateDetails 10 dict put } if
  876. userdict /UICollateDetails get /BarcodePosition 2 copy known { 2 copy get }
  877. { currentpagedevice /CollateDetails get /BarcodePosition get } ifelse 128 and 6 or put
  878. << /CollateDetails UICollateDetails >> setpagedevice
  879. "
  880. *End
  881. *KCBarcodePos LRVB/Lower Right Vertical: "
  882. userdict /UICollateDetails known not
  883. { userdict /UICollateDetails 10 dict put } if
  884. userdict /UICollateDetails get /BarcodePosition 2 copy known { 2 copy get }
  885. { currentpagedevice /CollateDetails get /BarcodePosition get } ifelse 128 and 1 or put
  886. << /CollateDetails UICollateDetails >> setpagedevice
  887. "
  888. *End
  889. *?KCBarcodePos: "
  890. save
  891. currentpagedevice dup /CollateDetails known {
  892. /CollateDetails get /BarcodePosition get
  893. 1 {
  894. dup 4 eq { pop (ULB) exit } if
  895. dup 3 eq { pop (URB) exit } if
  896. dup 7 eq { pop (LLB) exit } if
  897. dup 0 eq { pop (LRB) exit } if
  898. dup 5 eq { pop (ULVB) exit } if
  899. dup 2 eq { pop (URVB) exit } if
  900. dup 6 eq { pop (LLVB) exit } if
  901. dup 1 eq { pop (LRVB) exit } if
  902. pop (Unknown)
  903. } repeat
  904. }{ (Unknown) } ifelse
  905. exch pop
  906. = flush
  907. restore
  908. "
  909. *End
  910. *CloseUI: *KCBarcodePos
  911. *% Tray Switch Definitions
  912. *OpenUI *TraySwitch/Auto Tray Switch: PickOne
  913. *OrderDependency: 25 AnySetup *TraySwitch
  914. *DefaultTraySwitch: None
  915. *TraySwitch None/Printer Default: ""
  916. *TraySwitch On/On: "<< /TraySwitch true >> setpagedevice"
  917. *TraySwitch Off/Off: "<< /TraySwitch false >> setpagedevice"
  918. *?TraySwitch: "
  919. save
  920. currentpagedevice /TraySwitch get
  921. { (On) }{ (Off) } ifelse
  922. = flush
  923. restore
  924. "
  925. *End
  926. *CloseUI: *TraySwitch
  927. *% PPD Version Info
  928. *OpenUI *KCVersion/PPD Version: PickOne
  929. *OrderDependency: 25 AnySetup *KCVersion
  930. *DefaultKCVersion: Default
  931. *KCVersion Default/1.6.1 [02-23-2000]: ""
  932. *CloseUI: *KCVersion
  933. *% Font Information
  934. *DefaultFont: Courier
  935. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  936. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  937. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  938. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  939. *Font Bookman-Light: Standard "(001.004S)" Standard ROM
  940. *Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
  941. *Font Bookman-Demi: Standard "(001.004S)" Standard ROM
  942. *Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
  943. *Font Courier: Standard "(002.004S)" Standard ROM
  944. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  945. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  946. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  947. *Font Helvetica: Standard "(001.006S)" Standard ROM
  948. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  949. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  950. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  951. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  952. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  953. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  954. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  955. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  956. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  957. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  958. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  959. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  960. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  961. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  962. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  963. *Font Symbol: Special "(001.007S)" Special ROM
  964. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  965. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  966. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  967. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  968. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  969. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  970. *Font Albertus-Medium: Standard "(001.008S)" Standard ROM
  971. *Font Albertus-ExtraBold: Standard "(001.008S)" Standard ROM
  972. *Font AntiqueOlive: Standard "(001.008S)" Standard ROM
  973. *Font AntiqueOlive-Italic: Standard "(001.008S)" Standard ROM
  974. *Font AntiqueOlive-Bold: Standard "(001.008S)" Standard ROM
  975. *Font Arial: Standard "(001.008S)" Standard ROM
  976. *Font Arial-Italic: Standard "(001.008S)" Standard ROM
  977. *Font Arial-Bold: Standard "(001.008S)" Standard ROM
  978. *Font Arial-BoldItalic: Standard "(001.008S)" Standard ROM
  979. *Font CGOmega: Standard "(001.008S)" Standard ROM
  980. *Font CGOmega-Italic: Standard "(001.008S)" Standard ROM
  981. *Font CGOmega-Bold: Standard "(001.008S)" Standard ROM
  982. *Font CGOmega-BoldItalic: Standard "(001.008S)" Standard ROM
  983. *Font CGTimes: Standard "(001.008S)" Standard ROM
  984. *Font CGTimes-Italic: Standard "(001.008S)" Standard ROM
  985. *Font CGTimes-Bold: Standard "(001.008S)" Standard ROM
  986. *Font CGTimes-BoldItalic: Standard "(001.008S)" Standard ROM
  987. *Font Clarendon-Condensed-Bold: Standard "(001.008S)" Standard ROM
  988. *Font Coronet: Standard "(001.008S)" Standard ROM
  989. *Font CourierHP: Standard "(001.008S)" Standard ROM
  990. *Font CourierHP-Italic: Standard "(001.008S)" Standard ROM
  991. *Font CourierHP-Bold: Standard "(001.008S)" Standard ROM
  992. *Font CourierHP-BoldItalic: Standard "(001.008S)" Standard ROM
  993. *Font Garamond-Antiqua: Standard "(001.008S)" Standard ROM
  994. *Font Garamond-Halbfett: Standard "(001.008S)" Standard ROM
  995. *Font Garamond-Kursiv: Standard "(001.008S)" Standard ROM
  996. *Font Garamond-KursivHalbfett: Standard "(001.008S)" Standard ROM
  997. *Font LetterGothic: Standard "(001.008S)" Standard ROM
  998. *Font LetterGothic-Italic: Standard "(001.008S)" Standard ROM
  999. *Font LetterGothic-Bold: Standard "(001.008S)" Standard ROM
  1000. *Font Marygold: Standard "(001.008S)" Standard ROM
  1001. *Font SymbolMT: Standard "(001.008S)" Standard ROM
  1002. *Font TimesNewRoman: Standard "(001.008S)" Standard ROM
  1003. *Font TimesNewRoman-Italic: Standard "(001.008S)" Standard ROM
  1004. *Font TimesNewRoman-BoldItalic: Standard "(001.008S)" Standard ROM
  1005. *Font TimesNewRoman-Bold: Standard "(001.008S)" Standard ROM
  1006. *Font Univers-Medium: Standard "(001.008S)" Standard ROM
  1007. *Font Univers-MediumItalic: Standard "(001.008S)" Standard ROM
  1008. *Font Univers-Bold: Standard "(001.008S)" Standard ROM
  1009. *Font Univers-BoldItalic: Standard "(001.008S)" Standard ROM
  1010. *Font Univers-Condensed-Medium: Standard "(001.008S)" Standard ROM
  1011. *Font Univers-Condensed-MediumItalic: Standard "(001.008S)" Standard ROM
  1012. *Font Univers-Condensed-Bold: Standard "(001.008S)" Standard ROM
  1013. *Font Univers-Condensed-BoldItalic: Standard "(001.008S)" Standard ROM
  1014. *Font Wingdings-Regular: Special "(001.008S)" Special ROM
  1015. *?FontQuery: "
  1016. save
  1017. /str 100 string dup 0 (fonts/) putinterval def
  1018. { count 1 gt
  1019. { exch dup str 6 94 getinterval cvs
  1020. (/) print print (:) print
  1021. FontDirectory exch known
  1022. { (Yes) }{ (No) } ifelse =
  1023. }{ exit } ifelse
  1024. } bind loop
  1025. (*)
  1026. = flush
  1027. restore
  1028. "
  1029. *End
  1030. *?FontList: "
  1031. save
  1032. FontDirectory { pop == } bind forall flush
  1033. (*)
  1034. = flush
  1035. restore
  1036. "
  1037. *End
  1038. *% Printer Messages
  1039. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  1040. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  1041. *Message: "\FontName\ not found, using Courier"
  1042. *% Status (format: %%[ status: <one of these> ]%% )
  1043. *Status: "warming up"/warming up
  1044. *Status: "idle"/idle
  1045. *Status: "busy"/busy
  1046. *Status: "waiting"/waiting
  1047. *Status: "printing"/printing
  1048. *Status: "initializing"/initializing
  1049. *Status: "printing test page"/printing test page
  1050. *% Printer Error (format: %%[ PrinterError: <one of these> ]%% )
  1051. *PrinterError: "paper entry misfeed"
  1052. *PrinterError: "cover open"
  1053. *PrinterError: "no paper tray"
  1054. *PrinterError: "out of paper"
  1055. *PrinterError: "toner low (halt)"
  1056. *PrinterError: "warming up"
  1057. *PrinterError: "other reason"
  1058. *PrinterError: "video interface mode"
  1059. *PrinterError: "offline"
  1060. *PrinterError: "toner low (warning)"
  1061. *% Input Sources (format: %%[ status: <stat>;source:<one of these> ]%% )
  1062. *Source: "serial 25"
  1063. *Source: "parallel"
  1064. *Source: "AppleTalk"
  1065. *Source: "option"
  1066. *% End of PPD file for Kyocera Mita DP-2500 (USA English)