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.

353 lines
12 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.1"
  11. *PCFileName: "NCCPS801.PPD"
  12. *LanguageVersion: English
  13. *Product: "(Colormate PS80)"
  14. *PSVersion: "(51.9) 2.1"
  15. *ModelName: "NEC Colormate PS/80"
  16. *NickName: "NEC Colormate PS/80 v51.9"
  17. *% General Information and Defaults ===============
  18. *FreeVM: "4083194"
  19. *LanguageLevel: "1"
  20. *Extensions: CMYK FileSystem
  21. *ColorDevice: True
  22. *DefaultColorSpace: CMYK
  23. *VariablePaperSize: False
  24. *FileSystem: True
  25. *?FileSystem: "
  26. save
  27. statusdict /diskstatus known
  28. {statusdict /diskstatus get exec exch pop 0 ne
  29. {(True)} {(False)} ifelse
  30. }
  31. {(Unknown)} ifelse
  32. = flush
  33. restore
  34. "
  35. *End
  36. *Throughput: "1"
  37. *Password: "0"
  38. *ExitServer: "
  39. count 0 eq { % is the password on the stack?
  40. true
  41. }{
  42. dup % potential password
  43. statusdict /checkpassword get exec not
  44. } ifelse
  45. { % if no password or not valid
  46. (WARNING : Cannot perform the exitserver command.) =
  47. (Password supplied is not valid.) =
  48. (Please contact the author of this software.) = flush
  49. quit
  50. } if
  51. serverdict /exitserver get exec
  52. "
  53. *End
  54. *Reset: "
  55. count 0 eq { % is the password on the stack?
  56. true
  57. }{
  58. dup % potential password
  59. statusdict /checkpassword get exec not
  60. } ifelse
  61. { % if no password or not valid
  62. (WARNING : Cannot reset printer.) =
  63. (Password supplied is not valid.) =
  64. (Please contact the author of this software.) = flush
  65. quit
  66. } if
  67. serverdict /exitserver get exec
  68. systemdict /quit get exec
  69. (WARNING : Printer Reset Failed.) = flush
  70. "
  71. *End
  72. *DefaultResolution: 300dpi
  73. *?Resolution: "
  74. save
  75. initgraphics
  76. 0 0 moveto currentpoint matrix defaultmatrix transform
  77. 0 72 lineto currentpoint matrix defaultmatrix transform
  78. 3 -1 roll sub dup mul
  79. 3 1 roll exch sub dup mul
  80. add sqrt round cvi
  81. ( ) cvs print (dpi) = flush
  82. restore
  83. "
  84. *End
  85. *% Halftone Information ===============
  86. *ScreenFreq: "53.0"
  87. *ScreenAngle: "45.0"
  88. *DefaultScreenProc: Dot
  89. *ScreenProc Dot: "
  90. {1.76 1.4 {2 {3 1 roll add dup 1.0 gt {2.0 sub }if }repeat abs exch abs
  91. 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 sub }{dup mul
  92. exch dup mul add 1 exch sub }ifelse }exec }
  93. "
  94. *End
  95. *ScreenProc Line: "{ pop }"
  96. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  97. *% Paper Handling ===================
  98. *% Use these entries to set paper size most of the time, unless there is
  99. *% specific reason to use PageRegion.
  100. *OpenUI *PageSize: PickOne
  101. *OrderDependency: 30 AnySetup *PageSize
  102. *DefaultPageSize: Letter
  103. *PageSize Letter: "letter"
  104. *PageSize Legal: "legal"
  105. *PageSize A4: "a4"
  106. *?PageSize: "
  107. save
  108. 3 dict
  109. dup /letter (Letter) put
  110. dup /legal (Legal) put
  111. dup /a4 (A4) put
  112. statusdict /papersize get exec
  113. 3 1 roll {get} stopped {(Unknown)}if
  114. exch not { print (.Transverse) }if
  115. = flush
  116. restore
  117. "
  118. *End
  119. *CloseUI: *PageSize
  120. *% These entries will set up the frame buffer. Usually used with manual feed.
  121. *OpenUI *PageRegion: PickOne
  122. *OrderDependency: 40 AnySetup *PageRegion
  123. *DefaultPageRegion: Letter
  124. *PageRegion Letter: "letter"
  125. *PageRegion Legal: "legal"
  126. *PageRegion A4: "a4"
  127. *CloseUI: *PageRegion
  128. *% The following entries provide information about specific paper keywords.
  129. *DefaultImageableArea: Letter
  130. *ImageableArea Letter: "15 72 597 718 "
  131. *ImageableArea Legal: "15 77 597 935 "
  132. *ImageableArea A4: "6 72 589 768 "
  133. *?ImageableArea: "
  134. save
  135. /cvp {( ) cvs print ( ) print } bind def
  136. /upperright {10000 mul floor 10000 div} bind def
  137. /lowerleft {10000 mul ceiling 10000 div} bind def
  138. newpath clippath pathbbox
  139. 4 -2 roll exch 2 {lowerleft cvp} repeat
  140. exch 2 {upperright cvp} repeat flush
  141. restore
  142. "
  143. *End
  144. *% These provide the physical dimensions of the paper (by keyword)
  145. *DefaultPaperDimension: Letter
  146. *PaperDimension Letter: "612 792"
  147. *PaperDimension Legal: "612 1008"
  148. *PaperDimension A4: "595 842"
  149. *DefaultOutputBin: Upper
  150. *DefaultOutputOrder: Reverse
  151. *PageStackOrder Upper: Reverse
  152. *RequiresPageRegion All: True
  153. *OpenUI *InputSlot: PickOne
  154. *OrderDependency: 20 AnySetup *InputSlot
  155. *DefaultInputSlot: Cassette
  156. *InputSlot Cassette: ""
  157. *CloseUI: *InputSlot
  158. *% Font Information =====================
  159. *DefaultFont: Courier
  160. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  161. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  162. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  163. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  164. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  165. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  166. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  167. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  168. *Font Courier: Standard "(001.004)" Standard ROM
  169. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  170. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  171. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  172. *Font Helvetica: Standard "(001.002)" Standard ROM
  173. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  174. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  175. *Font Helvetica-Narrow: Standard "(001.002)" Standard ROM
  176. *Font Helvetica-Narrow-Bold: Standard "(001.002)" Standard ROM
  177. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)" Standard ROM
  178. *Font Helvetica-Narrow-Oblique: Standard "(001.002)" Standard ROM
  179. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  180. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  181. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  182. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  183. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  184. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  185. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  186. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  187. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  188. *Font Symbol: Special "(001.003)" Special ROM
  189. *Font Times-Bold: Standard "(001.002)" Standard ROM
  190. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  191. *Font Times-Italic: Standard "(001.002)" Standard ROM
  192. *Font Times-Roman: Standard "(001.002)" Standard ROM
  193. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  194. *Font ZapfDingbats: Special "(001.002)" Special ROM
  195. *?FontQuery: "
  196. save
  197. {
  198. count 1 gt {
  199. exch dup 128 string cvs (/) print print (:) print
  200. dup FontDirectory exch known {pop (Yes)}
  201. {
  202. (fonts/ )
  203. dup 3 -1 roll 128 string cvs dup length /len exch def
  204. 6 exch putinterval
  205. 0 len 6 add getinterval mark exch
  206. { } 128 string filenameforall counttomark 0 gt {
  207. cleartomark (Yes)}{cleartomark (No)}ifelse
  208. }ifelse =
  209. }{ exit } ifelse
  210. } bind loop
  211. (*) = flush
  212. restore
  213. "
  214. *End
  215. *?FontList: "
  216. save
  217. FontDirectory { pop == } bind forall flush
  218. /filenameforall where {
  219. pop (fonts/*) {
  220. dup length 6 sub 6 exch getinterval cvn ==
  221. } bind
  222. 128 string filenameforall flush
  223. } if
  224. (*) = flush
  225. restore
  226. "
  227. *End
  228. *% Printer Messages (verbatim from printer):
  229. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  230. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  231. *Message: "\FontName\ not found, using Courier"
  232. *% Status (format: %%[ status: <one of these> ]%% )
  233. *Status: "idle"
  234. *Status: "busy"
  235. *Status: "waiting"
  236. *Status: "printing"
  237. *Status: "warming up"
  238. *Status: "PrinterError: PAPER LENGTH ERR"
  239. *Status: "PrinterError: DMA TIMEOUT"
  240. *Status: "PrinterError: COVER OPEN"
  241. *Status: "PrinterError: TEST PRINT"
  242. *Status: "PrinterError: HEAD SENS ERR"
  243. *Status: "PrinterError: PAPER JAM"
  244. *Status: "PrinterError: LC SENS ERROR"
  245. *Status: "PrinterError: PAPER TIMEOUT"
  246. *Status: "PrinterError: VIDEO ERR"
  247. *Status: "PrinterError: COMMAND ERR"
  248. *Status: "PrinterError: ROM ERR"
  249. *Status: "PrinterError: COMMAND ERR"
  250. *Status: "PrinterError: PAPER LENGTH ERR"
  251. *Status: "PrinterError: RIBBON ERROR"
  252. *Status: "PrinterError: I/O ERR"
  253. *Status: "PrinterError: STRANGE ERR"
  254. *Status: "PrinterError: COMMAND ERR"
  255. *Status: "PrinterError: PAPER EMPTY"
  256. *Status: "PrinterError: POWER TEMP"
  257. *Status: "PrinterError: RIBBON SENS ERR"
  258. *Status: "PrinterError: RAM ERR"
  259. *Status: "PrinterError: RIBBON END"
  260. *Status: "PrinterError: PAPER FEED ERROR"
  261. *Status: "PrinterError: HEAD TEMP"
  262. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  263. *Source: "serial25"
  264. *Source: "AppleTalk"
  265. *Source: "Centronics"
  266. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  267. *PrinterError: "PAPER LENGTH ERR"
  268. *PrinterError: "DMA TIMEOUT"
  269. *PrinterError: " COVER OPEN"
  270. *PrinterError: " TEST PRINT"
  271. *PrinterError: " HEAD SENS ERR"
  272. *PrinterError: " PAPER JAM"
  273. *PrinterError: " LC SENS ERROR"
  274. *PrinterError: "PAPER TIMEOUT"
  275. *PrinterError: " VIDEO ERR"
  276. *PrinterError: " COMMAND ERR"
  277. *PrinterError: " ROM ERR"
  278. *PrinterError: " COMMAND ERR"
  279. *PrinterError: "PAPER LENGTH ERR"
  280. *PrinterError: " RIBBON ERROR"
  281. *PrinterError: " I/O ERR"
  282. *PrinterError: " STRANGE ERR"
  283. *PrinterError: " COMMAND ERR"
  284. *PrinterError: " PAPER EMPTY"
  285. *PrinterError: " POWER TEMP"
  286. *PrinterError: "RIBBON SENS ERR"
  287. *PrinterError: " RAM ERR"
  288. *PrinterError: " RIBBON END"
  289. *PrinterError: "PAPER FEED ERROR"
  290. *PrinterError: " HEAD TEMP"
  291. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  292. *% Color Separation Information =====================
  293. *DefaultColorSep: ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi
  294. *InkName: ProcessBlack/Process Black
  295. *InkName: CustomColor/Custom Color
  296. *InkName: ProcessCyan/Process Cyan
  297. *InkName: ProcessMagenta/Process Magenta
  298. *InkName: ProcessYellow/Process Yellow
  299. *% For 60 lpi / 300 dpi ===============================
  300. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  301. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  302. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  303. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  304. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  305. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  306. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  307. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  308. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  309. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  310. *% For 53 lpi / 300 dpi ===============================
  311. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  312. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  313. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  314. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  315. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  316. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  317. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  318. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  319. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  320. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  321. *% For "Colormate PS80" version 51.9
  322. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  323. *% Converted to meet 4.0 specification
  324. *% Last Edit Date: Sep 15 1992
  325. *% The byte count of this file should be exactly 011772 or 012125
  326. *% depending on the filesystem it resides in.
  327. *% end of PPD file for Colormate PS80