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.

391 lines
14 KiB

  1. *PPD-Adobe: "4.1"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1995 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.1"
  10. *FileVersion: "2.0"
  11. *PCFileName: "NC602__1.PPD"
  12. *LanguageVersion: Japanese
  13. *Product: "(PC-PR602PS)"
  14. *PSVersion: "(50.2) 0"
  15. *ModelName: "NEC PC-PR602PS"
  16. *ShortNickName: "NEC PC-PR602PS"
  17. *NickName: "NEC PC-PR602PS v50.2"
  18. *% Constraints ===============
  19. *UIConstraints: *InputSlot Upper *PageSize B4
  20. *UIConstraints: *InputSlot Lower *PageSize A4
  21. *UIConstraints: *InputSlot Lower *PageSize B5
  22. *UIConstraints: *InputSlot Lower *PageSize Postcard
  23. *UIConstraints: *PageSize B4 *InputSlot Upper
  24. *UIConstraints: *PageSize A4 *InputSlot Lower
  25. *UIConstraints: *PageSize B5 *InputSlot Lower
  26. *UIConstraints: *PageSize Postcard *InputSlot Lower
  27. *% General Information and Defaults ===============
  28. *FreeVM: "886622"
  29. *LanguageLevel: "1"
  30. *Extensions: Composite FileSystem
  31. *ColorDevice: False
  32. *DefaultColorSpace: Gray
  33. *VariablePaperSize: False
  34. *FileSystem: True
  35. *?FileSystem: "
  36. save
  37. statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  38. restore
  39. "
  40. *End
  41. *Throughput: "8"
  42. *Password: "0"
  43. *ExitServer: "
  44. count 0 eq { % is the password on the stack?
  45. true
  46. }{
  47. dup % potential password
  48. statusdict /checkpassword get exec not
  49. } ifelse
  50. { % if no password or not valid
  51. (WARNING : Cannot perform the exitserver command.) =
  52. (Password supplied is not valid.) =
  53. (Please contact the author of this software.) = flush
  54. quit
  55. } if
  56. serverdict /exitserver get exec
  57. "
  58. *End
  59. *Reset: "
  60. count 0 eq { % is the password on the stack?
  61. true
  62. }{
  63. dup % potential password
  64. statusdict /checkpassword get exec not
  65. } ifelse
  66. { % if no password or not valid
  67. (WARNING : Cannot reset printer.) =
  68. (Password supplied is not valid.) =
  69. (Please contact the author of this software.) = flush
  70. quit
  71. } if
  72. serverdict /exitserver get exec
  73. systemdict /quit get exec
  74. (WARNING : Printer Reset Failed.) = flush
  75. "
  76. *End
  77. *DefaultResolution: 320dpi
  78. *?Resolution: "
  79. save
  80. initgraphics
  81. 0 0 moveto currentpoint matrix defaultmatrix transform
  82. 0 72 lineto currentpoint matrix defaultmatrix transform
  83. 3 -1 roll sub dup mul
  84. 3 1 roll exch sub dup mul
  85. add sqrt round cvi
  86. ( ) cvs print (dpi) = flush
  87. restore
  88. "
  89. *End
  90. *% Halftone Information ===============
  91. *ScreenFreq: "60.0"
  92. *ScreenAngle: "45.0"
  93. *DefaultScreenProc: Dot
  94. *ScreenProc Dot: "
  95. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  96. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  97. "
  98. *End
  99. *ScreenProc Line: "{ pop }"
  100. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  101. *DefaultTransfer: Null
  102. *Transfer Null: "{ }"
  103. *Transfer Null.Inverse: "{ 1 exch sub }"
  104. *% Paper Handling ===================
  105. *% Use these entries to set paper size most of the time, unless there is
  106. *% specific reason to use PageRegion.
  107. *OpenUI *PageSize: PickOne
  108. *OrderDependency: 30 AnySetup *PageSize
  109. *DefaultPageSize: A4
  110. *PageSize A4: "statusdict /a4tray get exec"
  111. *PageSize B4: "statusdict /b4tray get exec"
  112. *PageSize B5: "statusdict /b5tray get exec"
  113. *PageSize Postcard/�͂���: "statusdict /postcardtray get exec"
  114. *?PageSize: "
  115. save
  116. 4 dict
  117. dup /a4 (A4) put
  118. dup /b4 (B4) put
  119. dup /b5 (B5) put
  120. dup /postcard (Postcard) put
  121. statusdict /papersize get exec
  122. 3 1 roll {get} stopped {(Unknown)}if
  123. exch not { print (.Transverse) }if
  124. = flush
  125. restore
  126. "
  127. *End
  128. *CloseUI: *PageSize
  129. *% These entries will set up the frame buffer. Usually used with manual feed.
  130. *OpenUI *PageRegion: PickOne
  131. *OrderDependency: 40 AnySetup *PageRegion
  132. *DefaultPageRegion: A4
  133. *PageRegion A4: "a4"
  134. *PageRegion B4: "b4"
  135. *PageRegion B5: "b5"
  136. *PageRegion Postcard/�͂���: "postcard"
  137. *CloseUI: *PageRegion
  138. *% The following entries provide information about specific paper keywords.
  139. *DefaultImageableArea: A4
  140. *ImageableArea A4: "22.68 14.3438 584.055 827.719 "
  141. *ImageableArea B4: "22.68 17.055 706.455 1017.63 "
  142. *ImageableArea B5: "22.68 16.1551 504.855 714.33 "
  143. *ImageableArea Postcard/�͂���: "22.68 9.585 274.455 405.36 "
  144. *?ImageableArea: "
  145. save
  146. /cvp {( ) cvs print ( ) print } bind def
  147. /upperright {10000 mul floor 10000 div} bind def
  148. /lowerleft {10000 mul ceiling 10000 div} bind def
  149. newpath clippath pathbbox
  150. 4 -2 roll exch 2 {lowerleft cvp} repeat
  151. exch 2 {upperright cvp} repeat flush
  152. restore
  153. "
  154. *End
  155. *% These provide the physical dimensions of the paper (by keyword)
  156. *DefaultPaperDimension: A4
  157. *PaperDimension A4: "595 842"
  158. *PaperDimension B4: "729 1032"
  159. *PaperDimension B5: "516 729"
  160. *PaperDimension Postcard/�͂���: "283 420"
  161. *RequiresPageRegion All: True
  162. *OpenUI *InputSlot: PickOne
  163. *OrderDependency: 20 AnySetup *InputSlot
  164. *DefaultInputSlot: Upper
  165. *InputSlot Upper/�z�b�p�P: "statusdict begin 1 setpapertray end"
  166. *InputSlot Lower/�z�b�p�Q: "statusdict begin 2 setpapertray end"
  167. *?InputSlot: "
  168. save
  169. [(Unknown) (Upper) (Lower) ]
  170. statusdict /papertray get exec
  171. {get exec} stopped { pop pop (Unknown)} if = flush
  172. restore
  173. "
  174. *End
  175. *CloseUI: *InputSlot
  176. *DefaultOutputBin: OnlyOne
  177. *DefaultOutputOrder: Normal
  178. *OpenUI *ManualFeed/�荷��: Boolean
  179. *OrderDependency: 20 AnySetup *ManualFeed
  180. *ManualFeed True: "statusdict /manualfeed true put"
  181. *ManualFeed False: "statusdict /manualfeed false put"
  182. *DefaultManualFeed: False
  183. *?ManualFeed: "
  184. statusdict /manualfeed get
  185. {(True)}{(False)}ifelse = flush
  186. "
  187. *End
  188. *CloseUI: *ManualFeed
  189. *% Font Information =====================
  190. *DefaultFont: Courier
  191. *Font Courier: Standard "(001.004)" Standard ROM
  192. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  193. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  194. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  195. *Font Helvetica: Standard "(001.002)" Standard ROM
  196. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  197. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  198. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  199. *Font Symbol: Special "(001.003)" Special ROM
  200. *Font Times-Bold: Standard "(001.002)" Standard ROM
  201. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  202. *Font Times-Italic: Standard "(001.002)" Standard ROM
  203. *Font Times-Roman: Standard "(001.002)" Standard ROM
  204. *Font GothicBBB-Medium-78-EUC-H: EUC "(001.000)" JIS-78 Disk
  205. *Font GothicBBB-Medium-78-EUC-V: EUC "(001.000)" JIS-78 Disk
  206. *Font GothicBBB-Medium-78-H: JIS "(001.000)" JIS-78 Disk
  207. *Font GothicBBB-Medium-78-RKSJ-H: RKSJ "(001.000)" JIS-78 Disk
  208. *Font GothicBBB-Medium-78-RKSJ-V: RKSJ "(001.000)" JIS-78 Disk
  209. *Font GothicBBB-Medium-78-SJ-H: Shift-JIS "(001.000)" JIS-78 Disk
  210. *Font GothicBBB-Medium-78-SJ-V: Shift-JIS "(001.000)" JIS-78 Disk
  211. *Font GothicBBB-Medium-78-V: JIS "(001.000)" JIS-78 Disk
  212. *Font GothicBBB-Medium-83pv-RKSJ-H: RKSJ "(001.000)" 83pv Disk
  213. *Font GothicBBB-Medium-83pv-RKSJ-V: RKSJ "(001.000)" 83pv Disk
  214. *Font GothicBBB-Medium-EUC-H: EUC "(001.000)" JIS-83 Disk
  215. *Font GothicBBB-Medium-EUC-V: EUC "(001.000)" JIS-83 Disk
  216. *Font GothicBBB-Medium-Ext-EUC-H: EUC "(001.000)" Ext Disk
  217. *Font GothicBBB-Medium-Ext-EUC-V: EUC "(001.000)" Ext Disk
  218. *Font GothicBBB-Medium-Ext-H: JIS "(001.000)" Ext Disk
  219. *Font GothicBBB-Medium-Ext-RKSJ-H: RKSJ "(001.000)" Ext Disk
  220. *Font GothicBBB-Medium-Ext-RKSJ-V: RKSJ "(001.000)" Ext Disk
  221. *Font GothicBBB-Medium-Ext-SJ-H: Shift-JIS "(001.000)" Ext Disk
  222. *Font GothicBBB-Medium-Ext-SJ-V: Shift-JIS "(001.000)" Ext Disk
  223. *Font GothicBBB-Medium-Ext-V: JIS "(001.000)" Ext Disk
  224. *Font GothicBBB-Medium-H: JIS "(001.000)" JIS-83 Disk
  225. *Font GothicBBB-Medium-RKSJ-H: RKSJ "(001.000)" JIS-83 Disk
  226. *Font GothicBBB-Medium-RKSJ-V: RKSJ "(001.000)" JIS-83 Disk
  227. *Font GothicBBB-Medium-SJ-H: Shift-JIS "(001.000)" JIS-83 Disk
  228. *Font GothicBBB-Medium-SJ-V: Shift-JIS "(001.000)" JIS-83 Disk
  229. *Font GothicBBB-Medium-V: JIS "(001.000)" JIS-83 Disk
  230. *Font GothicBBB-Medium.Hankaku: Special "(001.000)" Special Disk
  231. *Font GothicBBB-Medium.Roman: Special "(001.000)" Special Disk
  232. *Font GothicBBB-Medium.WP-Symbol: Special "(001.000)" Special Disk
  233. *Font Mincho-PC-Hiragana: Special "(001.000)" Special Disk
  234. *Font Mincho-PC-Katakana: Special "(001.000)" Special Disk
  235. *Font Ryumin-Light-78-EUC-H: EUC "(001.000)" JIS-78 Disk
  236. *Font Ryumin-Light-78-EUC-V: EUC "(001.000)" JIS-78 Disk
  237. *Font Ryumin-Light-78-H: JIS "(001.000)" JIS-78 Disk
  238. *Font Ryumin-Light-78-RKSJ-H: RKSJ "(001.000)" JIS-78 Disk
  239. *Font Ryumin-Light-78-RKSJ-V: RKSJ "(001.000)" JIS-78 Disk
  240. *Font Ryumin-Light-78-SJ-H: Shift-JIS "(001.000)" JIS-78 Disk
  241. *Font Ryumin-Light-78-SJ-V: Shift-JIS "(001.000)" JIS-78 Disk
  242. *Font Ryumin-Light-78-V: JIS "(001.000)" JIS-78 Disk
  243. *Font Ryumin-Light-83pv-RKSJ-H: RKSJ "(001.000)" 83pv Disk
  244. *Font Ryumin-Light-83pv-RKSJ-V: RKSJ "(001.000)" 83pv Disk
  245. *Font Ryumin-Light-EUC-H: EUC "(001.000)" JIS-83 Disk
  246. *Font Ryumin-Light-EUC-V: EUC "(001.000)" JIS-83 Disk
  247. *Font Ryumin-Light-Ext-EUC-H: EUC "(001.000)" Ext Disk
  248. *Font Ryumin-Light-Ext-EUC-V: EUC "(001.000)" Ext Disk
  249. *Font Ryumin-Light-Ext-H: JIS "(001.000)" Ext Disk
  250. *Font Ryumin-Light-Ext-RKSJ-H: RKSJ "(001.000)" Ext Disk
  251. *Font Ryumin-Light-Ext-RKSJ-V: RKSJ "(001.000)" Ext Disk
  252. *Font Ryumin-Light-Ext-SJ-H: Shift-JIS "(001.000)" Ext Disk
  253. *Font Ryumin-Light-Ext-SJ-V: Shift-JIS "(001.000)" Ext Disk
  254. *Font Ryumin-Light-Ext-V: JIS "(001.000)" Ext Disk
  255. *Font Ryumin-Light-H: JIS "(001.000)" JIS-83 Disk
  256. *Font Ryumin-Light-RKSJ-H: RKSJ "(001.000)" JIS-83 Disk
  257. *Font Ryumin-Light-RKSJ-V: RKSJ "(001.000)" JIS-83 Disk
  258. *Font Ryumin-Light-SJ-H: Shift-JIS "(001.000)" JIS-83 Disk
  259. *Font Ryumin-Light-SJ-V: Shift-JIS "(001.000)" JIS-83 Disk
  260. *Font Ryumin-Light-V: JIS "(001.000)" JIS-83 Disk
  261. *Font Ryumin-Light.Hankaku: Special "(001.000)" Special Disk
  262. *Font Ryumin-Light.Roman: Special "(001.000)" Special Disk
  263. *Font Ryumin-Light.WP-Symbol: Special "(001.000)" Special Disk
  264. *Font UserGaiji: Special "(001.000)" Special Disk
  265. *?FontQuery: "
  266. save
  267. /str 128 string def str 0 (fonts/) putinterval
  268. {
  269. count 1 gt {
  270. exch dup 128 string cvs (/) print print (:) print
  271. dup FontDirectory exch known {pop (Yes)}
  272. {
  273. str
  274. dup 3 -1 roll 128 string cvs dup length /len exch def
  275. 6 exch putinterval
  276. 0 len 6 add getinterval mark exch
  277. { } 128 string filenameforall counttomark 0 gt {
  278. cleartomark (Yes)}{cleartomark (No)}ifelse
  279. }ifelse =
  280. }{ exit } ifelse
  281. } bind loop
  282. (*) = flush
  283. restore
  284. "
  285. *End
  286. *?FontList: "
  287. save
  288. FontDirectory { pop == } bind forall flush
  289. /filenameforall where {
  290. pop (fonts/*) {
  291. dup length 6 sub 6 exch getinterval cvn ==
  292. } bind
  293. 128 string filenameforall flush
  294. } if
  295. (*) = flush
  296. restore
  297. "
  298. *End
  299. *% Printer Messages (verbatim from printer):
  300. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  301. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  302. *Message: "\FontName\ not found, using Courier"
  303. *% Status (format: %%[ status: <one of these> ]%% )
  304. *Status: "idle"
  305. *Status: "busy"
  306. *Status: "waiting"
  307. *Status: "printing"
  308. *Status: "warming up"
  309. *Status: "PrinterError: paper jam"
  310. *Status: "PrinterError: cover open"
  311. *Status: "PrinterError: ep life"
  312. *Status: "PrinterError: fuser life"
  313. *Status: "PrinterError: paper misfeed"
  314. *Status: "PrinterError: no cartridge"
  315. *Status: "PrinterError: wrong paper size"
  316. *Status: "PrinterError: out of toner"
  317. *Status: "PrinterError: problem with fuser temp"
  318. *Status: "PrinterError: manual feed timeout"
  319. *Status: "PrinterError: out of paper"
  320. *Status: "PrinterError: offline"
  321. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  322. *Source: "serial25"
  323. *Source: "Centronics"
  324. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  325. *PrinterError: "paper jam"
  326. *PrinterError: "cover open"
  327. *PrinterError: "ep life"
  328. *PrinterError: "fuser life"
  329. *PrinterError: "paper misfeed"
  330. *PrinterError: "no cartridge"
  331. *PrinterError: "wrong paper size"
  332. *PrinterError: "out of toner"
  333. *PrinterError: "problem with fuser temp"
  334. *PrinterError: "manual feed timeout"
  335. *PrinterError: "out of paper"
  336. *PrinterError: "offline"
  337. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  338. *% Color Separation Information =====================
  339. *DefaultColorSep: ProcessBlack.60lpi.320dpi/60 lpi / 320 dpi
  340. *InkName: ProcessBlack/Process Black
  341. *InkName: CustomColor/Custom Color
  342. *InkName: ProcessCyan/Process Cyan
  343. *InkName: ProcessMagenta/Process Magenta
  344. *InkName: ProcessYellow/Process Yellow
  345. *% For 60 lpi / 320 dpi ===============================
  346. *%ColorSepScreenAngle ProcessBlack.60lpi.320dpi/60 lpi / 320 dpi: "45"
  347. *%ColorSepScreenAngle CustomColor.60lpi.320dpi/60 lpi / 320 dpi: "45"
  348. *%ColorSepScreenAngle ProcessCyan.60lpi.320dpi/60 lpi / 320 dpi: "15"
  349. *%ColorSepScreenAngle ProcessMagenta.60lpi.320dpi/60 lpi / 320 dpi: "75"
  350. *%ColorSepScreenAngle ProcessYellow.60lpi.320dpi/60 lpi / 320 dpi: "0"
  351. *%ColorSepScreenFreq ProcessBlack.60lpi.320dpi/60 lpi / 320 dpi: "60"
  352. *%ColorSepScreenFreq CustomColor.60lpi.320dpi/60 lpi / 320 dpi: "60"
  353. *%ColorSepScreenFreq ProcessCyan.60lpi.320dpi/60 lpi / 320 dpi: "60"
  354. *%ColorSepScreenFreq ProcessMagenta.60lpi.320dpi/60 lpi / 320 dpi: "60"
  355. *%ColorSepScreenFreq ProcessYellow.60lpi.320dpi/60 lpi / 320 dpi: "60"
  356. *% For "LCX-PS" version 52.1
  357. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  358. *% Converted to meet 4.1 specification
  359. *% Last Edit Date: April 12 1995
  360. *% The byte count of this file should be exactly 013574 or 013967
  361. *% depending on the filesystem it resides in.
  362. *% end of PPD file for LCX-PS