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.

324 lines
11 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: "S746J522.PPD"
  12. *LanguageVersion: English
  13. *Product: "(CHC-746PSJ)"
  14. *PSVersion: "(52.2) 1"
  15. *ModelName: "Shinko Color CHC-746PSJ PostScript Printer"
  16. *NickName: "Shinko Color CHC-746PSJ PostScript Printer v52.2"
  17. *% General Information and Defaults ===============
  18. *FreeVM: "4247972"
  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: "53.0"
  82. *ScreenAngle: "45.0"
  83. *DefaultScreenProc: Dot
  84. *ScreenProc Dot: "
  85. {1.76 1.4 {2 {3 1 roll add dup 1.0 gt {2.0 sub} if }
  86. repeat abs exch abs 2 copy add 1 gt {1 sub dup
  87. mul exch 1 sub dup mul add 1 sub }{ dup mul
  88. exch dup mul add 1 exch sub} ifelse } exec }
  89. "
  90. *End
  91. *ScreenProc Line: "{ pop }"
  92. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  93. *DefaultTransfer: Null
  94. *Transfer Null: "{ }"
  95. *Transfer Null.Inverse: "{ 1 exch sub }"
  96. *% Paper Handling ===================
  97. *% Use these entries to set paper size most of the time, unless there is
  98. *% specific reason to use PageRegion.
  99. *OpenUI *PageSize: PickOne
  100. *OrderDependency: 30 AnySetup *PageSize
  101. *DefaultPageSize: Unknown
  102. *PageSize Letter: "letter"
  103. *PageSize Tabloid: "11x17"
  104. *PageSize A3: "a3"
  105. *PageSize A4: "a4"
  106. *PageSize SuperA/SuperA/A4: "aplus"
  107. *PageSize SuperB/SuperB/A3: "bplus"
  108. *?PageSize: "
  109. save
  110. [ [(Letter)(SuperA)(Tabloid)(SuperB)]
  111. [(A4)(SuperA)(A3)(SuperB)] ] 1 statusdict /eescratch get
  112. statusdict /pagetype get exec dup 3 gt {pop pop (Unknown)} {get} ifelse
  113. = flush
  114. restore
  115. "
  116. *End
  117. *CloseUI: *PageSize
  118. *% These entries will set up the frame buffer. Usually used with manual feed.
  119. *OpenUI *PageRegion: PickOne
  120. *OrderDependency: 40 AnySetup *PageRegion
  121. *DefaultPageRegion: Unknown
  122. *PageRegion Letter: "letter"
  123. *PageRegion Tabloid: "11x17"
  124. *PageRegion A3: "a3"
  125. *PageRegion A4: "a4"
  126. *PageRegion SuperA/SuperA/A4: "aplus"
  127. *PageRegion SuperB/SuperB/A3: "bplus"
  128. *CloseUI: *PageRegion
  129. *% The following entries provide information about specific paper keywords.
  130. *DefaultImageableArea: Unknown
  131. *ImageableArea Letter: "10 93 600 736"
  132. *ImageableArea Tabloid: "12 93 779 1169"
  133. *ImageableArea A3: "10 93 831 1135"
  134. *ImageableArea A4: "10 93 585 787 "
  135. *ImageableArea SuperA/SuperA/A4: "12 93 633 954"
  136. *ImageableArea SuperB/SuperB/A3: "10 98 854 1327"
  137. *?ImageableArea: "
  138. save
  139. /cvp {( ) cvs print ( ) print } bind def
  140. /upperright {10000 mul floor 10000 div} bind def
  141. /lowerleft {10000 mul ceiling 10000 div} bind def
  142. newpath clippath pathbbox
  143. 4 -2 roll exch 2 {lowerleft cvp} repeat
  144. exch 2 {upperright cvp} repeat flush
  145. restore
  146. "
  147. *End
  148. *% These provide the physical dimensions of the paper (by keyword)
  149. *DefaultPaperDimension: Unknown
  150. *PaperDimension Letter: "612 792"
  151. *PaperDimension Tabloid: "792 1224"
  152. *PaperDimension A3: "842 1191"
  153. *PaperDimension A4: "595 842"
  154. *PaperDimension SuperA/SuperA/A4: "643 1009"
  155. *PaperDimension SuperB/SuperB/A3: "864 1380"
  156. *DefaultOutputOrder: Reverse
  157. *RequiresPageRegion All: True
  158. *OpenUI *InputSlot: PickOne
  159. *OrderDependency: 20 AnySetup *InputSlot
  160. *DefaultInputSlot: Cassette
  161. *InputSlot Cassette: ""
  162. *CloseUI: *InputSlot
  163. *% Font Information =====================
  164. *DefaultFont: Courier
  165. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  166. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  167. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  168. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  169. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  170. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  171. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  172. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  173. *Font Courier: Standard "(001.004)" Standard ROM
  174. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  175. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  176. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  177. *Font Helvetica: Standard "(001.002)" Standard ROM
  178. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  179. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  180. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  181. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  182. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  183. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  184. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  185. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  186. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  187. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  188. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  189. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  190. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  191. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  192. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  193. *Font Symbol: Special "(001.003)" Special ROM
  194. *Font Times-Bold: Standard "(001.002)" Standard ROM
  195. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  196. *Font Times-Italic: Standard "(001.002)" Standard ROM
  197. *Font Times-Roman: Standard "(001.002)" Standard ROM
  198. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  199. *Font ZapfDingbats: Special "(001.002)" Special ROM
  200. *?FontQuery: "
  201. save
  202. /str 100 string dup 0 (fonts/) putinterval def
  203. {
  204. count 1 gt
  205. {
  206. exch dup str 6 94 getinterval cvs
  207. (/) print dup print (:) print exch
  208. FontDirectory exch known
  209. { pop (Yes) }
  210. {
  211. length 6 add str 0 3 -1 roll getinterval
  212. mark exch status
  213. {cleartomark (Yes)}{cleartomark (No)} ifelse
  214. } ifelse =
  215. }
  216. {exit} ifelse
  217. }bind loop
  218. (*) = flush
  219. restore
  220. "
  221. *End
  222. *?FontList: "
  223. save
  224. FontDirectory { pop == } bind forall flush
  225. /filenameforall where
  226. {
  227. pop (fonts/*)
  228. { dup length 6 sub 6 exch getinterval cvn == } bind
  229. 128 string filenameforall flush
  230. } if
  231. (*) = flush
  232. restore
  233. "
  234. *End
  235. *% Printer Messages (verbatim from printer):
  236. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  237. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  238. *Message: "\FontName\ not found, using Courier"
  239. *% Status (format: %%[ status: <one of these> ]%% )
  240. *Status: "idle"
  241. *Status: "busy"
  242. *Status: "waiting"
  243. *Status: "printing"
  244. *Status: "warming up"
  245. *Status: "PrinterError: out of paper or end of ribbon"
  246. *Status: "PrinterError: end of ribbon"
  247. *Status: "PrinterError: out of paper"
  248. *Status: "PrinterError: printer fault"
  249. *Status: "PrinterError: printer offline"
  250. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  251. *Source: "serial9"
  252. *Source: "serial25"
  253. *Source: "AppleTalk"
  254. *Source: "Centronics"
  255. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  256. *PrinterError: "out of paper or end of ribbon"
  257. *PrinterError: "end of ribbon"
  258. *PrinterError: "out of paper"
  259. *PrinterError: "printer fault"
  260. *PrinterError: "printer offline"
  261. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  262. *% Color Separation Information =====================
  263. *DefaultColorSep: ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi
  264. *InkName: ProcessBlack/Process Black
  265. *InkName: CustomColor/Custom Color
  266. *InkName: ProcessCyan/Process Cyan
  267. *InkName: ProcessMagenta/Process Magenta
  268. *InkName: ProcessYellow/Process Yellow
  269. *% For 60 lpi / 300 dpi ===============================
  270. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  271. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  272. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  273. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  274. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  275. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  276. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  277. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  278. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  279. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  280. *% For 53 lpi / 300 dpi ===============================
  281. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  282. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  283. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  284. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  285. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  286. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  287. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  288. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  289. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  290. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  291. *% For "CHC-746PSJ" version 52.2
  292. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  293. *% Converted to meet 4.0 specification
  294. *% Last Edit Date: Sep 15 1992
  295. *% The byte count of this file should be exactly 010864 or 011188
  296. *% depending on the filesystem it resides in.
  297. *% end of PPD file for CHC-746PSJ