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.

372 lines
11 KiB

  1. *% Adobe PostScript(R) Printer Description File
  2. *% For "Seiko ColorPoint PS" version 230 C.8A
  3. *% Produced by Cheshire Group version 2.0 edit 01
  4. *%
  5. *% Copyright )1990 Seiko Instruments USA Inc. All Rights Reserved.
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *%
  10. *% The byte count of this file should be exactly 011031.
  11. *%
  12. *% Date: <3/22/91>
  13. *FormatVersion: "3.0"
  14. *FileVersion: "2.1"
  15. *LanguageVersion: English
  16. *LanguageLevel: "1"
  17. *% General Information and Defaults ===============
  18. *Product: "(ColorPoint PS)"
  19. *PSVersion: "(230 C.8A) 0"
  20. *NickName: "Seiko ColorPoint PS Model 04"
  21. *ColorDevice: True
  22. *DefaultResolution: 300dpi
  23. *?Resolution: "
  24. save
  25. initgraphics
  26. 0 0 matrix defaultmatrix transform
  27. 0 72 matrix defaultmatrix transform
  28. 3 -1 roll sub dup mul
  29. 3 1 roll exch sub dup mul
  30. add sqrt round cvi
  31. ( ) cvs print (dpi) print flush
  32. restore
  33. "
  34. *End
  35. *FileSystem: True
  36. *?FileSystem: "
  37. save
  38. statusdict begin
  39. (False)
  40. /diskstatus where{
  41. pop diskstatus exch pop 0 ne {pop (True)} if
  42. }if
  43. print flush
  44. end %statusdict
  45. restore
  46. "
  47. *End
  48. *% System Management===============================
  49. *Throughput: "1"
  50. *FreeVM: "219596"
  51. *Password: "0"
  52. *ExitServer: "
  53. count 0 eq
  54. { % password not on the stack
  55. true
  56. }
  57. { % check password for validity
  58. dup
  59. statusdict begin
  60. checkpassword
  61. end %statusdict
  62. not
  63. }
  64. ifelse
  65. { % password invalid or missing
  66. (WARNING! Cannot perform exitserver.) print
  67. (Invalid password.) print
  68. (Please contact system support.) print flush
  69. quit
  70. }
  71. if
  72. serverdict begin exitserver
  73. "
  74. *End
  75. *Reset: "
  76. count 0 eq
  77. { % password not on the stack
  78. true
  79. }
  80. { % check password for validity
  81. dup
  82. statusdict begin
  83. checkpassword
  84. end %statusdict
  85. not
  86. }
  87. ifelse
  88. { % password invalid or missing
  89. (WARNING! Cannot perform exitserver.) print
  90. (Invalid password.) print
  91. (Please contact system support.) print flush
  92. quit
  93. }
  94. if
  95. serverdict begin exitserver
  96. systemdict /quit get exec
  97. (WARNING! Printer Reset failed.) print flush
  98. "
  99. *End
  100. *% Halftone Information ===============
  101. *ScreenFreq: "60.0"
  102. *ScreenAngle: "0.0"
  103. *DefaultScreenProc: Dot
  104. *DefaultScreenProc: Dot
  105. *ScreenProc Dot: "
  106. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  107. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  108. "
  109. *End
  110. *ScreenProc Line: "{ pop }"
  111. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  112. *DefaultTransfer: Null
  113. *Transfer Null: "{ }"
  114. *Transfer Null.Inverse: "{ 1 exch sub }"
  115. *Transfer Normalized: "{ }"
  116. *Transfer Normalized.Inverse: "{ 1 exch sub }"
  117. *% Paper Handling ===================
  118. *% Use these entries to set paper size most of the time, unless there is
  119. *% specific reason to use PageRegion or PaperTray.
  120. *DefaultPageSize: Letter
  121. *PageSize Letter: "statusdict begin 0 setpagesize end"
  122. *PageSize ASuper: "statusdict begin 2 setpagesize end"
  123. *PageSize A4: "statusdict begin 3 setpagesize end"
  124. *?PageSize: "
  125. save
  126. statusdict begin
  127. /pagesize where {
  128. pop
  129. 3 dict begin
  130. /0 (Letter) def
  131. /2 (ASuper) def
  132. /3 (A4) def
  133. pagesize
  134. { ( ) cvs cvn load exec } stopped not
  135. {= flush}
  136. {(Unknown) = flush}
  137. ifelse
  138. end %temp
  139. }
  140. if
  141. end %statusdict
  142. restore
  143. "
  144. *End
  145. *% These entries will set up the frame buffer. Usually used with manual feed.
  146. *DefaultPageRegion: Letter
  147. *PageRegion Letter: "letter"
  148. *PageRegion ASuper: "asuper"
  149. *PageRegion A4: "a4"
  150. *% These entries will invoke a particular paper tray.
  151. *DefaultPaperTray: None
  152. *% The following entries provide information about specific paper keywords.
  153. *DefaultImageableArea: Letter
  154. *ImageableArea Letter: "12 10 601 783 "
  155. *ImageableArea ASuper: "11 12 624 946 "
  156. *ImageableArea A4: "12 11 584 832 "
  157. *?ImageableArea: "
  158. save
  159. /cvp { cvi ( ) cvs print ( ) print } bind def
  160. newpath clippath pathbbox
  161. 4 -2 roll exch 2 {ceiling cvp} repeat
  162. exch 2 {floor cvp} repeat flush
  163. restore
  164. "
  165. *End
  166. *% These provide the physical dimensions of the paper (by keyword)
  167. *DefaultPaperDimension: Letter
  168. *PaperDimension Letter: "612 792"
  169. *PaperDimension ASuper: "634 1076"
  170. *PaperDimension A4: "595 842"
  171. *% Paper Handling =====================
  172. *VariablePaperSize: False
  173. *DefaultOutputBin: OnlyOne
  174. *DefaultInputSlot: None
  175. *DefaultManualFeed: None
  176. *DefaultOutputOrder: Reverse
  177. *DefaultCollator: None
  178. *DefaultSorter: None
  179. *%DefaultDuplex: None
  180. *% Font Information =====================
  181. *DefaultFont: Courier
  182. *Font AvantGarde-Book: Standard "(001.001)"
  183. *Font AvantGarde-BookOblique: Standard "(001.001)"
  184. *Font AvantGarde-Demi: Standard "(001.001)"
  185. *Font AvantGarde-DemiOblique: Standard "(001.001)"
  186. *Font Bookman-Demi: Standard "(001.001)"
  187. *Font Bookman-DemiItalic: Standard "(001.001)"
  188. *Font Bookman-Light: Standard "(001.001)"
  189. *Font Bookman-LightItalic: Standard "(001.001)"
  190. *Font Courier: Standard "(001.004)"
  191. *Font Courier-Bold: Standard "(001.004)"
  192. *Font Courier-BoldOblique: Standard "(001.004)"
  193. *Font Courier-Oblique: Standard "(001.004)"
  194. *Font Helvetica: Standard "(001.001)"
  195. *Font Helvetica-Bold: Standard "(001.001)"
  196. *Font Helvetica-BoldOblique: Standard "(001.001)"
  197. *Font Helvetica-Condensed: Standard "(001.000)"
  198. *Font Helvetica-Condensed-Bold: Standard "(001.000)"
  199. *Font Helvetica-Condensed-BoldObl: Standard "(001.000)"
  200. *Font Helvetica-Condensed-Oblique: Standard "(001.000)"
  201. *Font Helvetica-Narrow: Standard "(001.000)"
  202. *Font Helvetica-Narrow-Bold: Standard "(001.000)"
  203. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)"
  204. *Font Helvetica-Narrow-Oblique: Standard "(001.000)"
  205. *Font Helvetica-Oblique: Standard "(001.001)"
  206. *Font NewCenturySchlbk-Bold: Standard "(001.002)"
  207. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)"
  208. *Font NewCenturySchlbk-Italic: Standard "(001.001)"
  209. *Font NewCenturySchlbk-Roman: Standard "(001.002)"
  210. *Font Palatino-Bold: Standard "(001.000)"
  211. *Font Palatino-BoldItalic: Standard "(001.000)"
  212. *Font Palatino-Italic: Standard "(001.000)"
  213. *Font Palatino-Roman: Standard "(001.000)"
  214. *Font Symbol: Special "(001.001)"
  215. *Font Times-Bold: Standard "(001.001)"
  216. *Font Times-BoldItalic: Standard "(001.001)"
  217. *Font Times-Italic: Standard "(001.001)"
  218. *Font Times-Roman: Standard "(001.001)"
  219. *Font ZapfChancery-MediumItalic: Standard "(001.002)"
  220. *Font ZapfDingbats: Special "(001.000)"
  221. *?FontQuery: "
  222. save
  223. 4 dict begin
  224. /sv exch def
  225. /str (fonts/ ) def
  226. /st2 30 string def
  227. {
  228. count 0 gt {
  229. dup FontDirectory exch known {pop 1}{
  230. str exch st2 cvs dup length /len exch def
  231. 6 exch putinterval str 0 len 6 add getinterval mark exch
  232. { } st2 filenameforall counttomark 0 gt {
  233. cleartomark 1}{cleartomark 0}ifelse
  234. }ifelse print flush
  235. }{ exit } ifelse
  236. } bind loop
  237. sv end restore
  238. "
  239. *End
  240. *?FontList: "
  241. FontDirectory { pop == } forall
  242. /filenameforall where {
  243. pop save (fonts/*) {
  244. dup length 6 sub 6 exch getinterval ==
  245. } 128 string filenameforall restore
  246. } if
  247. (*) print flush
  248. "
  249. *End
  250. *% Printer Messages (verbatim from printer):
  251. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  252. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  253. *Message: "\FontName\ not found, using Courier"
  254. *% Status (format: %%[ status: <one of these> ]%% )
  255. *Status: "idle"
  256. *Status: "busy"
  257. *Status: "waiting"
  258. *Status: "printing"
  259. *Status: "warming up"
  260. *Status: "PrinterError: timeout, clearing printer"
  261. *Status: "PrinterError: Cover open"
  262. *Status: "PrinterError: Paper out"
  263. *Status: "PrinterError: Paper jam"
  264. *Status: "PrinterError: Ink sheet out"
  265. *Status: "PrinterError: Ink sheet jam"
  266. *Status: "PrinterError: DRB too hot"
  267. *Status: "PrinterError: DRB thermistor failure"
  268. *Status: "PrinterError: Thermal printhead too hot"
  269. *Status: "PrinterError: Thermal printhead buffer failure"
  270. *Status: "PrinterError: Thermal printhead thermistor failure"
  271. *Status: "PrinterError: NVRAM checksum error"
  272. *Status: "PrinterError: NVRAM write error"
  273. *Status: "PrinterError: Pinch roller home error"
  274. *Status: "PrinterError: Pinch roller grip error"
  275. *Status: "PrinterError: Cutter failure"
  276. *Status: "PrinterError: Improper thermal printhead motion"
  277. *Status: "PrinterError: Illegal DRB command"
  278. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  279. *Source: "serial9"
  280. *Source: "parallel"
  281. *Source: "AppleTalk"
  282. *Source: "SCSI"
  283. *Source: "SCSI2"
  284. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  285. *PrinterError: "Cover open"
  286. *PrinterError: "Paper out"
  287. *PrinterError: "Paper jam"
  288. *PrinterError: "Ink sheet out"
  289. *PrinterError: "Ink sheet jam"
  290. *PrinterError: "DRB too hot"
  291. *PrinterError: "DRB thermistor failure"
  292. *PrinterError: "Thermal printhead too hot"
  293. *PrinterError: "Thermal printhead buffer failure"
  294. *PrinterError: "Thermal printhead thermistor failure"
  295. *PrinterError: "NVRAM checksum error"
  296. *PrinterError: "NVRAM write error"
  297. *PrinterError: "Pinch roller home error"
  298. *PrinterError: "Pinch roller grip error"
  299. *PrinterError: "Cutter failure"
  300. *PrinterError: "Improper thermal printhead motion"
  301. *PrinterError: "Illegal DRB command"
  302. *% Color Separation Information =====================
  303. *DefaultColorSep: ProcessCyan.60lpi/60 lpi
  304. *InkName: ProcessCyan/Process Cyan
  305. *InkName: ProcessMagenta/Process Magenta
  306. *InkName: ProcessYellow/Process Yellow
  307. *InkName: ProcessBlack/Process Black
  308. *ColorSepScreenAngle ProcessCyan.60lpi/60 lpi: "15"
  309. *ColorSepScreenAngle ProcessMagenta.60lpi/60 lpi: "75"
  310. *ColorSepScreenAngle ProcessYellow.60lpi/60 lpi: "0"
  311. *ColorSepScreenAngle ProcessBlack.60lpi/60 lpi: "45"
  312. *ColorSepScreenFreq ProcessCyan.60lpi/60 lpi: "60"
  313. *ColorSepScreenFreq ProcessMagenta.60lpi/60 lpi: "60"
  314. *ColorSepScreenFreq ProcessYellow.60lpi/60 lpi: "60"
  315. *ColorSepScreenFreq ProcessBlack.60lpi/60 lpi: "60"
  316. *ColorSepScreenProc ProcessCyan.60lpi/60 lpi: "
  317. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  318. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  319. *End
  320. *ColorSepScreenProc ProcessMagenta.60lpi/60 lpi: "
  321. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  322. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  323. *End
  324. *ColorSepScreenProc ProcessYellow.60lpi/60 lpi: "
  325. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  326. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  327. *End
  328. *ColorSepScreenProc ProcessBlack.60lpi/60 lpi: "
  329. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  330. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  331. *End
  332. *ColorSepTransfer ProcessCyan.60lpi/60 lpi: "{ }"
  333. *ColorSepTransfer ProcessMagenta.60lpi/60 lpi: "{ }"
  334. *ColorSepTransfer ProcessYellow.60lpi/60 lpi: "{ }"
  335. *ColorSepTransfer ProcessBlack.60lpi/60 lpi: "{ }"
  336. *% end of PPD file for Seiko ColorPoint PS Model 04 version 230 C.8A