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.

308 lines
10 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: "S5232503.PPD"
  12. *LanguageVersion: English
  13. *Product: "(5253 Color PostScript Printer)"
  14. *PSVersion: "(50.3) 0"
  15. *ModelName: "Schlumberger 5232 Color PostScript Printer"
  16. *NickName: "Schlumberger 5232 Color PostScript Printer v50.3"
  17. *% General Information and Defaults ===============
  18. *FreeVM: "4654250"
  19. *LanguageLevel: "1"
  20. *Extensions: FileSystem CMYK
  21. *ColorDevice: True
  22. *DefaultColorSpace: CMYK
  23. *VariablePaperSize: False
  24. *FileSystem: True
  25. *?FileSystem: "
  26. save
  27. statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  28. restore
  29. "
  30. *End
  31. *Throughput: "1"
  32. *Password: "0"
  33. *ExitServer: "
  34. count 0 eq { % is the password on the stack?
  35. true
  36. }{
  37. dup % potential password
  38. statusdict /checkpassword get exec 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 /checkpassword get exec 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: "50.0"
  82. *ScreenAngle: "24.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. *% properly prior to invoking these commands.
  98. *OpenUI *PageSize: PickOne
  99. *OrderDependency: 30 AnySetup *PageSize
  100. *DefaultPageSize: Letter
  101. *PageSize Letter: "statusdict /lettertray get exec"
  102. *PageSize Tabloid: "statusdict /11x17tray get exec"
  103. *PageSize A3: "statusdict /a3tray get exec"
  104. *PageSize A4: "statusdict /a4tray get exec"
  105. *?PageSize: "
  106. save
  107. [(Letter)(Tabloid)(A4)(A3)] statusdict /pagetype get exec
  108. {get exec} stopped not {pop pop (Unknown)} if = flush
  109. restore
  110. "
  111. *End
  112. *CloseUI: *PageSize
  113. *% These entries will set up the frame buffer. Usually used with manual feed.
  114. *OpenUI *PageRegion: PickOne
  115. *OrderDependency: 40 AnySetup *PageRegion
  116. *DefaultPageRegion: Letter
  117. *PageRegion Letter: "letter"
  118. *PageRegion Tabloid: "11x17"
  119. *PageRegion A3: "a3"
  120. *PageRegion A4: "a4"
  121. *CloseUI: *PageRegion
  122. *DefaultImageableArea: Letter
  123. *ImageableArea Letter: "37 36 526 756 "
  124. *ImageableArea Tabloid: "36 54 756 1138 "
  125. *ImageableArea A3: "61 21 781 1105 "
  126. *ImageableArea A4: "20 61 510 781 "
  127. *?ImageableArea: "
  128. save
  129. /cvp {( ) cvs print ( ) print } bind def
  130. /upperright {10000 mul floor 10000 div} bind def
  131. /lowerleft {10000 mul ceiling 10000 div} bind def
  132. newpath clippath pathbbox
  133. 4 -2 roll exch 2 {lowerleft cvp} repeat
  134. exch 2 {upperright cvp} repeat flush
  135. restore
  136. "
  137. *End
  138. *% These provide the physical dimensions of the paper (by keyword)
  139. *DefaultPaperDimension: Letter
  140. *PaperDimension Letter: "612 792"
  141. *PaperDimension Tabloid: "792 1224"
  142. *PaperDimension A3: "842 1191"
  143. *PaperDimension A4: "595 842"
  144. *RequiresPageRegion All: True
  145. *OpenUI *InputSlot: PickOne
  146. *OrderDependency: 20 AnySetup *InputSlot
  147. *DefaultInputSlot: Cassette
  148. *InputSlot Cassette: ""
  149. *CloseUI: *InputSlot
  150. *DefaultOutputOrder: Reverse
  151. *% Font Information =====================
  152. *DefaultFont: Courier
  153. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  154. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  155. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  156. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  157. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  158. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  159. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  160. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  161. *Font Courier: Standard "(001.004)" Standard ROM
  162. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  163. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  164. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  165. *Font Helvetica: Standard "(001.002)" Standard ROM
  166. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  167. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  168. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  169. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  170. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  171. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  172. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  173. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  174. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  175. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  176. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  177. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  178. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  179. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  180. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  181. *Font Symbol: Special "(001.003)" Special ROM
  182. *Font Times-Bold: Standard "(001.002)" Standard ROM
  183. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  184. *Font Times-Italic: Standard "(001.002)" Standard ROM
  185. *Font Times-Roman: Standard "(001.002)" Standard ROM
  186. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  187. *Font ZapfDingbats: Special "(001.002)" Special ROM
  188. *?FontQuery: "
  189. save
  190. /str 100 string dup 0 (fonts/) putinterval def
  191. {
  192. count 1 gt
  193. {
  194. exch dup str 6 94 getinterval cvs
  195. (/) print dup print (:) print exch
  196. FontDirectory exch known
  197. { pop (Yes) }
  198. {
  199. length 6 add str 0 3 -1 roll getinterval
  200. mark exch status
  201. {cleartomark (Yes)}{cleartomark (No)} ifelse
  202. } ifelse =
  203. }
  204. {exit} ifelse
  205. }bind loop
  206. (*) = flush
  207. restore
  208. "
  209. *End
  210. *?FontList: "
  211. save
  212. FontDirectory { pop == } bind forall flush
  213. /filenameforall where
  214. {
  215. pop (fonts/*)
  216. { dup length 6 sub 6 exch getinterval cvn == } bind
  217. 128 string filenameforall flush
  218. } if
  219. (*) = flush
  220. restore
  221. "
  222. *End
  223. *% Printer Messages (verbatim from printer):
  224. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  225. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  226. *Message: "\FontName\ not found, using Courier"
  227. *% Status (format: %%[ status: <one of these> ]%% )
  228. *Status: "idle"
  229. *Status: "busy"
  230. *Status: "waiting"
  231. *Status: "printing"
  232. *Status: "warming up"
  233. *Status: "PrinterError: out of paper or end of ribbon"
  234. *Status: "PrinterError: printer fault"
  235. *Status: "PrinterError: printer offline"
  236. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  237. *Source: "serial9"
  238. *Source: "serial25"
  239. *Source: "AppleTalk"
  240. *Source: "Centronics"
  241. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  242. *PrinterError: "out of paper or end of ribbon"
  243. *PrinterError: "printer fault"
  244. *PrinterError: "printer offline"
  245. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  246. *% Color Separation Information =====================
  247. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  248. *InkName: ProcessBlack/Process Black
  249. *InkName: CustomColor/Custom Color
  250. *InkName: ProcessCyan/Process Cyan
  251. *InkName: ProcessMagenta/Process Magenta
  252. *InkName: ProcessYellow/Process Yellow
  253. *% For 60 lpi / 300 dpi =====================================================
  254. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  255. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  256. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  257. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  258. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  259. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  260. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  261. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  262. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  263. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  264. *% For 53 lpi / 300 dpi =====================================================
  265. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  266. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  267. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  268. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  269. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  270. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  271. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  272. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  273. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  274. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  275. *% For "Schlumberger 5232 Color PostScript Printer" version 50.3
  276. *% Produced by "GETapd.ps" version 3.0 edit 53
  277. *% Converted to meet 4.0 specification
  278. *% Last Edit Date: Sep 15 1992
  279. *% The byte count of this file should be exactly 010437 or 010745
  280. *% depending on the filesystem it resides in.
  281. *% end of PPD file for Schlumberger 5232 Color PostScript Printer