home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / servis / ovladace / drivers / K40160PE.EXE / FS-400.PPD < prev    next >
PostScript Printer Description  |  1998-08-10  |  16KB  |  465 lines

  1. *PPD-Adobe: "4.0"
  2. *%========================================================================
  3. *%
  4. *%      PPD file for FS-400
  5. *%
  6. *%      Copyright (C) 1993 Kyocera Corporation
  7. *%      All Rights Reserved
  8. *%
  9. *%      Permission is granted for redistribution of this file as
  10. *%      long as this copyright notice is intact and the contents
  11. *%      of the file are not altered in any way from their original form.
  12. *%
  13. *%==========================================================================
  14.  
  15. *FormatVersion: "4.0"
  16. *FileVersion: "1.98"
  17. *LanguageVersion: English
  18. *Product: "(FS-400)"
  19. *PSVersion: "(48.0) 0"
  20. *ModelName: "Kyocera FS-400 (KPDL)"
  21. *NickName: "Kyocera FS-400 (KPDL)"
  22. *PCFileName: "FS-400.PPD"
  23.  
  24. *%==============================================================================
  25. *%===== Installable Options
  26. *%==============================================================================
  27.  
  28. *OpenGroup: InstallableOptions/Options Installed
  29.  
  30. *% HSM added - 25.05.98
  31. *OpenUI *Option1/Secure Font Print Mode: Boolean
  32. *DefaultOption1: True
  33. *Option1 True/On: ""
  34. *Option1 False/Off: ""
  35. *CloseUI: *Option1
  36. *% --------------------
  37.  
  38. *OpenUI *Option2/PF-8 Paper Feeder: Boolean
  39. *DefaultOption2: False
  40. *Option2 True/Installed: ""
  41. *Option2 False/Not Installed: ""
  42. *CloseUI: *Option2
  43.  
  44.  
  45. *CloseGroup: InstallableOptions
  46.  
  47. *%==============================================================================
  48. *%===== Constraints
  49. *%==============================================================================
  50.  
  51. *%=== Disable options not installed
  52.  
  53. *UIConstraints: *Option2 False *InputSlot Lower
  54.  
  55. *%=== Disable feeding envelopes from cassette or paper feeders
  56.  
  57. *UIConstraints: *PageSize Comm10 *InputSlot Upper
  58. *UIConstraints: *PageSize Monarch *InputSlot Upper
  59. *UIConstraints: *PageSize DLEnvelope *InputSlot Upper
  60. *UIConstraints: *PageSize C5Envelope *InputSlot Upper
  61. *UIConstraints: *PageSize Comm9Envelope *InputSlot Upper
  62. *UIConstraints: *PageSize Comm6Envelope *InputSlot Upper
  63. *UIConstraints: *PageSize Executive *InputSlot Upper
  64. *UIConstraints: *PageSize A6 *InputSlot Upper
  65. *UIConstraints: *PageSize B6 *InputSlot Upper
  66.  
  67. *UIConstraints: *PageSize Comm10 *InputSlot Lower
  68. *UIConstraints: *PageSize Monarch *InputSlot Lower
  69. *UIConstraints: *PageSize DLEnvelope *InputSlot Lower
  70. *UIConstraints: *PageSize C5Envelope *InputSlot Lower
  71. *UIConstraints: *PageSize Comm9Envelope *InputSlot Lower
  72. *UIConstraints: *PageSize Comm6Envelope *InputSlot Lower
  73. *UIConstraints: *PageSize Executive *InputSlot Lower
  74. *UIConstraints: *PageSize A6 *InputSlot Lower
  75. *UIConstraints: *PageSize B6 *InputSlot Lower
  76.  
  77. *%==============================================================================
  78. *%===== Basic Capabilities
  79. *%==============================================================================
  80.  
  81. *LanguageLevel: "1"
  82. *DefaultColorSpace: Gray
  83. *FreeVM: "435432"
  84. *Throughput: "4"
  85. *ColorDevice: False
  86.  
  87. *% *Protocols: BCP (No protocols so far)
  88.  
  89. *Emulators: diablo630 hpgl hplj proprinter
  90. *StartEmulator_diablo630: "<04>!R!SEM2;EXIT;"
  91. *StopEmulator_diablo630: "!R!SEM9;EXIT;<04>"
  92. *StartEmulator_hpgl: "<04>!R!SEM8;EXIT;"
  93. *StopEmulator_hpgl: "!R!SEM9;EXIT;<04>"
  94. *StartEmulator_hplj: "<04>!R!SEM6;EXIT;"
  95. *StopEmulator_hplj: "!R!SEM9;EXIT;<04>"
  96. *StartEmulator_proprinter: "<04>!R!SEM1;EXIT;"
  97. *StopEmulator_proprinter: "!R!SEM9;EXIT;<04>"
  98.  
  99. *Password: "0"
  100.  
  101. *ExitServer: " count 0 eq { true } 
  102.  { dup statusdict /checkpassword get exec not } ifelse
  103.  { (WARNING : Cannot perform the exitserver command.) =
  104.    (Password supplied is not valid.) = 
  105.    (Please contact the author of this software.) = flush quit } if
  106.  serverdict /exitserver get exec"
  107. *End
  108.  
  109. *Reset: " count 0 eq { true } 
  110.  { dup statusdict /checkpassword get exec not } ifelse
  111.  { (WARNING : Cannot perform the exitserver command.) =
  112.    (Password supplied is not valid.) = 
  113.    (Please contact the author of this software.) = flush quit } if
  114.  serverdict /exitserver get exec
  115.  systemdict /quit get exec
  116.  (WARNING : Printer Reset Failed.) = flush"
  117. *End
  118.  
  119. *%==============================================================================
  120. *%===== Resolution
  121. *%==============================================================================
  122.  
  123. *DefaultResolution: 300dpi
  124. *?Resolution: "(300dpi) = flush"
  125.  
  126. *OpenUI *Smoothing/Image Refinement: PickOne
  127. *OrderDependency: 50 AnySetup *Smoothing
  128. *DefaultSmoothing: Medium
  129. *Smoothing None/Off: "0 statusdict /setdoret get exec"
  130. *Smoothing Light: "1 statusdict /setdoret get exec"
  131. *Smoothing Medium: "2 statusdict /setdoret get exec"
  132. *Smoothing Dark: "3 statusdict /setdoret get exec"
  133. *?Smoothing: "save
  134.  [(None)(Light)(Medium)(Dark)]
  135.  statusdict /doret get exec {get} stopped
  136.  {pop pop (Unknown) } if
  137.  = flush restore"
  138. *End
  139. *CloseUI: *Smoothing
  140.  
  141. *%==============================================================================
  142. *%===== Halftone Information
  143. *%==============================================================================
  144.  
  145. *ScreenFreq: "60.0"
  146. *ScreenAngle: "45.0"
  147. *DefaultScreenProc: Dot
  148. *ScreenProc Dot: "
  149.  {abs exch abs 2 copy add 1 gt 
  150.  {1 sub dup mul exch 1 sub dup mul add 1 sub}
  151.  {dup mul exch dup mul add 1 exch sub} ifelse}"
  152. *End
  153. *ScreenProc Line: "
  154.  {pop}"
  155. *End
  156. *ScreenProc Ellipse: "
  157.  {dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub}"
  158. *End
  159.  
  160. *DefaultTransfer: Null
  161. *Transfer Null: "{}"
  162. *Transfer Null.Inverse: "{1 exch sub}"
  163.  
  164. *%==================
  165. *%       Wrapper Info
  166. *%==================
  167.  
  168. *CAIPostScriptBegin: "!R!SEM9;EXIT;
  169. "
  170. *End
  171. *CAIPostScriptEnd:"!R!RES;EXIT;
  172. "
  173. *End
  174.  
  175. *%==============================================================================
  176. *%===== Paper Handling
  177. *%==============================================================================
  178.  
  179. *%===== Select Tray
  180.  
  181. *OpenUI *PageSize: PickOne
  182. *OrderDependency: 30 AnySetup *PageSize
  183. *DefaultPageSize: A4
  184. *PageSize A4: "statusdict /a4tray get exec"
  185. *PageSize B5: "statusdict /b5tray get exec"
  186. *PageSize A5: "statusdict /a5tray get exec"
  187. *PageSize B6: "statusdict /b6tray get exec"
  188. *PageSize A6: "statusdict /a6tray get exec"
  189. *PageSize Letter: "statusdict /lettertray get exec"
  190. *PageSize Legal: "statusdict /legaltray get exec"
  191. *PageSize Executive: "statusdict /executivetray get exec"
  192. *PageSize Comm10/Business Envelope: "statusdict /com10envelopetray get exec"
  193. *PageSize Monarch/Monarch Envelope: "statusdict /monarcenvelopetray get exec"
  194. *PageSize DLEnvelope/DL Envelope: "statusdict /dlenvelopetray get exec"
  195. *PageSize C5Envelope/C5 Envelope: "statusdict /c5envelopetray get exec"
  196. *PageSize Comm9Envelope/Comm 9 Envelope: "statusdict /com9envelopetray get exec"
  197. *PageSize Comm6Envelope/Comm 6 Envelope: "statusdict /com6envelopetray get exec"
  198. *?PageSize: " save
  199.  14 dict
  200.   dup /lettertray (Letter) put
  201.   dup /legaltray (Letter) put
  202.   dup /executivetray (Executive) put
  203.   dup /a4tray (A4) put
  204.   dup /b5tray (B5) put
  205.   dup /a5tray (A5) put
  206.   dup /b6tray (B6) put
  207.   dup /a6tray (A6) put
  208.   dup /com10envelopetray (Comm10) put
  209.   dup /monarcenvelopetray (Monarch) put
  210.   dup /dlenvelopetray (DLEnvelope) put
  211.   dup /c5envelopetray (C5Envelope) put
  212.   dup /com9envelopetray (Comm9Envelope) put
  213.   dup /com6envelopetray (Comm6Envelope) put
  214.   statusdict /papersize get exec
  215.   3 1 roll {get} stopped { (Unknown) }if
  216.   exch not { print (.Transverse) }if
  217.   = flush
  218.   restore
  219. "
  220. *End
  221. *CloseUI: *PageSize
  222.  
  223. *%===== Set Page Size
  224.  
  225. *OpenUI *PageRegion: PickOne
  226. *OrderDependency: 30 AnySetup *PageRegion
  227. *DefaultPageRegion: A4
  228. *PageRegion A4: "a4"
  229. *PageRegion B5: "b5"
  230. *PageRegion A5: "a5"
  231. *PageRegion B6: "b6"
  232. *PageRegion A6: "a6"
  233. *PageRegion Letter: "letter"
  234. *PageRegion Legal: "legal"
  235. *PageRegion Executive: "executivepage"
  236. *PageRegion Comm10/Business Envelope: "com10envelope"
  237. *PageRegion Monarch/Monarch Envelope: "monarcenvelope"
  238. *PageRegion DLEnvelope/DL Envelope: "dlenvelope"
  239. *PageRegion C5Envelope/C5 Envelope: "c5envelope"
  240. *PageRegion Comm9Envelope/Comm 9 Envelope: "com9envelope"
  241. *PageRegion Comm6Envelope/Comm 6 Envelope: "com6envelope"
  242. *CloseUI: *PageRegion
  243.  
  244. *%===== Get Imageable Region
  245.  
  246. *DefaultImageableArea: A4
  247. *ImageableArea A4: "13 10 577 832"
  248. *ImageableArea B5: "21 10 495 715"
  249. *ImageableArea A5: "14 10 407 585"
  250. *ImageableArea B6: "14 8 348 507"
  251. *ImageableArea A6: "14 8 283 411"
  252. *ImageableArea Letter: "15 8 597 784"
  253. *ImageableArea Legal: "15 8 597 1000"
  254. *ImageableArea Executive: "14 8 508 748"
  255. *ImageableArea Comm10/Business Envelope: "14 8 283 676"
  256. *ImageableArea Monarch/Monarch Envelope: "14 8 265 532"
  257. *ImageableArea DLEnvelope/DL Envelope: "14 10 298 614"
  258. *ImageableArea C5Envelope/C5 Envelope: "14 10 445 639"
  259. *ImageableArea Comm9Envelope/Comm 9 Envelope Envelope: "14 8 265 631"
  260. *ImageableArea Comm6Envelope/Comm 6 Envelope Envelope: "14 8 247 460"
  261. *?ImageableArea: "save
  262.  /cvp {(                  ) cvs print ( ) print } bind def
  263.  /upperright {10000 mul floor 10000 div} bind def
  264.  /lowerleft  {10000 mul ceiling 10000 div} bind def
  265.  newpath clippath pathbbox
  266.  4 -2 roll exch 2 {lowerleft cvp} repeat
  267.  exch 2 {upperright cvp} repeat flush
  268.  restore"
  269. *End
  270.  
  271. *%===== Physical Dimension of the Media
  272.  
  273. *DefaultPaperDimension: A4
  274. *PaperDimension A4: "595 842"
  275. *PaperDimension B5: "516 729"          
  276. *PaperDimension A5: "421 595"         
  277. *PaperDimension B6: "362 515"         
  278. *PaperDimension A6: "297 419"         
  279. *PaperDimension Letter: "612 792"   
  280. *PaperDimension Legal: "612 1008"     
  281. *PaperDimension Executive: "522 756"
  282. *PaperDimension Comm10/Business Envelope: "297 684"
  283. *PaperDimension Monarch/Monarch Envelope: "279 540"
  284. *PaperDimension DLEnvelope/DL Envelope: "312 624" 
  285. *PaperDimension C5Envelope/C5 Envelope: "459 649"
  286. *PaperDimension Comm9Envelope/Comm 9 Envelope: "279 639"
  287. *PaperDimension Comm6Envelope/Comm 6 Envelope: "261 468"
  288.  
  289. *%===== Paper Tray setting
  290.  
  291. *OpenUI *InputSlot: PickOne
  292. *OrderDependency: 20 AnySetup *InputSlot
  293. *DefaultInputSlot: Upper
  294. *InputSlot Upper/Cassette: " 0 statusdict /setpapertray get exec"
  295. *InputSlot Lower/PF-8: " 1 statusdict /setpapertray get exec"
  296. *RequiresPageRegion All: True
  297. *?InputSlot: " save
  298.  2 dict
  299.  dup /0 (Upper) put
  300.  dup /1 (Lower) put
  301.  statusdict /papertray get exec
  302.  {get} stopped {pop pop (Unknown)} if = flush
  303.  restore"
  304. *End
  305. *CloseUI: *InputSlot
  306.  
  307. *%===== Manualfeed setting
  308.  
  309. *OpenUI *ManualFeed: Boolean
  310. *OrderDependency: 20 AnySetup *ManualFeed
  311. *DefaultManualfeed: False
  312. *ManualFeed True: "statusdict /manualfeed true put"
  313. *ManualFeed False: "statusdict /manualfeed false put"
  314. *?ManualFeed: " save
  315.  statusdict /manualfeed get 
  316.  {(True)}{(False)} ifelse = flush 
  317.  restore"
  318. *End
  319. *CloseUI: *ManualFeed
  320.  
  321. *%===== Output Tray setting
  322.  
  323. *OpenUI *OutputBin/Output Tray: PickOne
  324. *DefaultOutputBin: Upper
  325. *OutputBin Upper/Face-Down: "0 statusdict /setoutputtray get exec"
  326. *OutputBin Rear/Face-Up: "1 statusdict /setoutputtray get exec"
  327.  
  328. *?Outputbin: "
  329.  "
  330. *End
  331. *CloseUI: *OutputBin
  332.  
  333. *DefaultOutputOrder: Normal
  334. *PageStackOrder Face-Down: Normal
  335. *PageStackOrder Face-Up: Reverse
  336.  
  337. *%===== Trayswitch setting
  338.  
  339. *OpenUI *TraySwitch/Auto Tray Switching: Boolean
  340. *OrderDependency: 20 AnySetup *TraySwitch
  341. *DefaultTraySwitch: False
  342. *TraySwitch True: "true statusdict /settrayswitch get exec"
  343. *TraySwitch False: "false statusdict /settrayswitch get exec"
  344. *?TraySwitch: " save
  345.  statusdict /trayswitch get exec
  346.  {(True)}{(False)} ifelse = flush 
  347.  restore"
  348. *End
  349. *CloseUI: *TraySwitch
  350.  
  351. *%==============================================================================
  352. *%===== Font Information
  353. *%==============================================================================
  354.  
  355. *DefaultFont: Courier
  356. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  357. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  358. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  359. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  360. *Font Bookman-Demi: Standard "(001.003S)" Standard ROM
  361. *Font Bookman-DemiItalic: Standard "(001.003S)" Standard ROM
  362. *Font Bookman-Light: Standard "(001.003S)" Standard ROM
  363. *Font Bookman-LightItalic: Standard "(001.003S)" Standard ROM
  364. *Font Courier: Standard "(002.004S)" Standard ROM
  365. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  366. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  367. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  368. *Font Helvetica: Standard "(001.006S)" Standard ROM
  369. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  370. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  371. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  372. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  373. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  374. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  375. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  376. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  377. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  378. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  379. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  380. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  381. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  382. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  383. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  384. *Font Symbol: Special "(001.007S)" Special ROM
  385. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  386. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  387. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  388. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  389. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  390. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  391. *Font Helvetica-Light: Standard "(001.000S)" Standard ROM
  392. *Font Helvetica-LightOblique: Standard "(001.000S)" Standard ROM
  393. *Font Helvetica-Black: Standard "(001.000S)" Standard ROM
  394. *Font Helvetica-BlackOblique: Standard "(001.000S)" Standard ROM
  395. *Font Korinna-Regular: Standard "(001.000S)" Standard ROM
  396. *Font Korinna-KursivRegular: Standard "(001.000S)" Standard ROM
  397. *Font Korinna-Bold: Standard "(001.000S)" Standard ROM
  398. *Font Korinna-KursivBold: Standard "(001.000S)" Standard ROM
  399. *Font Garamond-Light: Standard "(001.000S)" Standard ROM
  400. *Font Garamond-LightItalic: Standard "(001.000S)" Standard ROM
  401. *Font Garamond-Bold: Standard "(001.000S)" Standard ROM
  402. *Font Garamond-BoldItalic: Standard "(001.000S)" Standard ROM
  403. *?FontQuery:                    "save
  404.  /str 100 string dup 0 (fonts/) putinterval def
  405.  {   count 1 gt
  406.      {   exch dup str 6 94 getinterval cvs
  407.  (/) print dup print (:) print exch
  408.  FontDirectory exch known
  409.  {   pop (Yes) }
  410.  {   length 6 add str 0 3 -1 roll getinterval
  411.      mark exch status
  412.      {   cleartomark (Yes)}{cleartomark (No)} ifelse
  413.  } ifelse = flush }
  414.      {   exit } ifelse
  415.  } bind loop
  416.  (*) = flush
  417.  restore"
  418. *End
  419.  
  420. *?FontList:                     "save
  421.  FontDirectory { pop == } bind forall
  422.  (*) = flush
  423.  restore"
  424. *End
  425.  
  426. *%==============================================================================
  427. *%===== Printer Messages
  428. *%==============================================================================
  429.  
  430. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  431. *Message: "\FontName\ not found, using Courier"
  432.  
  433. *%===== Status (format: %%[ status: <one of these> ]%% )
  434.  
  435. *Status: "idle"
  436. *Status: "busy"
  437. *Status: "waiting"
  438. *Status: "printing"
  439. *Status: "initializing"
  440.  
  441. *%===== Input Sources (format: %%[ status: <stat>;source:<one of these> ]%% )
  442.  
  443. *Source: "Serial 25"
  444. *Source: "Parallel"
  445. *Source: "AppleTalk"
  446. *Source: "Optional"
  447.  
  448. *%===== Printer Error (format: %%[ PrinterError: <one of these> ]%% )
  449.  
  450. *PrinterError: "paper entry misfeed"
  451. *PrinterError: "cover open"
  452. *PrinterError: "no paper tray"
  453. *PrinterError: "out of paper"
  454. *PrinterError: "toner low (halt)"
  455. *PrinterError: "warming up"
  456. *PrinterError: "other reason"
  457. *PrinterError: "video interface mode"
  458. *PrinterError: "offline"
  459. *PrinterError: "toner low (warning)"
  460.  
  461. *%==============================================================================
  462. *%===== End of PPD file for Kyocera FS-400
  463. *%==============================================================================
  464.  
  465.