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.

1099 lines
37 KiB

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