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.

832 lines
36 KiB

  1. *PPD-Adobe: "4.3"
  2. *%=============================================================================
  3. *%
  4. *% PPD file for Kyocera FS-6300 (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.2"
  17. *FormatVersion: "4.3"
  18. *LanguageEncoding: ISOLatin1
  19. *LanguageVersion: English
  20. *Product: "(FS-6300)"
  21. *PSVersion: "(2014.108) 1"
  22. *Manufacturer: "Kyocera"
  23. *ModelName: "Kyocera FS-6300 (KPDL-2)"
  24. *ShortNickName: "Kyocera FS-6300 (KPDL-2)"
  25. *NickName: "Kyocera FS-6300 (KPDL-2)"
  26. *PCFileName: "FS-6300.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 restore"
  37. *End
  38. *FreeVM: "2208000"
  39. *Throughput: "16"
  40. *% System Management
  41. *SuggestedJobTimeout: "0"
  42. *SuggestedManualFeedTimeout: "0"
  43. *SuggestedWaitTimeout: "120"
  44. *PrintPSErrors: True
  45. *Password: "0"
  46. *ExitServer: "
  47. count 0 eq {true}
  48. {dup statusdict /checkpassword get exec not} ifelse
  49. {(WARNING : Cannot perform the exitserver command.) =
  50. (Password supplied is not valid.) =
  51. (Please contact the author of this software.) = flush quit} if
  52. serverdict /exitserver get exec"
  53. *End
  54. *Reset: "
  55. count 0 eq { true }
  56. {dup statusdict /checkpassword get exec not} ifelse
  57. {(WARNING : Cannot perform the exitserver command.) =
  58. (Password supplied is not valid.) =
  59. (Please contact the author of this software.) = flush quit} if
  60. serverdict /exitserver get exec
  61. systemdict /quit get exec
  62. (WARNING : Printer Reset Failed.) = flush"
  63. *End
  64. *% Protocols
  65. *Protocols: PJL TBCP
  66. *1284Modes Parallel: Compat Nibble ECP
  67. *1284DeviceID: "MFG:Kyocera;Model:Kyocera FS-6300;COMMAND SET: POSTSCRIPT,PJL,PCL"
  68. *% Page Stack Order
  69. *PageStackOrder FDTop: Reverse
  70. *PageStackOrder FURear: Normal
  71. *% JCL Information
  72. *JCLBegin: "<1B>%-12345X@PJL JOB<0A>"
  73. *JCLToPSInterpreter: "@PJL ENTER LANGUAGE=POSTSCRIPT<0A>"
  74. *JCLEnd: "<1B>%-12345X@PJL EOJ<0A><1B>%-12345X"
  75. *JCLOpenUI *JCLEconomode/EcoPrint: PickOne
  76. *DefaultJCLEconomode: Off
  77. *OrderDependency: 5 JCLSetup *JCLEconomode
  78. *JCLEconomode Off/Off: "@PJL SET ECONOMODE=OFF<0A>"
  79. *JCLEconomode On/On: "@PJL SET ECONOMODE=ON<0A>"
  80. *JCLCloseUI: *JCLEconomode
  81. *% Installable Options
  82. *OpenGroup: InstallableOptions/Installed Options
  83. *% Paper Feeders
  84. *OpenUI *Option12/PF-26 Paper Feeders: PickOne
  85. *DefaultOption12: None
  86. *Option12 None/None: ""
  87. *Option12 One/One: ""
  88. *Option12 Two/Two: ""
  89. *?Option12: "
  90. save
  91. (None) currentpagedevice dup /InputAttributes known {
  92. /InputAttributes get
  93. dup 1 known {dup 1 get null ne {exch pop (One) exch} if} if
  94. dup 3 known {dup 3 get null ne {exch pop (Two) exch} if} if
  95. } if pop
  96. = flush restore"
  97. *End
  98. *CloseUI: *Option12
  99. *% Duplex Unit
  100. *OpenUI *Option16/Duplex Unit: Boolean
  101. *DefaultOption16: False
  102. *Option16 False/Not Installed: ""
  103. *Option16 True/Installed: ""
  104. *?Option16: "
  105. save
  106. currentpagedevice /Duplex known {(True)}{(False)} ifelse
  107. = flush restore"
  108. *End
  109. *CloseUI: *Option16
  110. *% Disk Drive
  111. *OpenUI *Option18/Optional Disk: PickOne
  112. *DefaultOption18: None
  113. *Option18 None/None: ""
  114. *Option18 RAMDisk/RAM Disk: ""
  115. *?Option18: "
  116. save
  117. false
  118. (%disk?%)
  119. {currentdevparams dup /Writeable known
  120. {dup /Writeable get
  121. {exch pop /LogicalSize get dup 0 gt exch 102400 lt eq true}{pop pop false} ifelse
  122. }{pop pop} ifelse
  123. } 100 string /IODevice resourceforall
  124. {{(RAMDisk)}{(HardDisk)} ifelse}{(None)} ifelse
  125. = flush restore"
  126. *End
  127. *CloseUI: *Option18
  128. *% Installed Memory
  129. *OpenUI *InstalledMemory/Memory: PickOne
  130. *DefaultInstalledMemory: 4MB
  131. *InstalledMemory 4MB/Standard: ""
  132. *InstalledMemory 20MB/16MB Upgrade: ""
  133. *InstalledMemory 36MB/32MB Upgrade: ""
  134. *InstalledMemory 68MB/64MB Upgrade: ""
  135. *?InstalledMemory: "
  136. save
  137. currentsystemparams dup
  138. /RamSize known {
  139. /RamSize get
  140. 524288 div ceiling cvi 2 div cvi
  141. /vmsize 20 string def
  142. vmsize cvs print
  143. (MB) print (\n) print flush
  144. }{
  145. pop (Unknown) print flush
  146. } ifelse
  147. restore"
  148. *End
  149. *CloseUI: *InstalledMemory
  150. *CloseGroup: InstallableOptions
  151. *% Virtual Memory
  152. *VMOption 4MB: "2208000"
  153. *VMOption 20MB: "15648000"
  154. *VMOption 36MB: "29088000"
  155. *VMOption 68MB: "55968000"
  156. *% Constraints
  157. *UIConstraints: *Option12 None *InputSlot PF26A
  158. *UIConstraints: *InputSlot PF26A *Option12 None
  159. *UIConstraints: *Option12 None *InputSlot PF26B
  160. *UIConstraints: *InputSlot PF26B *Option12 None
  161. *UIConstraints: *Option12 One *InputSlot PF26B
  162. *UIConstraints: *InputSlot PF26B *Option12 One
  163. *UIConstraints: *Duplex *Option16 False
  164. *UIConstraints: *Option16 False *Duplex DuplexTumble
  165. *UIConstraints: *Option16 False *Duplex DuplexNoTumble
  166. *UIConstraints: *MediaType Transparency *Duplex
  167. *UIConstraints: *Duplex *MediaType Transparency
  168. *UIConstraints: *MediaType Labels *Duplex
  169. *UIConstraints: *Duplex *MediaType Labels
  170. *UIConstraints: *KCCollate *Option18 None
  171. *UIConstraints: *Option18 None *KCCollate Temp
  172. *UIConstraints: *PageSize Executive *InputSlot Internal
  173. *UIConstraints: *InputSlot Internal *PageSize Executive
  174. *UIConstraints: *PageRegion Executive *InputSlot Internal
  175. *UIConstraints: *InputSlot Internal *PageRegion Executive
  176. *UIConstraints: *PageSize A6 *InputSlot Internal
  177. *UIConstraints: *InputSlot Internal *PageSize A6
  178. *UIConstraints: *PageRegion A6 *InputSlot Internal
  179. *UIConstraints: *InputSlot Internal *PageRegion A6
  180. *UIConstraints: *PageSize ISOB5 *InputSlot Internal
  181. *UIConstraints: *InputSlot Internal *PageSize ISOB5
  182. *UIConstraints: *PageRegion ISOB5 *InputSlot Internal
  183. *UIConstraints: *InputSlot Internal *PageRegion ISOB5
  184. *UIConstraints: *PageSize B6 *InputSlot Internal
  185. *UIConstraints: *InputSlot Internal *PageSize B6
  186. *UIConstraints: *PageRegion B6 *InputSlot Internal
  187. *UIConstraints: *InputSlot Internal *PageRegion B6
  188. *UIConstraints: *PageSize EnvPersonal *InputSlot Internal
  189. *UIConstraints: *InputSlot Internal *PageSize EnvPersonal
  190. *UIConstraints: *PageRegion EnvPersonal *InputSlot Internal
  191. *UIConstraints: *InputSlot Internal *PageRegion EnvPersonal
  192. *UIConstraints: *PageSize Env9 *InputSlot Internal
  193. *UIConstraints: *InputSlot Internal *PageSize Env9
  194. *UIConstraints: *PageRegion Env9 *InputSlot Internal
  195. *UIConstraints: *InputSlot Internal *PageRegion Env9
  196. *UIConstraints: *PageSize Env10 *InputSlot Internal
  197. *UIConstraints: *InputSlot Internal *PageSize Env10
  198. *UIConstraints: *PageRegion Env10 *InputSlot Internal
  199. *UIConstraints: *InputSlot Internal *PageRegion Env10
  200. *UIConstraints: *PageSize EnvMonarch *InputSlot Internal
  201. *UIConstraints: *InputSlot Internal *PageSize EnvMonarch
  202. *UIConstraints: *PageRegion EnvMonarch *InputSlot Internal
  203. *UIConstraints: *InputSlot Internal *PageRegion EnvMonarch
  204. *UIConstraints: *PageSize EnvDL *InputSlot Internal
  205. *UIConstraints: *InputSlot Internal *PageSize EnvDL
  206. *UIConstraints: *PageRegion EnvDL *InputSlot Internal
  207. *UIConstraints: *InputSlot Internal *PageRegion EnvDL
  208. *UIConstraints: *PageSize EnvC5 *InputSlot Internal
  209. *UIConstraints: *InputSlot Internal *PageSize EnvC5
  210. *UIConstraints: *PageRegion EnvC5 *InputSlot Internal
  211. *UIConstraints: *InputSlot Internal *PageRegion EnvC5
  212. *UIConstraints: *PageSize Executive *InputSlot PF26A
  213. *UIConstraints: *InputSlot PF26A *PageSize Executive
  214. *UIConstraints: *PageRegion Executive *InputSlot PF26A
  215. *UIConstraints: *InputSlot PF26A *PageRegion Executive
  216. *UIConstraints: *PageSize A5 *InputSlot PF26A
  217. *UIConstraints: *InputSlot PF26A *PageSize A5
  218. *UIConstraints: *PageRegion A5 *InputSlot PF26A
  219. *UIConstraints: *InputSlot PF26A *PageRegion A5
  220. *UIConstraints: *PageSize A6 *InputSlot PF26A
  221. *UIConstraints: *InputSlot PF26A *PageSize A6
  222. *UIConstraints: *PageRegion A6 *InputSlot PF26A
  223. *UIConstraints: *InputSlot PF26A *PageRegion A6
  224. *UIConstraints: *PageSize ISOB5 *InputSlot PF26A
  225. *UIConstraints: *InputSlot PF26A *PageSize ISOB5
  226. *UIConstraints: *PageRegion ISOB5 *InputSlot PF26A
  227. *UIConstraints: *InputSlot PF26A *PageRegion ISOB5
  228. *UIConstraints: *PageSize B6 *InputSlot PF26A
  229. *UIConstraints: *InputSlot PF26A *PageSize B6
  230. *UIConstraints: *PageRegion B6 *InputSlot PF26A
  231. *UIConstraints: *InputSlot PF26A *PageRegion B6
  232. *UIConstraints: *PageSize EnvPersonal *InputSlot PF26A
  233. *UIConstraints: *InputSlot PF26A *PageSize EnvPersonal
  234. *UIConstraints: *PageRegion EnvPersonal *InputSlot PF26A
  235. *UIConstraints: *InputSlot PF26A *PageRegion EnvPersonal
  236. *UIConstraints: *PageSize Env9 *InputSlot PF26A
  237. *UIConstraints: *InputSlot PF26A *PageSize Env9
  238. *UIConstraints: *PageRegion Env9 *InputSlot PF26A
  239. *UIConstraints: *InputSlot PF26A *PageRegion Env9
  240. *UIConstraints: *PageSize Env10 *InputSlot PF26A
  241. *UIConstraints: *InputSlot PF26A *PageSize Env10
  242. *UIConstraints: *PageRegion Env10 *InputSlot PF26A
  243. *UIConstraints: *InputSlot PF26A *PageRegion Env10
  244. *UIConstraints: *PageSize EnvMonarch *InputSlot PF26A
  245. *UIConstraints: *InputSlot PF26A *PageSize EnvMonarch
  246. *UIConstraints: *PageRegion EnvMonarch *InputSlot PF26A
  247. *UIConstraints: *InputSlot PF26A *PageRegion EnvMonarch
  248. *UIConstraints: *PageSize EnvDL *InputSlot PF26A
  249. *UIConstraints: *InputSlot PF26A *PageSize EnvDL
  250. *UIConstraints: *PageRegion EnvDL *InputSlot PF26A
  251. *UIConstraints: *InputSlot PF26A *PageRegion EnvDL
  252. *UIConstraints: *PageSize EnvC5 *InputSlot PF26A
  253. *UIConstraints: *InputSlot PF26A *PageSize EnvC5
  254. *UIConstraints: *PageRegion EnvC5 *InputSlot PF26A
  255. *UIConstraints: *InputSlot PF26A *PageRegion EnvC5
  256. *UIConstraints: *PageSize Executive *InputSlot PF26B
  257. *UIConstraints: *InputSlot PF26B *PageSize Executive
  258. *UIConstraints: *PageRegion Executive *InputSlot PF26B
  259. *UIConstraints: *InputSlot PF26B *PageRegion Executive
  260. *UIConstraints: *PageSize A5 *InputSlot PF26B
  261. *UIConstraints: *InputSlot PF26B *PageSize A5
  262. *UIConstraints: *PageRegion A5 *InputSlot PF26B
  263. *UIConstraints: *InputSlot PF26B *PageRegion A5
  264. *UIConstraints: *PageSize A6 *InputSlot PF26B
  265. *UIConstraints: *InputSlot PF26B *PageSize A6
  266. *UIConstraints: *PageRegion A6 *InputSlot PF26B
  267. *UIConstraints: *InputSlot PF26B *PageRegion A6
  268. *UIConstraints: *PageSize ISOB5 *InputSlot PF26B
  269. *UIConstraints: *InputSlot PF26B *PageSize ISOB5
  270. *UIConstraints: *PageRegion ISOB5 *InputSlot PF26B
  271. *UIConstraints: *InputSlot PF26B *PageRegion ISOB5
  272. *UIConstraints: *PageSize B6 *InputSlot PF26B
  273. *UIConstraints: *InputSlot PF26B *PageSize B6
  274. *UIConstraints: *PageRegion B6 *InputSlot PF26B
  275. *UIConstraints: *InputSlot PF26B *PageRegion B6
  276. *UIConstraints: *PageSize EnvPersonal *InputSlot PF26B
  277. *UIConstraints: *InputSlot PF26B *PageSize EnvPersonal
  278. *UIConstraints: *PageRegion EnvPersonal *InputSlot PF26B
  279. *UIConstraints: *InputSlot PF26B *PageRegion EnvPersonal
  280. *UIConstraints: *PageSize Env9 *InputSlot PF26B
  281. *UIConstraints: *InputSlot PF26B *PageSize Env9
  282. *UIConstraints: *PageRegion Env9 *InputSlot PF26B
  283. *UIConstraints: *InputSlot PF26B *PageRegion Env9
  284. *UIConstraints: *PageSize Env10 *InputSlot PF26B
  285. *UIConstraints: *InputSlot PF26B *PageSize Env10
  286. *UIConstraints: *PageRegion Env10 *InputSlot PF26B
  287. *UIConstraints: *InputSlot PF26B *PageRegion Env10
  288. *UIConstraints: *PageSize EnvMonarch *InputSlot PF26B
  289. *UIConstraints: *InputSlot PF26B *PageSize EnvMonarch
  290. *UIConstraints: *PageRegion EnvMonarch *InputSlot PF26B
  291. *UIConstraints: *InputSlot PF26B *PageRegion EnvMonarch
  292. *UIConstraints: *PageSize EnvDL *InputSlot PF26B
  293. *UIConstraints: *InputSlot PF26B *PageSize EnvDL
  294. *UIConstraints: *PageRegion EnvDL *InputSlot PF26B
  295. *UIConstraints: *InputSlot PF26B *PageRegion EnvDL
  296. *UIConstraints: *PageSize EnvC5 *InputSlot PF26B
  297. *UIConstraints: *InputSlot PF26B *PageSize EnvC5
  298. *UIConstraints: *PageRegion EnvC5 *InputSlot PF26B
  299. *UIConstraints: *InputSlot PF26B *PageRegion EnvC5
  300. *UIConstraints: *Duplex *PageSize Executive
  301. *UIConstraints: *PageSize Executive *Duplex DuplexTumble
  302. *UIConstraints: *PageSize Executive *Duplex DuplexNoTumble
  303. *UIConstraints: *Duplex *PageRegion Executive
  304. *UIConstraints: *PageRegion Executive *Duplex DuplexTumble
  305. *UIConstraints: *PageRegion Executive *Duplex DuplexNoTumble
  306. *UIConstraints: *Duplex *PageSize Tabloid
  307. *UIConstraints: *PageSize Tabloid *Duplex DuplexTumble
  308. *UIConstraints: *PageSize Tabloid *Duplex DuplexNoTumble
  309. *UIConstraints: *Duplex *PageRegion Tabloid
  310. *UIConstraints: *PageRegion Tabloid *Duplex DuplexTumble
  311. *UIConstraints: *PageRegion Tabloid *Duplex DuplexNoTumble
  312. *UIConstraints: *Duplex *PageSize A3
  313. *UIConstraints: *PageSize A3 *Duplex DuplexTumble
  314. *UIConstraints: *PageSize A3 *Duplex DuplexNoTumble
  315. *UIConstraints: *Duplex *PageRegion A3
  316. *UIConstraints: *PageRegion A3 *Duplex DuplexTumble
  317. *UIConstraints: *PageRegion A3 *Duplex DuplexNoTumble
  318. *UIConstraints: *Duplex *PageSize A6
  319. *UIConstraints: *PageSize A6 *Duplex DuplexTumble
  320. *UIConstraints: *PageSize A6 *Duplex DuplexNoTumble
  321. *UIConstraints: *Duplex *PageRegion A6
  322. *UIConstraints: *PageRegion A6 *Duplex DuplexTumble
  323. *UIConstraints: *PageRegion A6 *Duplex DuplexNoTumble
  324. *UIConstraints: *Duplex *PageSize B4
  325. *UIConstraints: *PageSize B4 *Duplex DuplexTumble
  326. *UIConstraints: *PageSize B4 *Duplex DuplexNoTumble
  327. *UIConstraints: *Duplex *PageRegion B4
  328. *UIConstraints: *PageRegion B4 *Duplex DuplexTumble
  329. *UIConstraints: *PageRegion B4 *Duplex DuplexNoTumble
  330. *UIConstraints: *Duplex *PageSize ISOB5
  331. *UIConstraints: *PageSize ISOB5 *Duplex DuplexTumble
  332. *UIConstraints: *PageSize ISOB5 *Duplex DuplexNoTumble
  333. *UIConstraints: *Duplex *PageRegion ISOB5
  334. *UIConstraints: *PageRegion ISOB5 *Duplex DuplexTumble
  335. *UIConstraints: *PageRegion ISOB5 *Duplex DuplexNoTumble
  336. *UIConstraints: *Duplex *PageSize B6
  337. *UIConstraints: *PageSize B6 *Duplex DuplexTumble
  338. *UIConstraints: *PageSize B6 *Duplex DuplexNoTumble
  339. *UIConstraints: *Duplex *PageRegion B6
  340. *UIConstraints: *PageRegion B6 *Duplex DuplexTumble
  341. *UIConstraints: *PageRegion B6 *Duplex DuplexNoTumble
  342. *UIConstraints: *Duplex *PageSize EnvPersonal
  343. *UIConstraints: *PageSize EnvPersonal *Duplex DuplexTumble
  344. *UIConstraints: *PageSize EnvPersonal *Duplex DuplexNoTumble
  345. *UIConstraints: *Duplex *PageRegion EnvPersonal
  346. *UIConstraints: *PageRegion EnvPersonal *Duplex DuplexTumble
  347. *UIConstraints: *PageRegion EnvPersonal *Duplex DuplexNoTumble
  348. *UIConstraints: *Duplex *PageSize Env9
  349. *UIConstraints: *PageSize Env9 *Duplex DuplexTumble
  350. *UIConstraints: *PageSize Env9 *Duplex DuplexNoTumble
  351. *UIConstraints: *Duplex *PageRegion Env9
  352. *UIConstraints: *PageRegion Env9 *Duplex DuplexTumble
  353. *UIConstraints: *PageRegion Env9 *Duplex DuplexNoTumble
  354. *UIConstraints: *Duplex *PageSize Env10
  355. *UIConstraints: *PageSize Env10 *Duplex DuplexTumble
  356. *UIConstraints: *PageSize Env10 *Duplex DuplexNoTumble
  357. *UIConstraints: *Duplex *PageRegion Env10
  358. *UIConstraints: *PageRegion Env10 *Duplex DuplexTumble
  359. *UIConstraints: *PageRegion Env10 *Duplex DuplexNoTumble
  360. *UIConstraints: *Duplex *PageSize EnvMonarch
  361. *UIConstraints: *PageSize EnvMonarch *Duplex DuplexTumble
  362. *UIConstraints: *PageSize EnvMonarch *Duplex DuplexNoTumble
  363. *UIConstraints: *Duplex *PageRegion EnvMonarch
  364. *UIConstraints: *PageRegion EnvMonarch *Duplex DuplexTumble
  365. *UIConstraints: *PageRegion EnvMonarch *Duplex DuplexNoTumble
  366. *UIConstraints: *Duplex *PageSize EnvDL
  367. *UIConstraints: *PageSize EnvDL *Duplex DuplexTumble
  368. *UIConstraints: *PageSize EnvDL *Duplex DuplexNoTumble
  369. *UIConstraints: *Duplex *PageRegion EnvDL
  370. *UIConstraints: *PageRegion EnvDL *Duplex DuplexTumble
  371. *UIConstraints: *PageRegion EnvDL *Duplex DuplexNoTumble
  372. *UIConstraints: *Duplex *PageSize EnvC5
  373. *UIConstraints: *PageSize EnvC5 *Duplex DuplexTumble
  374. *UIConstraints: *PageSize EnvC5 *Duplex DuplexNoTumble
  375. *UIConstraints: *Duplex *PageRegion EnvC5
  376. *UIConstraints: *PageRegion EnvC5 *Duplex DuplexTumble
  377. *UIConstraints: *PageRegion EnvC5 *Duplex DuplexNoTumble
  378. *% Resolution
  379. *OpenUI *Resolution/Resolution: PickOne
  380. *OrderDependency: 10 AnySetup *Resolution
  381. *DefaultResolution: 600dpi
  382. *Resolution 300dpi/300 Dots per Inch (dpi): "<< /HWResolution [300 300] >> setpagedevice"
  383. *Resolution 600dpi/600 Dots per Inch (dpi): "<< /HWResolution [600 600] >> setpagedevice"
  384. *?Resolution: "save currentpagedevice /HWResolution get 0 get ( ) cvs print (dpi) = flush restore"
  385. *CloseUI: *Resolution
  386. *% Image Refinement
  387. *OpenUI *Smoothing/KIR: PickOne
  388. *OrderDependency: 50 AnySetup *Smoothing
  389. *DefaultSmoothing: True
  390. *Smoothing True/On: "1 statusdict /setdoret get exec"
  391. *Smoothing False/Off: "0 statusdict /setdoret get exec"
  392. *?Smoothing: "
  393. save
  394. [(False)(True)(True)(True)]
  395. statusdict /doret get exec {get} stopped
  396. {pop pop (Unknown)} if
  397. = flush restore"
  398. *End
  399. *CloseUI: *Smoothing
  400. *% Halftone Information
  401. *DefaultHalftoneType: 1
  402. *ScreenFreq: "60.0"
  403. *ScreenAngle: "45.0"
  404. *ResScreenFreq 600dpi: "60.0"
  405. *ResScreenAngle 600dpi: "45.0"
  406. *ResScreenFreq 300dpi: "53.0"
  407. *ResScreenAngle 300dpi: "45.0"
  408. *DefaultScreenProc: Ellipse
  409. *ScreenProc Dot: "
  410. {abs exch abs 2 copy add 1 gt
  411. {1 sub dup mul exch 1 sub dup mul add 1 sub}
  412. {dup mul exch dup mul add 1 exch sub} ifelse}"
  413. *End
  414. *ScreenProc Line: "{pop}"
  415. *ScreenProc Ellipse: "{dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub}"
  416. *DefaultTransfer: Null
  417. *Transfer Null: "{}"
  418. *Transfer Null.Inverse: "{1 exch sub}"
  419. *% Paper Handling
  420. *% Page Size Definitions
  421. *OpenUI *PageSize: PickOne
  422. *OrderDependency: 40 AnySetup *PageSize
  423. *DefaultPageSize: Letter
  424. *PageSize Letter/Letter: "<</Policies <</PageSize 2>> /PageSize [612 792] /ImagingBBox null>> setpagedevice"
  425. *PageSize Legal/Legal: "<</Policies <</PageSize 2>> /PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  426. *PageSize Executive/Executive: "<</Policies <</PageSize 2>> /PageSize [522 756] /ImagingBBox null>> setpagedevice"
  427. *PageSize Tabloid/11x17 (Ledger): "<</Policies <</PageSize 2>> /PageSize [792 1224] /ImagingBBox null>> setpagedevice"
  428. *PageSize A3/A3: "<</Policies <</PageSize 2>> /PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  429. *PageSize A4/A4: "<</Policies <</PageSize 2>> /PageSize [595 842] /ImagingBBox null>> setpagedevice"
  430. *PageSize A5/A5: "<</Policies <</PageSize 2>> /PageSize [420 595] /ImagingBBox null>> setpagedevice"
  431. *PageSize A6/A6: "<</Policies <</PageSize 2>> /PageSize [297 420] /ImagingBBox null>> setpagedevice"
  432. *PageSize B4/B4: "<</Policies <</PageSize 2>> /PageSize [729 1032] /ImagingBBox null>> setpagedevice"
  433. *PageSize B5/B5 (JIS): "<</Policies <</PageSize 2>> /PageSize [516 729] /ImagingBBox null>> setpagedevice"
  434. *PageSize ISOB5/B5 (ISO): "<</Policies <</PageSize 2>> /PageSize [499 709] /ImagingBBox null>> setpagedevice"
  435. *PageSize B6/B6: "<</Policies <</PageSize 2>> /PageSize [363 516] /ImagingBBox null>> setpagedevice"
  436. *PageSize EnvPersonal/Envelope #6: "<</Policies <</PageSize 2>> /PageSize [261 468] /ImagingBBox null>> setpagedevice"
  437. *PageSize Env9/Envelope #9: "<</Policies <</PageSize 2>> /PageSize [279 639] /ImagingBBox null>> setpagedevice"
  438. *PageSize Env10/Envelope #10: "<</Policies <</PageSize 2>> /PageSize [297 684] /ImagingBBox null>> setpagedevice"
  439. *PageSize EnvMonarch/Envelope Monarch: "<</Policies <</PageSize 2>> /PageSize [279 540] /ImagingBBox null>> setpagedevice"
  440. *PageSize EnvDL/Envelope DL: "<</Policies <</PageSize 2>> /PageSize [312 624] /ImagingBBox null>> setpagedevice"
  441. *PageSize EnvC5/Envelope C5: "<</Policies <</PageSize 2>> /PageSize [459 649] /ImagingBBox null>> setpagedevice"
  442. *?PageSize: "
  443. save
  444. currentpagedevice /PageSize get aload pop
  445. 2 copy gt {exch} if
  446. (Unknown)
  447. 18 dict
  448. dup [612 792] (Letter) put
  449. dup [612 1008] (Legal) put
  450. dup [522 756] (Executive) put
  451. dup [792 1224] (Tabloid) put
  452. dup [842 1191] (A3) put
  453. dup [595 842] (A4) put
  454. dup [420 595] (A5) put
  455. dup [297 420] (A6) put
  456. dup [729 1032] (B4) put
  457. dup [516 729] (B5) put
  458. dup [499 709] (ISOB5) put
  459. dup [363 516] (B6) put
  460. dup [261 468] (EnvPersonal) put
  461. dup [279 639] (Env9) put
  462. dup [297 684] (Env10) put
  463. dup [279 540] (EnvMonarch) put
  464. dup [312 624] (EnvDL) put
  465. dup [459 649] (EnvC5) put
  466. {exch aload pop 4 index sub abs 5 le exch
  467. 5 index sub abs 5 le and
  468. {exch pop exit}{pop} ifelse
  469. } bind forall
  470. = flush pop pop restore "
  471. *End
  472. *CloseUI: *PageSize
  473. *% Page Region Definitions for Frame Buffer
  474. *OpenUI *PageRegion: PickOne
  475. *OrderDependency: 40 AnySetup *PageRegion
  476. *DefaultPageRegion: Letter
  477. *PageRegion Letter/Letter: "<</Policies <</PageSize 7>> /PageSize [612 792] /ImagingBBox null>> setpagedevice"
  478. *PageRegion Legal/Legal: "<</Policies <</PageSize 7>> /PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  479. *PageRegion Executive/Executive: "<</Policies <</PageSize 7>> /PageSize [522 756] /ImagingBBox null>> setpagedevice"
  480. *PageRegion Tabloid/11x17 (Ledger): "<</Policies <</PageSize 7>> /PageSize [792 1224] /ImagingBBox null>> setpagedevice"
  481. *PageRegion A3/A3: "<</Policies <</PageSize 7>> /PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  482. *PageRegion A4/A4: "<</Policies <</PageSize 7>> /PageSize [595 842] /ImagingBBox null>> setpagedevice"
  483. *PageRegion A5/A5: "<</Policies <</PageSize 7>> /PageSize [420 595] /ImagingBBox null>> setpagedevice"
  484. *PageRegion A6/A6: "<</Policies <</PageSize 7>> /PageSize [297 420] /ImagingBBox null>> setpagedevice"
  485. *PageRegion B4/B4: "<</Policies <</PageSize 7>> /PageSize [729 1032] /ImagingBBox null>> setpagedevice"
  486. *PageRegion B5/B5 (JIS): "<</Policies <</PageSize 7>> /PageSize [516 729] /ImagingBBox null>> setpagedevice"
  487. *PageRegion ISOB5/B5 (ISO): "<</Policies <</PageSize 7>> /PageSize [499 709] /ImagingBBox null>> setpagedevice"
  488. *PageRegion B6/B6: "<</Policies <</PageSize 7>> /PageSize [363 516] /ImagingBBox null>> setpagedevice"
  489. *PageRegion EnvPersonal/Envelope #6: "<</Policies <</PageSize 7>> /PageSize [261 468] /ImagingBBox null>> setpagedevice"
  490. *PageRegion Env9/Envelope #9: "<</Policies <</PageSize 7>> /PageSize [279 639] /ImagingBBox null>> setpagedevice"
  491. *PageRegion Env10/Envelope #10: "<</Policies <</PageSize 7>> /PageSize [297 684] /ImagingBBox null>> setpagedevice"
  492. *PageRegion EnvMonarch/Envelope Monarch: "<</Policies <</PageSize 7>> /PageSize [279 540] /ImagingBBox null>> setpagedevice"
  493. *PageRegion EnvDL/Envelope DL: "<</Policies <</PageSize 7>> /PageSize [312 624] /ImagingBBox null>> setpagedevice"
  494. *PageRegion EnvC5/Envelope C5: "<</Policies <</PageSize 7>> /PageSize [459 649] /ImagingBBox null>> setpagedevice"
  495. *CloseUI: *PageRegion
  496. *% Imageable Area Definitions
  497. *DefaultImageableArea: Letter
  498. *ImageableArea Letter/Letter: "12 16 600 776"
  499. *ImageableArea Legal/Legal: "12 17 600 991"
  500. *ImageableArea Executive/Executive: "12 12 510 744"
  501. *ImageableArea Tabloid/11x17 (Ledger): "12 12 780 1212"
  502. *ImageableArea A3/A3: "12 12 830 1179"
  503. *ImageableArea A4/A4: "14 15 581 827"
  504. *ImageableArea A5/A5: "12 12 409 583"
  505. *ImageableArea A6/A6: "12 12 285 409"
  506. *ImageableArea B4/B4: "12 12 716 1020"
  507. *ImageableArea B5/B5 (JIS): "21 12 495 717"
  508. *ImageableArea ISOB5/B5 (ISO): "12 12 487 696"
  509. *ImageableArea B6/B6: "12 12 352 504"
  510. *ImageableArea EnvPersonal/Envelope #6: "12 12 249 456"
  511. *ImageableArea Env9/Envelope #9: "12 12 267 627"
  512. *ImageableArea Env10/Envelope #10: "12 12 285 672"
  513. *ImageableArea EnvMonarch/Envelope Monarch: "12 12 267 528"
  514. *ImageableArea EnvDL/Envelope DL: "12 12 300 612"
  515. *ImageableArea EnvC5/Envelope C5: "12 12 447 637"
  516. *?ImageableArea: "
  517. save
  518. /cvp {cvi ( ) cvs
  519. print ( ) print} bind def
  520. newpath clippath pathbbox
  521. 4 -2 roll exch 2 {ceiling cvp} repeat
  522. exch 2 {floor cvp} repeat ( )
  523. = flush restore"
  524. *End
  525. *% Physical Dimensions of Media
  526. *DefaultPaperDimension: Letter
  527. *PaperDimension Letter/Letter: "612 792"
  528. *PaperDimension Legal/Legal: "612 1008"
  529. *PaperDimension Executive/Executive: "522 756"
  530. *PaperDimension Tabloid/11x17 (Ledger): "792 1224"
  531. *PaperDimension A3/A3: "842 1191"
  532. *PaperDimension A4/A4: "595 842"
  533. *PaperDimension A5/A5: "420 595"
  534. *PaperDimension A6/A6: "297 420"
  535. *PaperDimension B4/B4: "729 1032"
  536. *PaperDimension B5/B5 (JIS): "516 729"
  537. *PaperDimension ISOB5/B5 (ISO): "499 709"
  538. *PaperDimension B6/B6: "363 516"
  539. *PaperDimension EnvPersonal/Envelope #6: "261 468"
  540. *PaperDimension Env9/Envelope #9: "279 639"
  541. *PaperDimension Env10/Envelope #10: "297 684"
  542. *PaperDimension EnvMonarch/Envelope Monarch: "279 540"
  543. *PaperDimension EnvDL/Envelope DL: "312 624"
  544. *PaperDimension EnvC5/Envelope C5: "459 649"
  545. *% Input Slot Definitions
  546. *OpenUI *InputSlot: PickOne
  547. *OrderDependency: 30 AnySetup *InputSlot
  548. *DefaultInputSlot: Internal
  549. *InputSlot Internal/Cassette 1 (Internal): "<</ManualFeed false>> setpagedevice statusdict begin 0 setpapertray end"
  550. *InputSlot PF26A/Cassette 2: "<</ManualFeed false>> setpagedevice statusdict begin 1 setpapertray end"
  551. *InputSlot PF26B/Cassette 3: "<</ManualFeed false>> setpagedevice statusdict begin 4 setpapertray end"
  552. *InputSlot MF1/Multi-Purpose Feeder: "<</ManualFeed false>> setpagedevice statusdict begin 3 setpapertray end"
  553. *InputSlot MF/Manual Feed: "<< /ManualFeed true >> setpagedevice"
  554. *?InputSlot: ""
  555. *CloseUI: *InputSlot
  556. *% MediaType Definitions
  557. *OpenUI *MediaType: PickOne
  558. *OrderDependency: 100 AnySetup *MediaType
  559. *DefaultMediaType: Plain
  560. *MediaType Plain/Plain Paper: "<</ManualFeed false /MediaType (Plain) /DeferredMediaSelection true >> setpagedevice"
  561. *MediaType Transparency/Transparency: "<</ManualFeed false /MediaType (Transparency) /DeferredMediaSelection true >> setpagedevice"
  562. *MediaType Labels/Labels: "<</ManualFeed false /MediaType (Labels) /DeferredMediaSelection true >> setpagedevice"
  563. *MediaType Letterhead/Letterhead: "<</ManualFeed false /MediaType (Letterhead) /DeferredMediaSelection true >> setpagedevice"
  564. *MediaType Bond/Bond: "<</ManualFeed false /MediaType (Bond) /DeferredMediaSelection true >> setpagedevice"
  565. *MediaType Color/Color: "<</ManualFeed false /MediaType (Color) /DeferredMediaSelection true >> setpagedevice"
  566. *MediaType Preprinted/Preprinted: "<</ManualFeed false /MediaType (Preprinted) /DeferredMediaSelection true >> setpagedevice"
  567. *MediaType Prepunched/Prepunched: "<</ManualFeed false /MediaType (Prepunched) /DeferredMediaSelection true >> setpagedevice"
  568. *MediaType Recycled/Recycled: "<</ManualFeed false /MediaType (Recycled) /DeferredMediaSelection true >> setpagedevice"
  569. *MediaType Rough/Rough: "<</ManualFeed false /MediaType (Rough) /DeferredMediaSelection true >> setpagedevice"
  570. *MediaType Cardstock/Cardstock: "<</ManualFeed false /MediaType (Card Stock) /DeferredMediaSelection true >> setpagedevice"
  571. *MediaType Vellum/Vellum: "<</ManualFeed false /MediaType (Vellum) /DeferredMediaSelection true >> setpagedevice"
  572. *MediaType User1/Custom 1: "<</ManualFeed false /MediaType (Custom Type1) /DeferredMediaSelection true >> setpagedevice"
  573. *MediaType User2/Custom 2: "<</ManualFeed false /MediaType (Custom Type2) /DeferredMediaSelection true >> setpagedevice"
  574. *MediaType User3/Custom 3: "<</ManualFeed false /MediaType (Custom Type3) /DeferredMediaSelection true >> setpagedevice"
  575. *MediaType User4/Custom 4: "<</ManualFeed false /MediaType (Custom Type4) /DeferredMediaSelection true >> setpagedevice"
  576. *MediaType User5/Custom 5: "<</ManualFeed false /MediaType (Custom Type5) /DeferredMediaSelection true >> setpagedevice"
  577. *MediaType User6/Custom 6: "<</ManualFeed false /MediaType (Custom Type6) /DeferredMediaSelection true >> setpagedevice"
  578. *MediaType User7/Custom 7: "<</ManualFeed false /MediaType (Custom Type7) /DeferredMediaSelection true >> setpagedevice"
  579. *MediaType User8/Custom 8: "<</ManualFeed false /MediaType (Custom Type8) /DeferredMediaSelection true >> setpagedevice"
  580. *?MediaType: "
  581. save
  582. currentpagedevice /MediaType {get} stopped
  583. {pop pop (Unknown)} {dup null eq {pop (Unknown)} if} ifelse = flush
  584. restore"
  585. *End
  586. *CloseUI: *MediaType
  587. *RequiresPageRegion All: True
  588. *% Output Bin Definitions
  589. *OpenUI *OutputBin/Output Bin: PickOne
  590. *OrderDependency: 51 AnySetup *OutputBin
  591. *DefaultOutputBin: FDTop
  592. *OutputBin FDTop/Top Tray (Face-Down): "0 statusdict /setoutputtray get exec"
  593. *OutputBin FURear/Rear Tray (Face-Up): "1 statusdict /setoutputtray get exec"
  594. *?OutputBin: ""
  595. *CloseUI: *OutputBin
  596. *% Duplex Definitions
  597. *OpenUI *Duplex/Duplexing: PickOne
  598. *OrderDependency: 50 AnySetup *Duplex
  599. *DefaultDuplex: None
  600. *Duplex None/None: "statusdict begin false setduplexmode false settumble end"
  601. *Duplex DuplexTumble/Short Edge: "statusdict begin true setduplexmode true settumble end"
  602. *Duplex DuplexNoTumble/Long Edge: "statusdict begin true setduplexmode false settumble end"
  603. *?Duplex: "
  604. save
  605. statusdict begin
  606. duplexmode
  607. {tumble {(DuplexTumble)}{(DuplexNoTumble)} ifelse}
  608. {(None)} ifelse
  609. = flush end restore"
  610. *End
  611. *CloseUI: *Duplex
  612. *% Job Spooling Definitions
  613. *OpenUI *KCCollate/Job Spooling: PickOne
  614. *OrderDependency: 20 AnySetup *KCCollate
  615. *DefaultKCCollate: None
  616. *KCCollate None/None: "<< /Collate false >> setpagedevice"
  617. *KCCollate Temp/Temporary: "
  618. userdict /UICollateDetails known not {userdict /UICollateDetails 10 dict put} if
  619. userdict /UICollateDetails get /Mode 0 put <</Collate true /CollateDetails UICollateDetails>> setpagedevice"
  620. *End
  621. *?KCCollate: "
  622. save
  623. currentpagedevice dup /Collate known {
  624. dup /CollateDetails known {
  625. /CollateDetails get
  626. dup /Mode known {
  627. /Mode get
  628. 1 {
  629. dup 0 eq {pop (Temp) exit} if
  630. pop (Unknown)
  631. } repeat
  632. }{pop (Unknown)} ifelse
  633. }{pop (Unknown)} ifelse
  634. }{pop (Unknown)} ifelse
  635. = flush restore"
  636. *End
  637. *CloseUI: *KCCollate
  638. *% Tray Switch Definitions
  639. *OpenUI *TraySwitch/Auto Tray Switch: PickOne
  640. *OrderDependency: 25 AnySetup *TraySwitch
  641. *DefaultTraySwitch: PrnDef
  642. *TraySwitch PrnDef/Printer Default: ""
  643. *TraySwitch True/On: "<< /TraySwitch true >> setpagedevice"
  644. *TraySwitch False/Off: "<< /TraySwitch false >> setpagedevice"
  645. *?TraySwitch: "
  646. save
  647. currentpagedevice /TraySwitch get
  648. { (True) }{ (False) } ifelse
  649. = flush restore"
  650. *End
  651. *CloseUI: *TraySwitch
  652. *% PPD Version Info
  653. *OpenUI *KCVersion/PPD Version: PickOne
  654. *OrderDependency: 25 AnySetup *KCVersion
  655. *DefaultKCVersion: Default
  656. *KCVersion Default/1.6.2 [06-19-2000]: ""
  657. *KCVersion Default1/<A9>Kyocera Corporation: ""
  658. *CloseUI: *KCVersion
  659. *% Font Information
  660. *DefaultFont: Courier
  661. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  662. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  663. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  664. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  665. *Font Bookman-Light: Standard "(001.004S)" Standard ROM
  666. *Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
  667. *Font Bookman-Demi: Standard "(001.004S)" Standard ROM
  668. *Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
  669. *Font Courier: Standard "(002.004S)" Standard ROM
  670. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  671. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  672. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  673. *Font Helvetica: Standard "(001.006S)" Standard ROM
  674. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  675. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  676. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  677. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  678. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  679. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  680. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  681. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  682. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  683. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  684. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  685. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  686. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  687. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  688. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  689. *Font Symbol: Special "(001.007S)" Special ROM
  690. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  691. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  692. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  693. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  694. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  695. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  696. *Font Albertus-Medium: Standard "(001.008S)" Standard ROM
  697. *Font Albertus-ExtraBold: Standard "(001.008S)" Standard ROM
  698. *Font AntiqueOlive: Standard "(001.008S)" Standard ROM
  699. *Font AntiqueOlive-Italic: Standard "(001.008S)" Standard ROM
  700. *Font AntiqueOlive-Bold: Standard "(001.008S)" Standard ROM
  701. *Font Arial: Standard "(001.008S)" Standard ROM
  702. *Font Arial-Italic: Standard "(001.008S)" Standard ROM
  703. *Font Arial-Bold: Standard "(001.008S)" Standard ROM
  704. *Font Arial-BoldItalic: Standard "(001.008S)" Standard ROM
  705. *Font CGOmega: Standard "(001.008S)" Standard ROM
  706. *Font CGOmega-Italic: Standard "(001.008S)" Standard ROM
  707. *Font CGOmega-Bold: Standard "(001.008S)" Standard ROM
  708. *Font CGOmega-BoldItalic: Standard "(001.008S)" Standard ROM
  709. *Font CGTimes: Standard "(001.008S)" Standard ROM
  710. *Font CGTimes-Italic: Standard "(001.008S)" Standard ROM
  711. *Font CGTimes-Bold: Standard "(001.008S)" Standard ROM
  712. *Font CGTimes-BoldItalic: Standard "(001.008S)" Standard ROM
  713. *Font Clarendon-Condensed-Bold: Standard "(001.008S)" Standard ROM
  714. *Font Coronet: Standard "(001.008S)" Standard ROM
  715. *Font CourierHP: Standard "(001.008S)" Standard ROM
  716. *Font CourierHP-Italic: Standard "(001.008S)" Standard ROM
  717. *Font CourierHP-Bold: Standard "(001.008S)" Standard ROM
  718. *Font CourierHP-BoldItalic: Standard "(001.008S)" Standard ROM
  719. *Font Garamond-Antiqua: Standard "(001.008S)" Standard ROM
  720. *Font Garamond-Halbfett: Standard "(001.008S)" Standard ROM
  721. *Font Garamond-Kursiv: Standard "(001.008S)" Standard ROM
  722. *Font Garamond-KursivHalbfett: Standard "(001.008S)" Standard ROM
  723. *Font LetterGothic: Standard "(001.008S)" Standard ROM
  724. *Font LetterGothic-Italic: Standard "(001.008S)" Standard ROM
  725. *Font LetterGothic-Bold: Standard "(001.008S)" Standard ROM
  726. *Font Marygold: Standard "(001.008S)" Standard ROM
  727. *Font SymbolMT: Standard "(001.008S)" Standard ROM
  728. *Font TimesNewRoman: Standard "(001.008S)" Standard ROM
  729. *Font TimesNewRoman-Italic: Standard "(001.008S)" Standard ROM
  730. *Font TimesNewRoman-BoldItalic: Standard "(001.008S)" Standard ROM
  731. *Font TimesNewRoman-Bold: Standard "(001.008S)" Standard ROM
  732. *Font Univers-Medium: Standard "(001.008S)" Standard ROM
  733. *Font Univers-MediumItalic: Standard "(001.008S)" Standard ROM
  734. *Font Univers-Bold: Standard "(001.008S)" Standard ROM
  735. *Font Univers-BoldItalic: Standard "(001.008S)" Standard ROM
  736. *Font Univers-Condensed-Medium: Standard "(001.008S)" Standard ROM
  737. *Font Univers-Condensed-MediumItalic: Standard "(001.008S)" Standard ROM
  738. *Font Univers-Condensed-Bold: Standard "(001.008S)" Standard ROM
  739. *Font Univers-Condensed-BoldItalic: Standard "(001.008S)" Standard ROM
  740. *Font Wingdings-Regular: Special "(001.008S)" Special ROM
  741. *?FontQuery: "
  742. save
  743. /str 100 string dup 0 (fonts/) putinterval def
  744. {count 1 gt
  745. { exch dup str 6 94 getinterval cvs
  746. (/) print print (:) print
  747. FontDirectory exch known
  748. {(Yes)}{(No)} ifelse =
  749. }{exit} ifelse
  750. } bind loop (*)
  751. = flush restore"
  752. *End
  753. *?FontList: "save FontDirectory { pop == } bind forall flush (*) = flush restore"
  754. *% Printer Messages
  755. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  756. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  757. *Message: "\FontName\ not found, using Courier"
  758. *% Status (format: %%[ status: <one of these> ]%% )
  759. *Status: "warming up"
  760. *Status: "idle"
  761. *Status: "busy"
  762. *Status: "waiting"
  763. *Status: "printing"
  764. *Status: "initializing"
  765. *Status: "printing test page"/printing test page
  766. *Status: "PrinterError: paper entry misfeed"
  767. *Status: "PrinterError: cover open"
  768. *Status: "PrinterError: no paper tray"
  769. *Status: "PrinterError: out of paper"
  770. *Status: "PrinterError: toner low (halt)"
  771. *Status: "PrinterError: warming up"
  772. *Status: "PrinterError: other reason"
  773. *Status: "PrinterError: video interface mode"
  774. *Status: "PrinterError: offline"
  775. *Status: "PrinterError: toner low (warning)"
  776. *% Printer Error (format: %%[ PrinterError: <one of these> ]%% )
  777. *PrinterError: "paper entry misfeed"
  778. *PrinterError: "cover open"
  779. *PrinterError: "no paper tray"
  780. *PrinterError: "out of paper"
  781. *PrinterError: "toner low (halt)"
  782. *PrinterError: "warming up"
  783. *PrinterError: "other reason"
  784. *PrinterError: "video interface mode"
  785. *PrinterError: "offline"
  786. *PrinterError: "toner low (warning)"
  787. *% Input Sources (format: %%[ status: <stat>;source:<one of these> ]%% )
  788. *Source: "Serial"
  789. *Source: "Parallel"
  790. *Source: "LocalTalk"
  791. *Source: "Option"
  792. *% End of PPD file for Kyocera FS-6300 (USA English)