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.

383 lines
12 KiB

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