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.

392 lines
12 KiB

  1. *PPD-Adobe: "4.2"
  2. *%
  3. *% PostScript(R) Printer Description file for the Oce 4900
  4. *%
  5. *% Copyright 1997 Oce Nederland B.V.
  6. *%
  7. *% 19/11/97
  8. *%=====================================================================
  9. *FormatVersion: "4.2"
  10. *FileVersion: "1.7"
  11. *LanguageVersion: English
  12. *LanguageEncoding: ISOLatin1
  13. *PCFileName: "OCE4900.PPD"
  14. *Product: "(Oce 4900)"
  15. *PSVersion: "(4.0) 100"
  16. *ModelName: "Oce 4900 PostScript"
  17. *NickName: "Oce 4900 PostScript"
  18. *% === Options and Constraints =========
  19. *%
  20. *OpenGroup: InstallableOptions/Options Installed
  21. *OpenUI *Option2/Cassette2: Boolean
  22. *DefaultOption2: False
  23. *Option2 True/Installed: ""
  24. *Option2 False/Not Installed: ""
  25. *CloseUI: *Option2
  26. *OpenUI *Option3/Cassette3: Boolean
  27. *DefaultOption3: False
  28. *Option3 True/Installed: ""
  29. *Option3 False/Not Installed: ""
  30. *CloseUI: *Option3
  31. *OpenUI *OptionDuplex/Duplex: Boolean
  32. *DefaultOptionDuplex: False
  33. *OptionDuplex True/Installed: ""
  34. *OptionDuplex False/Not Installed: ""
  35. *CloseUI: *OptionDuplex
  36. *CloseGroup: InstallableOptions
  37. *UIConstraints: *Option2 False *InputSlot Cassette2
  38. *UIConstraints: *OptionDuplex True *Option3 True
  39. *UIConstraints: *Option3 True *OptionDuplex True
  40. *UIConstraints: *Option3 False *InputSlot Cassette3
  41. *UIConstraints: *OptionDuplex False *Duplex
  42. *%=== Basic Device Capabilities ===========================
  43. *%
  44. *LanguageLevel: "2"
  45. *FreeVM: "496664"
  46. *Throughput: "22"
  47. *OpenUI *Resolution/Choose Resolution: PickOne
  48. *OrderDependency: 10 AnySetup *Resolution
  49. *Resolution 1200dpi: "
  50. 600 600 setresolution statusdict begin 1 setresenhance end"
  51. *End
  52. *Resolution 600dpi: "
  53. 600 600 setresolution statusdict begin 0 setresenhance end"
  54. *End
  55. *Resolution 300dpi: "
  56. 300 300 setresolution statusdict begin 0 setresenhance end"
  57. *End
  58. *DefaultResolution: 600dpi
  59. *?Resolution: "save
  60. initgraphics
  61. 0 0 moveto currentpoint matrix defaultmatrix transform
  62. 0 72 lineto currentpoint matrix defaultmatrix transform
  63. 3 -1 roll sub dup mul
  64. 3 1 roll exch sub dup mul
  65. add sqrt round cvi
  66. ( ) cvs print (dpi) = flush
  67. restore"
  68. *End
  69. *CloseUI: *Resolution
  70. *ColorDevice: False
  71. *Reset: "<04>"
  72. *Password: "0"
  73. *ExitServer: "
  74. count 0 eq { % is the password on the stack?
  75. true
  76. }{
  77. dup % potential password
  78. statusdict /checkpassword get exec not
  79. } ifelse
  80. { % if no password or not valid
  81. (WARNING : Cannot perform the exitserver command.) =
  82. (Password supplied is not valid.) =
  83. (Please contact the author of this software.) = flush
  84. quit
  85. } if
  86. serverdict /exitserver get exec"
  87. *End
  88. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  89. *% Gray Levels and Halftoning Information ===============
  90. *DefaultColorSpace: Gray
  91. *ScreenFreq: "60.0"
  92. *ScreenAngle: "45.0"
  93. *DefaultScreenProc: Dot
  94. *ScreenProc Dot: "{abs dup add 1 sub dup mul exch
  95. abs dup add 1 sub dup mul add 1 exch sub}"
  96. *End
  97. *ScreenProc Line: "{ pop }"
  98. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  99. *DefaultTransfer: Null
  100. *Transfer Null: "{}"
  101. *Transfer Null.Inverse: "{1 exch sub}"
  102. *%=== Paper Handling =======================
  103. *OpenGroup: Paper
  104. *% Page Size: sets up the frame buffer and selects a tray
  105. *%
  106. *OpenUI *PageSize: PickOne
  107. *OrderDependency: 30 AnySetup *PageSize
  108. *DefaultPageSize: Unknown
  109. *PageSize A3L: "a3l"
  110. *PageSize A3: "a3"
  111. *PageSize A4: "a4"
  112. *PageSize A4.Transverse: "a4R"
  113. *PageSize A5: "a5"
  114. *PageSize B4: "b4"
  115. *PageSize B5: "b5"
  116. *PageSize Letter: "letter"
  117. *PageSize Letter.Transverse: "letterR"
  118. *PageSize Legal: "legal"
  119. *PageSize Ledger: "ledger"
  120. *PageSize Executive: "executive"
  121. *PageSize Card: "card"
  122. *?PageSize: "save
  123. statusdict begin
  124. (Unknown) = flush
  125. end %statusdict
  126. restore"
  127. *End
  128. *CloseUI: *PageSize
  129. *% Page Region: sets up a frame buffer, usually used with manual feed
  130. *%
  131. *OpenUI *PageRegion: PickOne
  132. *OrderDependency: 40 AnySetup *PageRegion
  133. *DefaultPageRegion: Unknown
  134. *PageRegion A3L: "needa3l"
  135. *PageRegion A3: "needa3"
  136. *PageRegion A4: "needa4"
  137. *PageRegion A4.Transverse: "needa4R"
  138. *PageRegion A5: "needa5"
  139. *PageRegion B4: "needb4"
  140. *PageRegion B5: "needb5"
  141. *PageRegion Letter: "needletter"
  142. *PageRegion Letter.Transverse: "needletterR"
  143. *PageRegion Legal: "needlegal"
  144. *PageRegion Ledger: "needledger"
  145. *PageRegion Executive: "needexecutive"
  146. *PageRegion Card: "needcard"
  147. *CloseUI: *PageRegion
  148. *% The imageable area for the different paper sizes
  149. *%
  150. *DefaultImageableArea: Unknown
  151. *ImageableArea A3L: "10 10 916 1273"
  152. *ImageableArea A3: "10 10 833 1178"
  153. *ImageableArea A4: "10 11 582 833"
  154. *ImageableArea A4.Transverse: "10 10 832 582"
  155. *ImageableArea A5: "10 14 410 586"
  156. *ImageableArea B4: "10 10 716 1020"
  157. *ImageableArea B5: "10 13 505 719"
  158. *ImageableArea Letter: "10 9 601 781"
  159. *ImageableArea Letter.Transverse: "10 10 782 603"
  160. *ImageableArea Legal: "10 10 601 997"
  161. *ImageableArea Ledger: "10 10 782 1212"
  162. *ImageableArea Executive: "10 14 509 747"
  163. *ImageableArea Card: "10 10 271 409"
  164. *?ImageableArea: "save
  165. /cvp {( ) cvs print () print } bind def
  166. /upperright {10000 mul floor 10000 div} bind def
  167. /lowerleft {10000 mul ceiling 10000 div} bind def
  168. newpath clippath pathbox
  169. 4 -2 roll exch 2 {lowerleft cvp} repeat
  170. exch 2 {upperright cvp} repeat flush
  171. restore"
  172. *End
  173. *% The physical dimensions of the paper
  174. *%
  175. *DefaultPaperDimension: Unknown
  176. *PaperDimension A3L: "930 1284"
  177. *PaperDimension A3: "842 1191"
  178. *PaperDimension A4: "595 842"
  179. *PaperDimension A4.Transverse: "842 595"
  180. *PaperDimension A5: "420 595"
  181. *PaperDimension B4: "729 1032"
  182. *PaperDimension B5: "516 729"
  183. *PaperDimension Letter: "612 791"
  184. *PaperDimension Letter.Transverse: "791 612"
  185. *PaperDimension Legal: "612 1009"
  186. *PaperDimension Ledger: "791 1225"
  187. *PaperDimension Executive: "791 1225"
  188. *PaperDimension Card: "283 420"
  189. *CloseGroup: Paper
  190. *% Media handling features ================================
  191. *OpenUI *InputSlot: PickOne
  192. *OrderDependency: 20 AnySetup *InputSlot
  193. *DefaultInputSlot: Cassette1
  194. *InputSlot MFF/Multifunction feeder: "systemdict begin 3 setpapertray end"
  195. *InputSlot Cassette1/Tray 1: "systemdict begin 0 setpapertray end"
  196. *InputSlot Cassette2/Tray 2: "systemdict begin 1 setpapertray end"
  197. *InputSlot Cassette3/Tray 3: "systemdict begin 2 setpapertray end"
  198. *CloseUI: *InputSlot
  199. *%RequiresPageRegion All: True
  200. *% Font Information =====================
  201. *DefaultFont: Courier
  202. *Font AvantGarde-Book: Standard "(001.000)"
  203. *Font AvantGarde-BookOblique: Standard "(001.000)"
  204. *Font AvantGarde-Demi: Standard "(001.000)"
  205. *Font AvantGarde-DemiOblique: Standard "(001.000)"
  206. *Font Bookman-Demi: Standard "(001.000)"
  207. *Font Bookman-DemiItalic: Standard "(001.000)"
  208. *Font Bookman-Light: Standard "(001.000)"
  209. *Font Bookman-LightItalic: Standard "(001.000)"
  210. *Font Courier: Standard "(001.000)"
  211. *Font Courier-Bold: Standard "(001.000)"
  212. *Font Courier-BoldOblique: Standard "(001.000)"
  213. *Font Courier-Oblique: Standard "(001.000)"
  214. *Font Helvetica: Standard "(001.000)"
  215. *Font Helvetica-Bold: Standard "(001.000)"
  216. *Font Helvetica-BoldOblique: Standard "(001.000)"
  217. *Font Helvetica-Narrow: Standard "(001.001)"
  218. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  219. *Font Helvetica-Narrow-BoldObl: Standard "(001.002)"
  220. *Font Helvetica-Narrow-Oblique: Standard "(001.001)"
  221. *Font Helvetica-Oblique: Standard "(001.000)"
  222. *Font NewCenturySchlbk-Bold: Standard "(001.000)"
  223. *Font NewCenturySchlbk-BoldItalic: Standard "(001.000)"
  224. *Font NewCenturySchlbk-Italic: Standard "(001.000)"
  225. *Font NewCenturySchlbk-Roman: Standard "(001.000)"
  226. *Font Palatino-Bold: Standard "(001.000)"
  227. *Font Palatino-BoldItalic: Standard "(001.000)"
  228. *Font Palatino-Italic: Standard "(001.000)"
  229. *Font Palatino-Roman: Standard "(001.000)"
  230. *Font Symbol: Special "(001.000)"
  231. *Font Times-Bold: Standard "(001.000)"
  232. *Font Times-BoldItalic: Standard "(001.000)"
  233. *Font Times-Italic: Standard "(001.000)"
  234. *Font Times-Roman: Standard "(001.000)"
  235. *Font ZapfChancery-MediumItalic: Standard "(001.000)"
  236. *Font ZapfDingbats: Special "(001.000)"
  237. *?FontQuery: "save
  238. /str 100 string dup 0 (fonts/) putinterval def
  239. {
  240. count 1 gt
  241. {
  242. exch dup str 6 94 getinterval cvs
  243. (/) print print (:) print
  244. FontDirectory exch known
  245. {(Yes)}{(No)} ifelse =
  246. }
  247. {exit} ifelse
  248. }bind loop
  249. (*) = flush
  250. restore"
  251. *End
  252. *?FontList: "save
  253. FontDirectory { pop == } bind forall flush
  254. (*) = flush
  255. restore"
  256. *End
  257. *% Color Separation Information =====================
  258. *DefaultColorSep: ProcessBlack.60lpi.600dpi/60 lpi / 600 dpi
  259. *InkName: ProcessBlack/Process Black
  260. *InkName: CustomColor/Custom Color
  261. *InkName: ProcessCyan/Process Cyan
  262. *InkName: ProcessMagenta/Process Magenta
  263. *InkName: ProcessYellow/Process Yellow
  264. *ColorSepScreenAngle ProcessBlack.60lpi.600dpi/60 lpi / 600 dpi: "45"
  265. *ColorSepScreenAngle CustomColor.60lpi.600dpi/60 lpi / 600 dpi: "45"
  266. *ColorSepScreenAngle ProcessCyan.60lpi.600dpi/60 lpi / 600 dpi: "15"
  267. *ColorSepScreenAngle ProcessMagenta.60lpi.600dpi/60 lpi / 600 dpi: "75"
  268. *ColorSepScreenAngle ProcessYellow.60lpi.600dpi/60 lpi / 600 dpi: "0"
  269. *ColorSepScreenFreq ProcessBlack.60lpi.600dpi/60 lpi / 600 dpi: "60"
  270. *ColorSepScreenFreq CustomColor.60lpi.600dpi/60 lpi / 600 dpi: "60"
  271. *ColorSepScreenFreq ProcessCyan.60lpi.600dpi/60 lpi / 600 dpi: "60"
  272. *ColorSepScreenFreq ProcessMagenta.60lpi.600dpi/60 lpi / 600 dpi: "60"
  273. *ColorSepScreenFreq ProcessYellow.60lpi.600dpi/60 lpi / 600 dpi: "60"
  274. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  275. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  276. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  277. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  278. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  279. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  280. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  281. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  282. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  283. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  284. *% Finishing options ===============================
  285. *OpenUI *Duplex: PickOne
  286. *OrderDependency: 50 AnySetup *Duplex
  287. *DefaultDuplex: None
  288. *Duplex DuplexTumble: "
  289. statusdict begin
  290. {true settumble true setduplexmode}
  291. stopped pop end"
  292. *End
  293. *Duplex DuplexNoTumble: "
  294. statusdict begin
  295. {false settumble true setduplexmode}
  296. stopped pop end"
  297. *End
  298. *Duplex None: "
  299. statusdict begin
  300. {false setduplexmode}
  301. stopped pop end"
  302. *End
  303. *?Duplex: "save
  304. statusdict /duplexmode get exec
  305. {tumble{(DuplexTumble)}{(DuplexNoTumble)}ifelse}
  306. {(None)}ifelse = flush restore"
  307. *End
  308. *CloseUI: *Duplex
  309. *% Printer Messages Information =====================
  310. *%Status (format: %%[ status: <one of these> ]%% )
  311. *Status: "idle"
  312. *Status: "Call Service"
  313. *Status: "Command Error"
  314. *Status: "Stat Parity Err"
  315. *Status: "Status Timeout"
  316. *Status: "WAIT A MOMENT"
  317. *Status: "*Please Wait*"
  318. *Status: "Error Recover"
  319. *Status: "Wait Timeout"
  320. *Status: "VSYNC Timeout"
  321. *Status: "Main Motor Error"
  322. *Status: "Optics Error"
  323. *Status: "Fixer Unit Error"
  324. *Status: "Plot EEPROM Err"
  325. *Status: "Toner Sensor Err"
  326. *Status: "Op Mode Set Err"
  327. *Status: "No Toner Dis Box"
  328. *Status: "Proc Unit Change"
  329. *Status: "No Process Unit"
  330. *Status: "Trap5 Cmd Error"
  331. *Status: "Inner Jam"
  332. *Status: "Lower Cass Jam"
  333. *Status: "MP Feeder Jam"
  334. *Status: "Proc Un. Warning"
  335. *Status: "Add Toner"
  336. *Status: "Cover Open"
  337. *Status: "Insert Paper"
  338. *Status: "Upper or Lower"
  339. *% Input Sources (format: %%[status: <stat>; source: <one of these> ]%%)
  340. *Source: Parallel
  341. *% Printer Messages (verbatim from printer):
  342. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  343. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  344. *Message: "\FontName\ not found, using Courier"
  345. *% end of PPD file