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
13 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.3"
  11. *PCFileName: "CNLBP8T1.PPD"
  12. *LanguageVersion: English
  13. *Product: "(LBP-8IIIT-PS)"
  14. *PSVersion: "(51.4) 0"
  15. *ModelName: "Canon LBP-8IIIT PS-1"
  16. *NickName: "Canon LBP-8IIIT PS-1 v51.4"
  17. *% General Information and Defaults ===============
  18. *FreeVM: "128540"
  19. *LanguageLevel: "1"
  20. *Extensions: FileSystem
  21. *ColorDevice: False
  22. *DefaultColorSpace: Gray
  23. *VariablePaperSize: False
  24. *FileSystem: True
  25. *?FileSystem: "
  26. save
  27. begin diskonline end {(True)}{(False)} ifelse = flush
  28. restore
  29. "
  30. *End
  31. *Throughput: "8"
  32. *Password: "0"
  33. *ExitServer: "
  34. count 0 eq { % is the password on the stack?
  35. true
  36. }{
  37. dup % potential password
  38. statusdict begin checkpassword end not
  39. } ifelse
  40. { % if no password or not valid
  41. (WARNING : Cannot perform the exitserver command.) =
  42. (Password supplied is not valid.) =
  43. (Please contact the author of this software.) = flush
  44. quit
  45. } if
  46. serverdict /exitserver get exec
  47. "
  48. *End
  49. *Reset: "
  50. count 0 eq { % is the password on the stack?
  51. true
  52. }{
  53. dup % potential password
  54. statusdict begin checkpassword end not
  55. } ifelse
  56. { % if no password or not valid
  57. (WARNING : Cannot reset printer.) =
  58. (Password supplied is not valid.) =
  59. (Please contact the author of this software.) = flush
  60. quit
  61. } if
  62. serverdict /exitserver get exec
  63. systemdict /quit get exec
  64. (WARNING : Printer Reset Failed.) = flush
  65. "
  66. *End
  67. *DefaultResolution: 300dpi
  68. *?Resolution: "
  69. save
  70. initgraphics
  71. 0 0 moveto currentpoint matrix defaultmatrix transform
  72. 0 72 lineto currentpoint matrix defaultmatrix transform
  73. 3 -1 roll sub dup mul
  74. 3 1 roll exch sub dup mul
  75. add sqrt round cvi
  76. ( ) cvs print (dpi) = flush
  77. restore
  78. "
  79. *End
  80. *% Halftone Information ===============
  81. *ScreenFreq: "60.0"
  82. *ScreenAngle: "45.0"
  83. *DefaultScreenProc: Dot
  84. *ScreenProc Dot: "
  85. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  86. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  87. "
  88. *End
  89. *ScreenProc Line: "{ pop }"
  90. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  91. *DefaultTransfer: Null
  92. *Transfer Null: "{ }"
  93. *Transfer Null.Inverse: "{ 1 exch sub }"
  94. *% Paper Handling ===================
  95. *% Use these entries to set paper size most of the time, unless there is
  96. *% specific reason to use PageRegion.
  97. *OpenUI *PageSize: PickOne
  98. *OrderDependency: 30 AnySetup *PageSize
  99. *DefaultPageSize: Letter
  100. *PageSize Letter: "statusdict begin lettertray end"
  101. *PageSize Legal: "statusdict begin legaltray end"
  102. *PageSize A4: "statusdict begin a4tray end"
  103. *PageSize Executive: "statusdict begin executivetray end"
  104. *PageSize LetterSmall: "statusdict begin lettertray end lettersmall"
  105. *PageSize LegalSmall: "statusdict begin legaltray end legalsmall"
  106. *PageSize A4Small: "statusdict begin a4tray end a4small"
  107. *?PageSize: "
  108. save
  109. 7 dict
  110. dup /letter (Letter) put
  111. dup /lettersmall (LetterSmall) put
  112. dup /legal (Legal) put
  113. dup /legalsmall (LegalSmall) put
  114. dup /a4 (A4) put
  115. dup /a4small (A4Small) put
  116. dup /executivepage (Executive) put
  117. statusdict begin papersize end
  118. 3 1 roll {get} stopped {(Unknown)}if
  119. exch not { print (.Transverse) }if
  120. = flush
  121. restore
  122. "
  123. *End
  124. *CloseUI: *PageSize
  125. *% These entries will set up the frame buffer.
  126. *% Usually used with manual feed or envelope.
  127. *OpenUI *PageRegion: PickOne
  128. *OrderDependency: 40 AnySetup *PageRegion
  129. *DefaultPageRegion: Letter
  130. *PageRegion Letter: "letter"
  131. *PageRegion Legal: "legal"
  132. *PageRegion A4: "a4"
  133. *PageRegion Executive: "executivepage"
  134. *PageRegion LetterSmall: "lettersmall"
  135. *PageRegion LegalSmall: "legalsmall"
  136. *PageRegion A4Small: "a4small"
  137. *CloseUI: *PageRegion
  138. *% The following entries provide information about specific paper keywords.
  139. *DefaultImageableArea: Letter
  140. *ImageableArea Letter: "15 8 597 784 "
  141. *ImageableArea Legal: "15 8 597 1000 "
  142. *ImageableArea A4: "13 10 577 832 "
  143. *ImageableArea Executive: "11 9 509 749 "
  144. *ImageableArea LetterSmall: "31 31 583 761 "
  145. *ImageableArea LegalSmall: "63 43 546 966 "
  146. *ImageableArea A4Small: "27 31 567 811 "
  147. *?ImageableArea: "
  148. save
  149. /cvp {( ) cvs print ( ) print } bind def
  150. /upperright {10000 mul floor 10000 div} bind def
  151. /lowerleft {10000 mul ceiling 10000 div} bind def
  152. newpath clippath pathbbox
  153. 4 -2 roll exch 2 {lowerleft cvp} repeat
  154. exch 2 {upperright cvp} repeat flush
  155. restore
  156. "
  157. *End
  158. *% These provide the physical dimensions of the paper (by keyword)
  159. *DefaultPaperDimension: Letter
  160. *PaperDimension Letter: "612 792"
  161. *PaperDimension Legal: "612 1008"
  162. *PaperDimension A4: "595 842"
  163. *PaperDimension Executive: "522 756"
  164. *PaperDimension LetterSmall: "612 792"
  165. *PaperDimension LegalSmall: "612 1008"
  166. *PaperDimension A4Small: "595 842"
  167. *RequiresPageRegion All: True
  168. *OpenUI *InputSlot: PickOne
  169. *OrderDependency: 20 AnySetup *InputSlot
  170. *DefaultInputSlot: Upper
  171. *InputSlot Lower: "1 statusdict begin setpapertray end"
  172. *InputSlot Upper: "2 statusdict begin setpapertray end"
  173. *InputSlot Envelope: "3 statusdict begin setpapertray end"
  174. *?InputSlot: "
  175. save
  176. [ (Unknown) (Lower) (Upper) (Envelope) ] statusdict begin papertray end
  177. {get} stopped { pop pop (Unknown) } if = flush
  178. restore
  179. "
  180. *End
  181. *CloseUI: *InputSlot
  182. *OpenUI *ManualFeed: Boolean
  183. *OrderDependency: 20 AnySetup *ManualFeed
  184. *DefaultManualFeed: False
  185. *ManualFeed True: "statusdict /manualfeed true put"
  186. *ManualFeed False: "statusdict /manualfeed false put"
  187. *?ManualFeed: "
  188. save
  189. statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  190. restore"
  191. *End
  192. *CloseUI: *ManualFeed
  193. *DefaultOutputOrder: Normal
  194. *% Font Information =====================
  195. *DefaultFont: Courier
  196. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  197. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  198. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  199. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  200. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  201. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  202. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  203. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  204. *Font Courier: Standard "(002.002)" Standard ROM
  205. *Font Courier-Bold: Standard "(002.002)" Standard ROM
  206. *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM
  207. *Font Courier-Oblique: Standard "(002.002)" Standard ROM
  208. *Font Helvetica: Standard "(001.002)" Standard ROM
  209. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  210. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  211. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  212. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  213. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  214. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  215. *Font Helvetica-Narrow: Standard "(001.002)" Standard ROM
  216. *Font Helvetica-Narrow-Bold: Standard "(001.002)" Standard ROM
  217. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)" Standard ROM
  218. *Font Helvetica-Narrow-Oblique: Standard "(001.002)" Standard ROM
  219. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  220. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  221. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  222. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  223. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  224. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  225. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  226. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  227. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  228. *Font Symbol: Special "(001.003)" Special ROM
  229. *Font Times-Bold: Standard "(001.002)" Standard ROM
  230. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  231. *Font Times-Italic: Standard "(001.002)" Standard ROM
  232. *Font Times-Roman: Standard "(001.002)" Standard ROM
  233. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  234. *Font ZapfDingbats: Special "(001.002)" Special ROM
  235. *?FontQuery: "
  236. 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 dup print (:) print exch
  243. FontDirectory exch known
  244. { pop (Yes) }
  245. {
  246. length 6 add str 0 3 -1 roll getinterval
  247. mark exch status
  248. {cleartomark (Yes)}{cleartomark (No)} ifelse
  249. } ifelse =
  250. }
  251. {exit} ifelse
  252. }bind loop
  253. (*) = flush
  254. restore
  255. "
  256. *End
  257. *?FontList: "
  258. save
  259. FontDirectory { pop == } bind forall flush
  260. /filenameforall where
  261. {
  262. pop (fonts/*)
  263. { dup length 6 sub 6 exch getinterval cvn == } bind
  264. 128 string filenameforall flush
  265. } if
  266. (*) = flush
  267. restore
  268. "
  269. *End
  270. *% Printer Messages (verbatim from printer):
  271. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  272. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  273. *Message: "\FontName\ not found, using Courier"
  274. *% Status (format: %%[ status: <one of these> ]%% )
  275. *Status: "idle"
  276. *Status: "busy"
  277. *Status: "waiting"
  278. *Status: "printing"
  279. *Status: "warming up"
  280. *Status: "initializing"
  281. *Status: "printing test page"
  282. *Status: "U<3c>-<3e>L feed"
  283. *Status: "resetting printer"
  284. *Status: "envelope cassette incorrect"
  285. *Status: "printing engine test"
  286. *Status: "manual feed timeout"
  287. *Status: "PrinterError: no paper tray"
  288. *Status: "PrinterError: out of paper"
  289. *Status: "PrinterError: cover open"
  290. *Status: "PrinterError: paper entry misfeed"
  291. *Status: "PrinterError: paper exit misfeed"
  292. *Status: "PrinterError: no toner cartridge"
  293. *Status: "PrinterError: paper path 1"
  294. *Status: "PrinterError: beam detect error"
  295. *Status: "PrinterError: load option tray"
  296. *Status: "PrinterError: request manual feed of A4 paper"
  297. *Status: "PrinterError: request manual feed of letter paper"
  298. *Status: "PrinterError: request manual feed of legal paper"
  299. *Status: "PrinterError: request manual feed of executive paper"
  300. *Status: "PrinterError: service call"
  301. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  302. *Source: "serial25"
  303. *Source: "Centronics"
  304. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  305. *PrinterError: "no paper tray"
  306. *PrinterError: "out of paper"
  307. *PrinterError: "cover open"
  308. *PrinterError: "paper entry misfeed"
  309. *PrinterError: "paper exit misfeed"
  310. *PrinterError: "no toner cartridge"
  311. *PrinterError: "paper path 1"
  312. *PrinterError: "beam detect error"
  313. *PrinterError: "load option tray"
  314. *PrinterError: "request manual feed of A4 paper"
  315. *PrinterError: "request manual feed of letter paper"
  316. *PrinterError: "request manual feed of legal paper"
  317. *PrinterError: "request manual feed of executive paper"
  318. *PrinterError: "service call"
  319. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  320. *% Color Separation Information =====================
  321. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  322. *InkName: ProcessBlack/Process Black
  323. *InkName: CustomColor/Custom Color
  324. *InkName: ProcessCyan/Process Cyan
  325. *InkName: ProcessMagenta/Process Magenta
  326. *InkName: ProcessYellow/Process Yellow
  327. *% For 60 lpi / 300 dpi ===============================
  328. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  329. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  330. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  331. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  332. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  333. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  334. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  335. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  336. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  337. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  338. *% For 53 lpi / 300 dpi ===============================
  339. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  340. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  341. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  342. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  343. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  344. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  345. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  346. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  347. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  348. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  349. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  350. *% Converted to meet 4.0 specification
  351. *% Last Edit Date: Sep 15 1992
  352. *% The byte count of this file should be exactly 013061 or 013444
  353. *% depending on the filesystem it resides in.
  354. *% end of PPD file for LBP-8IIIT-PS