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.

420 lines
15 KiB

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated.
  4. *% All Rights Reserved.
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "2.2"
  11. *PCFileName: "UNI17521.PPD"
  12. *LanguageVersion: English
  13. *Product: "(IBM LaserPrinter)"
  14. *PSVersion: "(52.1) 0"
  15. *ModelName: "UNISYS AP9210 17 Fonts"
  16. *NickName: "UNISYS AP9210 17 Fonts v52.1"
  17. *% ==== Options and Constraints =====
  18. *OpenGroup: InstallableOptions/Options Installed
  19. *OpenUI *Option1/Optional Lower Tray: Boolean
  20. *DefaultOption1: False
  21. *Option1 True/Installed: ""
  22. *Option1 False/Not Installed: ""
  23. *CloseUI: *Option1
  24. *OpenUI *Option2/Optional Envelope Feeder: Boolean
  25. *DefaultOption2: False
  26. *Option2 True/Installed: ""
  27. *Option2 False/Not Installed: ""
  28. *CloseUI: *Option2
  29. *OpenUI *Option3/Memory Configuration: PickOne
  30. *DefaultOption3: None
  31. *Option3 None/Minimum 2.5 MB: ""
  32. *Option3 3Meg/Upgrade to 3.5 MB: ""
  33. *Option3 4Meg/Upgrade to 4.5 MB: ""
  34. *CloseUI: *Option3
  35. *CloseGroup: InstallableOptions
  36. *UIConstraints: *Option1 False *InputSlot Lower
  37. *UIConstraints: *Option2 False *InputSlot Envelope
  38. *UIConstraints: *Option3 None *PageSize Legal
  39. *UIConstraints: *Option3 None *PageRegion Legal
  40. *UIConstraints: *Option3 3Meg *PageSize Legal
  41. *UIConstraints: *Option3 3Meg *PageRegion Legal
  42. *% General Information and Defaults ===============
  43. *FreeVM: "179196"
  44. *LanguageLevel: "1"
  45. *ColorDevice: False
  46. *DefaultColorSpace: Gray
  47. *VariablePaperSize: False
  48. *FileSystem: False
  49. *Throughput: "10"
  50. *Password: "0"
  51. *ExitServer: "
  52. count 0 eq % is the password on the stack?
  53. { true }
  54. { dup % potential password
  55. statusdict /checkpassword get exec not
  56. } ifelse
  57. { % if no password or not valid
  58. (WARNING : Cannot perform the exitserver command.) =
  59. (Password supplied is not valid.) =
  60. (Please contact the author of this software.) = flush
  61. quit
  62. } if
  63. serverdict /exitserver get exec
  64. "
  65. *End
  66. *Reset: "
  67. count 0 eq % is the password on the stack?
  68. { true }
  69. { dup % potential password
  70. statusdict /checkpassword get exec not
  71. } ifelse
  72. { % if no password or not valid
  73. (WARNING : Cannot reset printer.) =
  74. (Password supplied is not valid.) =
  75. (Please contact the author of this software.) = flush
  76. quit
  77. } if
  78. serverdict /exitserver get exec
  79. systemdict /quit get exec
  80. (WARNING : Printer Reset Failed.) = flush
  81. "
  82. *End
  83. *DefaultResolution: 300dpi
  84. *?Resolution: "
  85. save
  86. initgraphics
  87. 0 0 moveto currentpoint matrix defaultmatrix transform
  88. 0 72 lineto currentpoint matrix defaultmatrix transform
  89. 3 -1 roll sub dup mul
  90. 3 1 roll exch sub dup mul
  91. add sqrt round cvi
  92. ( ) cvs print (dpi) = flush
  93. restore
  94. "
  95. *End
  96. *% Halftone Information ===============
  97. *ScreenFreq: "60.0"
  98. *ScreenAngle: "45.0"
  99. *DefaultScreenProc: Dot
  100. *ScreenProc Dot: "
  101. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  102. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  103. "
  104. *End
  105. *ScreenProc Line: "{ pop }"
  106. *ScreenProc Ellipse: "
  107. { dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }
  108. "
  109. *End
  110. *DefaultTransfer: Null
  111. *Transfer Null: "{ }"
  112. *Transfer Null.Inverse: "{ 1 exch sub }"
  113. *% Paper Handling ===================
  114. *% Use these entries to set paper size most of the time, unless there is
  115. *% specific reason to use PageRegion.
  116. *OpenUI *PageSize: PickOne
  117. *OrderDependency: 30 AnySetup *PageSize
  118. *DefaultPageSize: Letter
  119. *PageSize Letter: "statusdict /lettertray get exec"
  120. *PageSize Legal: "statusdict /legaltray get exec"
  121. *PageSize Executive: "statusdict /executivetray get exec"
  122. *PageSize A4: "statusdict /a4tray get exec"
  123. *PageSize A5: "statusdict /a5tray get exec"
  124. *PageSize B5: "statusdict /b5tray get exec"
  125. *PageSize Monarch/Monarch Envelope: "statusdict /3.875x7.5envelopetray get exec"
  126. *PageSize Envelope.279.639/C9 Envelope: "statusdict /3.875x8.875envelopetray get exec"
  127. *PageSize Comm10/C10 Envelope: "statusdict /4.125x9.5envelopetray get exec"
  128. *PageSize DL/DL Envelope: "statusdict /110x220envelopetray get exec"
  129. *PageSize C5/C5 Envelope: "statusdict /162x229envelopetray get exec"
  130. *PageSize Envelope.499.709/B5 Envelope: "statusdict /176x250envelopetray get exec"
  131. *?PageSize: "
  132. save
  133. 12 dict
  134. dup /letter (Letter) put
  135. dup /legal (Legal) put
  136. dup /a4 (A4) put
  137. dup /a5 (A5) put
  138. dup /b5 (B5) put
  139. dup /executive (Executive) put
  140. dup /3.875x7.5envelope (Monarch) put
  141. dup /3.875x8.875envelope (Envelope.279.639) put
  142. dup /4.125x9.5envelope (Comm10) put
  143. dup /110x220envelope (DL) put
  144. dup /162x229envelope (C5) put
  145. dup /176x250envelope (Envelope.499.709) put
  146. statusdict /papersize get exec
  147. 3 1 roll {get} stopped {(Unknown)}if
  148. exch not { print (.Transverse) }if
  149. = flush
  150. restore
  151. "
  152. *End
  153. *CloseUI: *PageSize
  154. *% These entries will set up the frame buffer. Usually used with manual feed.
  155. *OpenUI *PageRegion: PickOne
  156. *OrderDependency: 40 AnySetup *PageRegion
  157. *DefaultPageRegion: Letter
  158. *PageRegion Letter: "letter"
  159. *PageRegion Legal: "legal"
  160. *PageRegion A4: "a4"
  161. *PageRegion A5: "a5"
  162. *PageRegion B5: "b5"
  163. *PageRegion Executive: "executivepage"
  164. *PageRegion Monarch/Monarch Envelope: "3.875x7.5envelope"
  165. *PageRegion Envelope.279.639/C9 Envelope: "3.875x8.875envelope"
  166. *PageRegion Comm10/C10 Envelope: "4.125x9.5envelope"
  167. *PageRegion DL/DL Envelope: "110x220envelope"
  168. *PageRegion C5/C5 Envelope: "162x229envelope"
  169. *PageRegion Envelope.499.709/B5 Envelope: "176x250envelope"
  170. *CloseUI: *PageRegion
  171. *% The following entries provide information about specific paper keywords.
  172. *DefaultImageableArea: Letter
  173. *ImageableArea Letter: "18 17 597 776 "
  174. *ImageableArea Legal: "18 18 597 992 "
  175. *ImageableArea A4: "18 19 578 827 "
  176. *ImageableArea A5: "18 13 405 580 "
  177. *ImageableArea B5: "18 18 505 711 "
  178. *ImageableArea Executive: "18 18 505 740"
  179. *ImageableArea Monarch/Monarch Envelope: "18 13 278 527"
  180. *ImageableArea Envelope.279.639/C9 Envelope: "18 14 278 623"
  181. *ImageableArea Comm10/C10 Envelope: "18 15 294 668"
  182. *ImageableArea DL/DL Envelope: "18 14 309 608"
  183. *ImageableArea C5/C5 Envelope: "18 12 455 634"
  184. *ImageableArea Envelope.499.709/B5 Envelope: "18 13 497 693"
  185. *?ImageableArea: "
  186. save
  187. /cvp {( ) cvs print ( ) print } bind def
  188. /upperright {10000 mul floor 10000 div} bind def
  189. /lowerleft {10000 mul ceiling 10000 div} bind def
  190. newpath clippath pathbbox
  191. 4 -2 roll exch 2 {lowerleft cvp} repeat
  192. exch 2 {upperright cvp} repeat flush
  193. restore
  194. "
  195. *End
  196. *% These provide the physical dimensions of the paper (by keyword)
  197. *DefaultPaperDimension: Letter
  198. *PaperDimension Letter: "612 792"
  199. *PaperDimension Legal: "612 1008"
  200. *PaperDimension A4: "595 842"
  201. *PaperDimension A5: "420 595"
  202. *PaperDimension B5: "516 729"
  203. *PaperDimension Executive: "522 756"
  204. *PaperDimension Monarch/Monarch Envelope: "279 540"
  205. *PaperDimension Envelope.279.639/C9 Envelope: "279 639"
  206. *PaperDimension Comm10/C10 Envelope: "297 684"
  207. *PaperDimension DL/DL Envelope: "312 624"
  208. *PaperDimension C5/C5 Envelope: "459 649"
  209. *PaperDimension Envelope.499.709/B5 Envelope: "499 709"
  210. *RequiresPageRegion All: True
  211. *OpenUI *InputSlot: PickOne
  212. *OrderDependency: 20 AnySetup *InputSlot
  213. *DefaultInputSlot: Upper
  214. *InputSlot Upper: "0 statusdict /setpapertray get exec"
  215. *InputSlot Lower: "1 statusdict /setpapertray get exec"
  216. *InputSlot Envelope: "2 statusdict /setpapertray get exec"
  217. *InputSlot Manual: "3 statusdict /setpapertray get exec"
  218. *InputSlot ManualEnvelope: "4 statusdict /setpapertray get exec"
  219. *?InputSlot: "
  220. save
  221. [ (Upper) (Lower) (Envelope) (Manual) (ManualEnvelope) ]
  222. statusdict /papertray get exec
  223. {get exec} stopped { pop pop (Unknown)} if = flush
  224. restore
  225. "
  226. *End
  227. *CloseUI: *InputSlot
  228. *OpenUI *ManualFeed: Boolean
  229. *OrderDependency: 20 AnySetup *ManualFeed
  230. *DefaultManualFeed: False
  231. *ManualFeed True: "statusdict /manualfeed true put"
  232. *ManualFeed False: "statusdict /manualfeed false put"
  233. *?ManualFeed: "
  234. save
  235. statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  236. restore
  237. "
  238. *End
  239. *CloseUI: *ManualFeed
  240. *DefaultOutputOrder: Normal
  241. *% Font Information =====================
  242. *DefaultFont: Courier
  243. *Font Courier: Standard "(001.004)" Standard ROM
  244. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  245. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  246. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  247. *Font Helvetica: Standard "(001.002)" Standard ROM
  248. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  249. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  250. *Font Helvetica-Narrow: Standard "(001.002)" Standard ROM
  251. *Font Helvetica-Narrow-Bold: Standard "(001.002)" Standard ROM
  252. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)" Standard ROM
  253. *Font Helvetica-Narrow-Oblique: Standard "(001.002)" Standard ROM
  254. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  255. *Font Symbol: Special "(001.003)" Special ROM
  256. *Font Times-Bold: Standard "(001.002)" Standard ROM
  257. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  258. *Font Times-Italic: Standard "(001.002)" Standard ROM
  259. *Font Times-Roman: Standard "(001.002)" Standard ROM
  260. *?FontQuery: "
  261. save
  262. /str 100 string dup 0 (fonts/) putinterval def
  263. {
  264. count 1 gt
  265. {
  266. exch dup str 6 94 getinterval cvs
  267. (/) print print (:) print
  268. FontDirectory exch known
  269. {(Yes)}{(No)} ifelse =
  270. }
  271. {exit} ifelse
  272. }bind loop
  273. (*) = flush
  274. restore
  275. "
  276. *End
  277. *?FontList: "
  278. save
  279. FontDirectory { pop == } bind forall flush
  280. (*) = flush
  281. restore
  282. "
  283. *End
  284. *% Printer Messages (verbatim from printer):
  285. *Message: "%% exitserver: permanent state may be changed %%"
  286. *Message: "%% Flushing: rest of job (to end-of-file) will be ignored %%"
  287. *Message: "FontName\ not found, using Courier"
  288. *% Status (format: %% status: <one of these> %% )
  289. *Status: "Printer Busy"
  290. *Status: "Warming Up"
  291. *Status: "PrinterError: Printer Offline"
  292. *Status: "PrinterError: Paper Out or Feed Failure - Tray 1"
  293. *Status: "PrinterError: Paper Out or Feed Failure - Tray 2"
  294. *Status: "PrinterError: Paper Out or Feed Failure - Envelope Feeder"
  295. *Status: "PrinterError: Load Paper Requested"
  296. *Status: "PrinterError: Load Envelope Requested"
  297. *Status: "PrinterError: Invalid Manual Insertion"
  298. *Status: "PrinterError: Wrong Paper Length"
  299. *Status: "PrinterError: Paper Jam"
  300. *Status: "PrinterError: Cover Open/Cartridge Not Installed"
  301. *Status: "PrinterError: Output Bin Full"
  302. *Status: "PrinterError: Default Storage Error"
  303. *Status: "PrinterError: Battery Low - Slot 1"
  304. *Status: "PrinterError: Battery Low - Slot 2"
  305. *Status: "PrinterError: Non-Download Font Card Installed - Slot 1"
  306. *Status: "PrinterError: Non-Download Font Card Installed - Slot 2"
  307. *Status: "PrinterError: Write-Protect Switch in Protect Position - Slot 1"
  308. *Status: "PrinterError: Write-Protect Switch in Protect Position - Slot 2"
  309. *Status: "PrinterError: Defective or Unprogrammed Card Installed - Slot 1"
  310. *Status: "PrinterError: Defective or Unprogrammed Card Installed - Slot 2"
  311. *Status: "PrinterError: Defective Font Card Installed - Slot 1"
  312. *Status: "PrinterError: Defective Font Card Installed - Slot 2"
  313. *Status: "PrinterError: Unsupported Card Installed - Slot 1"
  314. *Status: "PrinterError: Unsupported Card Installed - Slot 2"
  315. *Status: "PrinterError: Printer Busy"
  316. *Status: "PrinterError: Printer Error"
  317. *% Input Sources (format: %% status: <stat>; source: <one of these> %% )
  318. *Source: "serial9"
  319. *Source: "serial25"
  320. *Source: "Centronics"
  321. *% Printer Error (format: %% PrinterError: <one of these> %%)
  322. *PrinterError: "Printer Offline"
  323. *PrinterError: "Paper Out or Feed Failure - Tray 1"
  324. *PrinterError: "Paper Out or Feed Failure - Tray 2"
  325. *PrinterError: "Paper Out or Feed Failure - Envelope Feeder"
  326. *PrinterError: "Load Paper Requested"
  327. *PrinterError: "Load Envelope Requested"
  328. *PrinterError: "Invalid Manual Insertion"
  329. *PrinterError: "Wrong Paper Length"
  330. *PrinterError: "Paper Jam"
  331. *PrinterError: "Cover Open/Cartridge Not Installed"
  332. *PrinterError: "Output Bin Full"
  333. *PrinterError: "Default Storage Error"
  334. *PrinterError: "Battery Low - Slot 1"
  335. *PrinterError: "Battery Low - Slot 2"
  336. *PrinterError: "Non-Download Font Card Installed - Slot 1"
  337. *PrinterError: "Non-Download Font Card Installed - Slot 2"
  338. *PrinterError: "Write-Protect Switch in Protect Position - Slot 1"
  339. *PrinterError: "Write-Protect Switch in Protect Position - Slot 2"
  340. *PrinterError: "Defective or Unprogrammed Card Installed - Slot 1"
  341. *PrinterError: "Defective or Unprogrammed Card Installed - Slot 2"
  342. *PrinterError: "Defective Font Card Installed - Slot 1"
  343. *PrinterError: "Defective Font Card Installed - Slot 2"
  344. *PrinterError: "Unsupported Card Installed - Slot 1"
  345. *PrinterError: "Unsupported Card Installed - Slot 2"
  346. *PrinterError: "Printer Busy"
  347. *PrinterError: "Printer Error"
  348. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  349. *% Color Separation Information =====================
  350. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  351. *InkName: ProcessBlack/Process Black
  352. *InkName: CustomColor/Custom Color
  353. *InkName: ProcessCyan/Process Cyan
  354. *InkName: ProcessMagenta/Process Magenta
  355. *InkName: ProcessYellow/Process Yellow
  356. *% For 60 lpi / 300 dpi ===============================
  357. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  358. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  359. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  360. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  361. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  362. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  363. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  364. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  365. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  366. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  367. *% For 53 lpi / 300 dpi ===============================
  368. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  369. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  370. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  371. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  372. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  373. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  374. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  375. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  376. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  377. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  378. *% For "UNISYS AP9210" version 52.1
  379. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  380. *% Converted to meet 4.0 specification
  381. *% Last Edit Date: Sep 15 1992
  382. *% The byte count of this file should be exactly 014947 or 015367
  383. *% depending on the filesystem it resides in.
  384. *% end of PPD file for UNISYS AP9210 Laser Printer