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.

399 lines
14 KiB

  1. *PPD-Adobe: "4.1"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1993 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.1"
  10. *FileVersion: "2.2"
  11. *PCFileName: "CN_500_1.PPD"
  12. *LanguageVersion: English
  13. *Product: "(Canon PS-IPU Color Laser Copier)"
  14. *PSVersion: "(52.3) 0"
  15. *ModelName: "Canon PS-IPU Color Laser Copier"
  16. *ShortNickName: "Canon PS-IPU Color Laser Copier"
  17. *NickName: "Canon PS-IPU Color Laser Copier v52.3"
  18. *% General Information and Defaults ===============
  19. *FreeVM: "1438764"
  20. *LanguageLevel: "1"
  21. *Extensions: FileSystem CMYK
  22. *ColorDevice: True
  23. *DefaultColorSpace: CMYK
  24. *VariablePaperSize: False
  25. *FileSystem: True
  26. *?FileSystem: "
  27. save
  28. statusdict begin /diskonline end {(True)}{(False)} ifelse = flush
  29. restore
  30. "
  31. *End
  32. *Throughput: "10"
  33. *Password: "0"
  34. *ExitServer: "
  35. count 0 eq { % is the password on the stack?
  36. true
  37. }{
  38. dup % potential password
  39. statusdict begin checkpassword not end
  40. } ifelse
  41. { % if no password or not valid
  42. (WARNING : Cannot perform the exitserver command.) =
  43. (Password supplied is not valid.) =
  44. (Please contact the author of this software.) = flush
  45. quit
  46. } if
  47. serverdict /exitserver get exec
  48. "
  49. *End
  50. *Reset: "
  51. count 0 eq
  52. { true } % is the password on the stack?
  53. { dup % potential password
  54. statusdict begin checkpassword end not
  55. } ifelse
  56. { (WARNING : Cannot reset printer.) = % if no password or not valid
  57. (Password supplied is not valid.) =
  58. (Please contact the author of this software.) =
  59. flush
  60. quit
  61. } if
  62. serverdict /exitserver get exec
  63. systemdict /quit get exec
  64. (WARNING : Printer Reset Failed.) =
  65. flush
  66. "
  67. *End
  68. *DefaultResolution: 400dpi
  69. *?Resolution: "
  70. save
  71. initgraphics
  72. 0 0 moveto currentpoint matrix defaultmatrix transform
  73. 0 72 lineto currentpoint matrix defaultmatrix transform
  74. 3 -1 roll sub dup mul
  75. 3 1 roll exch sub dup mul
  76. add sqrt round cvi
  77. ( ) cvs print (dpi) = flush
  78. restore
  79. "
  80. *End
  81. *% Halftone Information ===============
  82. *ScreenFreq: "94.0"
  83. *ScreenAngle: "45.0"
  84. *DefaultScreenProc: Dot
  85. *ScreenProc Dot: "{1.76 1.4 $printerdict /dfltspotfunc get exec }"
  86. *ScreenProc Line: "{ pop }"
  87. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  88. *DefaultTransfer: Null
  89. *Transfer Null: "{ }"
  90. *Transfer Null.Inverse: "{ 1 exch sub }"
  91. *% Paper Handling ===================
  92. *% Use these entries to set paper size most of the time, unless there is
  93. *% specific reason to use PageRegion.
  94. *OpenUI *PageSize: PickOne
  95. *OrderDependency: 30 AnySetup *PageSize
  96. *DefaultPageSize: Letter
  97. *PageSize Letter: "statusdict begin lettertray end"
  98. *PageSize Legal: "statusdict begin legaltray end"
  99. *PageSize Tabloid: "statusdict begin 11x17tray end"
  100. *PageSize A3: "statusdict begin a3tray end"
  101. *PageSize A4: "statusdict begin a4tray end"
  102. *PageSize B4: "statusdict begin b4tray end"
  103. *PageSize B5: "statusdict begin b5tray end"
  104. *?PageSize: "
  105. save
  106. 7 dict
  107. dup /letter (Letter) put
  108. dup /legal (Legal) put
  109. dup /11x17 (Tabloid) put
  110. dup /a3 (A3) put
  111. dup /a4 (A4) put
  112. dup /b4 (B4) put
  113. dup /b5 (B5) put
  114. statusdict begin papersize end
  115. 3 1 roll {get} stopped {(Unknown)}if
  116. exch not { print (.Transverse) }if
  117. = flush
  118. restore
  119. "
  120. *End
  121. *CloseUI: *PageSize
  122. *% These entries will set up the frame buffer. Usually used with manual feed.
  123. *OpenUI *PageRegion: PickOne
  124. *OrderDependency: 40 AnySetup *PageRegion
  125. *DefaultPageRegion: Letter
  126. *PageRegion Letter: "letter"
  127. *PageRegion Legal: "legal"
  128. *PageRegion Tabloid: "11x17"
  129. *PageRegion A3: "a3"
  130. *PageRegion A4: "a4"
  131. *PageRegion B4: "b4"
  132. *PageRegion B5: "b5"
  133. *CloseUI: *PageRegion
  134. *DefaultImageableArea: Letter
  135. *ImageableArea Letter: "12 15 588 780 "
  136. *ImageableArea Legal: "12 12 598 984 "
  137. *ImageableArea Tabloid: "12 12 777 1200 "
  138. *ImageableArea A3: "12 12 829 1166 "
  139. *ImageableArea A4: "12 12 571 829 "
  140. *ImageableArea B4: "12 12 714 1006 "
  141. *ImageableArea B5: "12 12 500 704 "
  142. *?ImageableArea: "
  143. save
  144. /cvp {( ) cvs print ( ) print } bind def
  145. /upperright {10000 mul floor 10000 div} bind def
  146. /lowerleft {10000 mul ceiling 10000 div} bind def
  147. newpath clippath pathbbox
  148. 4 -2 roll exch 2 {lowerleft cvp} repeat
  149. exch 2 {upperright cvp} repeat flush
  150. restore
  151. "
  152. *End
  153. *% These provide the physical dimensions of the paper (by keyword)
  154. *DefaultPaperDimension: Letter
  155. *PaperDimension Letter: "612 792"
  156. *PaperDimension Legal: "612 1008"
  157. *PaperDimension Tabloid: "792 1224"
  158. *PaperDimension A3: "842 1191"
  159. *PaperDimension A4: "595 842"
  160. *PaperDimension B4: "729 1032"
  161. *PaperDimension B5: "516 729"
  162. *RequiresPageRegion All: True
  163. *OpenUI *InputSlot: PickOne
  164. *OrderDependency: 20 AnySetup *InputSlot
  165. *DefaultInputSlot: Upper
  166. *InputSlot Upper: "1 statusdict begin setpapertray end"
  167. *InputSlot Lower: "2 statusdict begin setpapertray end"
  168. *?InputSlot: "
  169. save
  170. [ (Unknown) (Upper) (Lower) ] statusdict begin papertray end
  171. {get exec} stopped { pop pop (Unknown)} if = flush
  172. restore
  173. "
  174. *End
  175. *CloseUI: *InputSlot
  176. *OpenUI *ManualFeed: Boolean
  177. *OrderDependency: 20 AnySetup *ManualFeed
  178. *DefaultManualFeed: False
  179. *ManualFeed True: "statusdict /manualfeed true put"
  180. *ManualFeed False: "statusdict /manualfeed false put"
  181. *?ManualFeed: "
  182. save
  183. statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  184. restore
  185. "
  186. *End
  187. *CloseUI: *ManualFeed
  188. *DefaultOutputOrder: Reverse
  189. *% Font Information =====================
  190. *DefaultFont: Courier
  191. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  192. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  193. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  194. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  195. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  196. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  197. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  198. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  199. *Font Courier: Standard "(002.002)" Standard ROM
  200. *Font Courier-Bold: Standard "(002.002)" Standard ROM
  201. *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM
  202. *Font Courier-Oblique: Standard "(002.002)" Standard ROM
  203. *Font Helvetica: Standard "(001.006)" Standard ROM
  204. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  205. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  206. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  207. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  208. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  209. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  210. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  211. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  212. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  213. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  214. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  215. *Font NewCenturySchlbk-Bold: Standard "(001.008)" Standard ROM
  216. *Font NewCenturySchlbk-BoldItalic: Standard "(001.006)" Standard ROM
  217. *Font NewCenturySchlbk-Italic: Standard "(001.005)" Standard ROM
  218. *Font NewCenturySchlbk-Roman: Standard "(001.006)" Standard ROM
  219. *Font Palatino-Bold: Standard "(001.005)" Standard ROM
  220. *Font Palatino-BoldItalic: Standard "(001.005)" Standard ROM
  221. *Font Palatino-Italic: Standard "(001.005)" Standard ROM
  222. *Font Palatino-Roman: Standard "(001.005)" Standard ROM
  223. *Font Symbol: Special "(001.003)" Special ROM
  224. *Font Times-Bold: Standard "(001.007)" Standard ROM
  225. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  226. *Font Times-Italic: Standard "(001.007)" Standard ROM
  227. *Font Times-Roman: Standard "(001.007)" Standard ROM
  228. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  229. *Font ZapfDingbats: Special "(001.002)" Special ROM
  230. *?FontQuery: "
  231. save
  232. /str 100 string dup 0 (fonts/) putinterval def
  233. {
  234. count 1 gt
  235. {
  236. exch dup str 6 94 getinterval cvs
  237. (/) print dup print (:) print exch
  238. FontDirectory exch known
  239. { pop (Yes) }
  240. {
  241. length 6 add str 0 3 -1 roll getinterval
  242. mark exch status
  243. {cleartomark (Yes)}{cleartomark (No)} ifelse
  244. } ifelse =
  245. }
  246. {exit} ifelse
  247. }bind loop
  248. (*) = flush
  249. restore
  250. "
  251. *End
  252. *?FontList: "
  253. save
  254. FontDirectory { pop == } bind forall flush
  255. /filenameforall where
  256. {
  257. pop (fonts/*)
  258. { dup length 6 sub 6 exch getinterval cvn == } bind
  259. 128 string filenameforall flush
  260. } if
  261. (*) = flush
  262. restore
  263. "
  264. *End
  265. *% Printer Messages (verbatim from printer):
  266. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  267. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  268. *Message: "\FontName\ not found, using Courier"
  269. *% Status (format: %%[ status: <one of these> ]%% )
  270. *Status: "idle"
  271. *Status: "busy"
  272. *Status: "waiting"
  273. *Status: "printing"
  274. *Status: "warming up"
  275. *Status: "processing first job"
  276. *Status: "printing test page"
  277. *Status: "initializing"
  278. *Status: "PrinterError: request manual feed of a3 paper"
  279. *Status: "PrinterError: request manual feed of a4 paper"
  280. *Status: "PrinterError: request manual feed of a4_R paper"
  281. *Status: "PrinterError: request manual feed of b4 paper"
  282. *Status: "PrinterError: request manual feed of b5 paper"
  283. *Status: "PrinterError: request manual feed of 11x17 paper"
  284. *Status: "PrinterError: request manual feed of letter paper"
  285. *Status: "PrinterError: request manual feed of letter_R paper"
  286. *Status: "PrinterError: request manual feed of legal paper"
  287. *Status: "PrinterError: no paper tray"
  288. *Status: "PrinterError: door open"
  289. *Status: "PrinterError: no paper"
  290. *Status: "PrinterError: manual feed timeout"
  291. *Status: "PrinterError: set cassette feed"
  292. *Status: "PrinterError: printer door open"
  293. *Status: "PrinterError: paper jam"
  294. *Status: "PrinterError: paper jam occurred"
  295. *Status: "PrinterError: low toner"
  296. *Status: "PrinterError: service call"
  297. *Status: "PrinterError: waste toner full"
  298. *Status: "PrinterError: no fixing assembly oil"
  299. *Status: "PrinterError: no toner"
  300. *Status: "PrinterError: no management key"
  301. *Status: "PrinterError: CLC is doing local processing"
  302. *Status: "PrinterError: CLC power off"
  303. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  304. *Source: "serial25"
  305. *Source: "AppleTalk"
  306. *Source: "Centronics"
  307. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  308. *PrinterError: "request manual feed of a3 paper"
  309. *PrinterError: "request manual feed of a4 paper"
  310. *PrinterError: "request manual feed of a4_R paper"
  311. *PrinterError: "request manual feed of b4 paper"
  312. *PrinterError: "request manual feed of b5 paper"
  313. *PrinterError: "request manual feed of 11x17 paper"
  314. *PrinterError: "request manual feed of letter paper"
  315. *PrinterError: "request manual feed of letter_R paper"
  316. *PrinterError: "request manual feed of legal paper"
  317. *PrinterError: "no paper tray"
  318. *PrinterError: "door open"
  319. *PrinterError: "paper jam occurred"
  320. *PrinterError: "low toner"
  321. *PrinterError: "service call"
  322. *PrinterError: "no paper"
  323. *PrinterError: "manual feed timeout"
  324. *PrinterError: "set cassette feed"
  325. *PrinterError: "printer door open"
  326. *PrinterError: "paper jam"
  327. *PrinterError: "waste toner full"
  328. *PrinterError: "no fixing assembly oil"
  329. *PrinterError: "no toner"
  330. *PrinterError: "no management key"
  331. *PrinterError: "service call"
  332. *PrinterError: "CLC is doing local processing"
  333. *PrinterError: "CLC power off"
  334. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  335. *% Color Separation Information =====================
  336. *DefaultColorSep: ProcessBlack.71lpi.400dpi/71 lpi / 400 dpi
  337. *InkName: ProcessBlack/Process Black
  338. *InkName: CustomColor/Custom Color
  339. *InkName: ProcessCyan/Process Cyan
  340. *InkName: ProcessMagenta/Process Magenta
  341. *InkName: ProcessYellow/Process Yellow
  342. *% For 71 lpi / 400 dpi ===============================
  343. *ColorSepScreenAngle ProcessBlack.71lpi.400dpi/71 lpi / 400 dpi: "45.0"
  344. *ColorSepScreenAngle CustomColor.71lpi.400dpi/71 lpi / 400 dpi: "45.0"
  345. *ColorSepScreenAngle ProcessCyan.71lpi.400dpi/71 lpi / 400 dpi: "71.5651"
  346. *ColorSepScreenAngle ProcessMagenta.71lpi.400dpi/71 lpi / 400 dpi: "18.4349"
  347. *ColorSepScreenAngle ProcessYellow.71lpi.400dpi/71 lpi / 400 dpi: "0.0"
  348. *ColorSepScreenFreq ProcessBlack.71lpi.400dpi/71 lpi / 400 dpi: "70.7107"
  349. *ColorSepScreenFreq CustomColor.71lpi.400dpi/71 lpi / 400 dpi: "70.7107"
  350. *ColorSepScreenFreq ProcessCyan.71lpi.400dpi/71 lpi / 400 dpi: "63.2456"
  351. *ColorSepScreenFreq ProcessMagenta.71lpi.400dpi/71 lpi / 400 dpi: "63.2456"
  352. *ColorSepScreenFreq ProcessYellow.71lpi.400dpi/71 lpi / 400 dpi: "66.6667"
  353. *% For 47 lpi / 400 dpi ===============================
  354. *ColorSepScreenAngle ProcessBlack.47lpi.400dpi/47 lpi / 400 dpi: "45.0"
  355. *ColorSepScreenAngle CustomColor.47lpi.400dpi/47 lpi / 400 dpi: "45.0"
  356. *ColorSepScreenAngle ProcessCyan.47lpi.400dpi/47 lpi / 400 dpi: "71.5651"
  357. *ColorSepScreenAngle ProcessMagenta.47lpi.400dpi/47 lpi / 400 dpi: "18.4349"
  358. *ColorSepScreenAngle ProcessYellow.47lpi.400dpi/47 lpi / 400 dpi: "0.0"
  359. *ColorSepScreenFreq ProcessBlack.47lpi.400dpi/47 lpi / 400 dpi: "47.1405"
  360. *ColorSepScreenFreq CustomColor.47lpi.400dpi/47 lpi / 400 dpi: "47.1405"
  361. *ColorSepScreenFreq ProcessCyan.47lpi.400dpi/47 lpi / 400 dpi: "42.1637"
  362. *ColorSepScreenFreq ProcessMagenta.47lpi.400dpi/47 lpi / 400 dpi: "42.1637"
  363. *ColorSepScreenFreq ProcessYellow.47lpi.400dpi/47 lpi / 400 dpi: "44.4444"
  364. *% For "Canon PS-IPU Color Laser Copier" version 52.3
  365. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  366. *% Converted to meet 4.0 specification
  367. *% Last Edit Date: Jun 1 1993
  368. *% The byte count of this file should be exactly 013809 or 014208
  369. *% depending on the filesystem it resides in.
  370. *% end of PPD file for Canon PS-IPU Color Laser Copier