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.

428 lines
16 KiB

  1. *PPD-Adobe: "4.0"
  2. *%
  3. *% Note: For use with some ancient applications, e.g., Adobe Separator 3.2,
  4. *% it may be necessary to make a version of this file with the first line
  5. *% commented out.
  6. *%
  7. *% PTL SCCS ID "@(#)PPD 1.12 3/28/94";
  8. *%
  9. *FormatVersion: "4.0"
  10. *FileVersion: "1.12"
  11. *LanguageVersion: English
  12. *%
  13. *Product: "(ActionLaser 1000)"
  14. *Product: "(ActionLaser 1500)"
  15. *%
  16. *PSVersion: "(130.05) 2834"
  17. *%
  18. *ModelName: "EPSON AL-1000/1500 EpsonScript"
  19. *%
  20. *% NickName can be customized by the local system administrator.
  21. *NickName: "EPSON AL-1000/1500 EpsonScript"
  22. *%
  23. *PCFileName: "ESCRIPT2.PPD"
  24. *%=== Basic Capabilities ===============
  25. *LanguageLevel: "2"
  26. *ColorDevice: False
  27. *DefaultColorSpace: Gray
  28. *Throughput: "6"
  29. *Protocols: TBCP
  30. *% Following numbers may be set for the particular printer (or for each
  31. *% available memory size) by typing "vmstatus exch sub == pop" for each
  32. *% memory size, JUST AFTER POWER UP.
  33. *% The FreeVM number is most useful for intelligent spoolers that can
  34. *% decide which printer to use, based on the known available memory.
  35. *% The number will of course vary for SelecType settings "USER INDIVIDUAL" vs.
  36. *% "USER AUTOSENSE", RX-BUFFER SIZE, etc. Actual usable memory size is
  37. *% affected by setting of PRINT MODE ("BAND" vs. "PAGE).
  38. *%
  39. *FreeVM: "913568"
  40. *VMOption None/Minimum PS2 Standard 1.5 MB RAM: "913568"
  41. *VMOption 2.0MB: "1395693"
  42. *VMOption 2.5MB: "1877818"
  43. *VMOption 3.0MB: "2359943"
  44. *VMOption 3.5MB: "2842068"
  45. *VMOption 4.0MB: "3324193"
  46. *VMOption 4.5MB: "3806318"
  47. *VMOption 5.0MB: "4288448"
  48. *% Following configs only possible for ActionLaser 1000 and EPL-5000.
  49. *VMOption 5.5MB: "4770568"
  50. *VMOption 6.0MB: "5252693"
  51. *VMOption 6.5MB: "5734818"
  52. *Password: "()"
  53. *ExitServer: " count 0 eq % Is password on stack?
  54. { false } { true exch startjob } ifelse
  55. not { (WARNING: Cannot modify initial VM.) =
  56. (Missing or invalid password.) =
  57. (Please contact author of this software.) = flush quit
  58. } if"
  59. *End
  60. *Reset: "count 0 eq % Is password on stack?
  61. { false } { true exch startjob } ifelse
  62. not { (WARNING: Cannot reset printer.) =
  63. (Missing or invalid password.) =
  64. (Please contact author of this software.) = flush quit
  65. } if
  66. systemdict /quit get exec
  67. (WARNING: Printer Reset Failed.) = flush"
  68. *End
  69. *%=== Resolution ======================
  70. *DefaultResolution: 300dpi
  71. *?Resolution: "save currentpagedevice /HWResolution get 0 get
  72. ( ) cvs print (dpi) = flush restore"
  73. *End
  74. *% Epson RITech (Resolution Improvement Technology)
  75. *% This setting takes effect on the next page, and stays for future jobs.
  76. *%
  77. *OpenUI *Smoothing/Resolution Improve: PickOne
  78. *OrderDependency: 40 AnySetup *Smoothing
  79. *DefaultSmoothing: Default
  80. *% "Printer's default" appears twice for PSPrinter/LW8.0, once for EpsonScript.
  81. *Smoothing Default/Printer's default: ""
  82. *Smoothing Off: "<</REValue 0>> setsystemparams"
  83. *Smoothing Light: "<</REValue 1>> setsystemparams"
  84. *Smoothing Medium: "<</REValue 2>> setsystemparams"
  85. *Smoothing Heavy: "<</REValue 3>> setsystemparams"
  86. *% Return "Off" to also mean "Not available" for ActionLaser 1000 / EPL-5000.
  87. *?Smoothing: "save [(Off)(Off)(Light)(Medium)(Heavy)]
  88. currentsystemparams /REValue get 1 add get
  89. = flush restore"
  90. *End
  91. *CloseUI: *Smoothing
  92. *% User preference of Printer's Default Monochrome Screen.
  93. *% This setting is effective only for the current job.
  94. *% Phoenix Technologies' MultiGray (R) screening for 300dpi has
  95. *% the *appearance* of a 53 lpi screen at 45 degrees, but with better
  96. *% grayscale than a standard screen, i.e., less visible contouring.
  97. *%
  98. *OpenUI *PrefScreen/Dot Screen: PickOne
  99. *OrderDependency: 45 AnySetup *PrefScreen
  100. *DefaultPrefScreen: Default
  101. *PrefScreen Default/Printer's default: ""
  102. *PrefScreen Dot/Standard (60 lpi 45 deg):"
  103. <</PrefScreenValue 0>> setuserparams currentscreen setscreen"
  104. *End
  105. *PrefScreen MultiGray: "
  106. <</PrefScreenValue 1>> setuserparams currentscreen setscreen"
  107. *End
  108. *?PrefScreen: "save [(Dot)(MultiGray)]
  109. currentuserparams /PrefScreenValue get get
  110. = flush restore"
  111. *End
  112. *CloseUI: *PrefScreen
  113. *% Halftone Information ===========================
  114. *%
  115. *ScreenFreq: "60"
  116. *ScreenAngle: "45"
  117. *DefaultScreenProc: Dot
  118. *ScreenProc Dot: "
  119. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  120. sub}{dup mul exch dup mul add 1 exch sub}ifelse}"
  121. *End
  122. *ScreenProc Line: "{pop}"
  123. *ScreenProc Ellipse: "{dup 5 mul 8 div mul exch dup mul exch add
  124. sqrt 1 exch sub}"
  125. *End
  126. *DefaultTransfer: Null
  127. *Transfer Null: "{}"
  128. *Transfer Null.Inverse: "{1 exch sub}"
  129. *% === Paper Handling ===================
  130. *% Use these PageSize entries to set paper size unless there is specific reason
  131. *% to use PageRegion, such as when using manual feed. (PageSize is used
  132. *% when "Paper from" is set to "Auto Select" or "Automatic".)
  133. *OpenUI *PageSize: PickOne
  134. *OrderDependency: 20 AnySetup *PageSize
  135. *%
  136. *% Typically, set DefaultPageSize to Letter for ActionLaser 1000 and 1500.
  137. *% Typically, set DefaultPageSize to A4 for EPL-5000 and EPL-5200.
  138. *% This may be set to whatever is the most common PageSize at a site.
  139. *% (Per-job PageSize is not stored with the job by all Mac applications.)
  140. *DefaultPageSize: Letter
  141. *%
  142. *PageSize A4: "statusdict /a4tray get exec"
  143. *PageSize A5: "statusdict /a5tray get exec"
  144. *PageSize B5: "statusdict /b5tray get exec"
  145. *PageSize Letter: "statusdict /lettertray get exec"
  146. *PageSize Legal: "statusdict /legaltray get exec"
  147. *PageSize HalfLetter/Half Letter: "statusdict /halflettertray get exec"
  148. *PageSize Executive: "statusdict /executivetray get exec"
  149. *PageSize Govlgl/Government Legal: "statusdict /glgtray get exec"
  150. *PageSize Govltr/Government Letter: "statusdict /glttray get exec"
  151. *PageSize F4: "statusdict /f4tray get exec"
  152. *PageSize Monarch: "statusdict /monarchtray get exec"
  153. *PageSize Comm10/Commercial-10: "statusdict /com10tray get exec"
  154. *PageSize DL: "statusdict /dltray get exec"
  155. *PageSize C5: "statusdict /c5tray get exec"
  156. *?PageSize: "save
  157. 17 dict
  158. dup /a4 (A4) put
  159. dup /a5 (A5) put
  160. dup /b5 (B5) put
  161. dup /letter (Letter) put
  162. dup /legal (Legal) put
  163. dup /halfletter (HalfLetter) put
  164. dup /executivepage (Executive) put
  165. dup /glg (Govlgl) put
  166. dup /glt (Govltr) put
  167. dup /f4 (F4) put
  168. dup /monarch (Monarch) put
  169. dup /com10 (Comm10) put
  170. dup /dl (DL) put
  171. dup /c5 (C5) put
  172. paperdict {
  173. /pindex get
  174. currentsystemparams /PaperSize get eq
  175. { exit } { pop} ifelse
  176. } forall
  177. count 0 eq { (Unknown) }{ get } ifelse =
  178. flush restore"
  179. *End
  180. *CloseUI: *PageSize
  181. *% These entries set up the frame buffer. Usually used with manual feed.
  182. *% (These are intended to be ignored if emitted before InputSlot for
  183. *% this printer. I.e., InputSlot will override a preceding PageRegion.)
  184. *OpenUI *PageRegion: PickOne
  185. *OrderDependency: 14 AnySetup *PageRegion
  186. *%
  187. *% Typically, set DefaultPageRegion to Letter for ActionLaser 1000 and 1500.
  188. *% Typically, set DefaultPageRegion to A4 for EPL-5000 and EPL-5200.
  189. *DefaultPageRegion: Letter
  190. *%
  191. *PageRegion A4: "a4"
  192. *PageRegion A5: "a5"
  193. *PageRegion B5: "b5"
  194. *PageRegion Letter: "letter"
  195. *PageRegion Legal: "legal"
  196. *PageRegion HalfLetter/Half Letter: "halfletter"
  197. *PageRegion Executive: "executivepage"
  198. *PageRegion Govlgl/Government Legal: "glg"
  199. *PageRegion Govltr/Government Letter: "glt"
  200. *PageRegion F4: "f4"
  201. *PageRegion Monarch: "monarch"
  202. *PageRegion Comm10/Commercial-10: "com10"
  203. *PageRegion DL: "dl"
  204. *PageRegion C5: "c5"
  205. *CloseUI: *PageRegion
  206. *% These entries provide the imageable areas of the media option keywords.
  207. *%
  208. *% Typically, set DefaultImageableArea to Letter for ActionLaser 1000 and 1500.
  209. *% Typically, set DefaultImageableArea to A4 for EPL-5000 and EPL-5200.
  210. *DefaultImageableArea: Letter
  211. *%
  212. *ImageableArea A4: "12 10 582 833"
  213. *ImageableArea A5: "12 13 407 582"
  214. *ImageableArea B5: "12 10 504 716"
  215. *ImageableArea Letter: "12 9 599 784"
  216. *ImageableArea Legal: "12 8 599 1000"
  217. *ImageableArea HalfLetter/Half Letter: "12 13 383 599"
  218. *ImageableArea Executive: "12 13 509 744"
  219. *ImageableArea Govlgl/Government Legal: "12 13 599 923"
  220. *ImageableArea Govltr/Government Letter: "12 13 563 743"
  221. *ImageableArea F4: "12 13 582 923"
  222. *ImageableArea Monarch: "12 13 266 527"
  223. *ImageableArea Comm10/Commercial-10: "12 13 284 671"
  224. *ImageableArea DL: "12 13 299 611"
  225. *ImageableArea C5: "12 13 446 636"
  226. *?ImageableArea: "save
  227. /cvp {( ) cvs print ( ) print } bind def
  228. /upperright {10000 mul floor 10000 div} bind def
  229. /lowerleft {10000 mul ceiling 10000 div} bind def
  230. newpath clippath pathbbox
  231. 4 -2 roll exch 2 {lowerleft cvp} repeat
  232. exch 2 {upperright cvp} repeat flush
  233. restore"
  234. *End
  235. *% These provide the physical dimensions of the media, by option keyword.
  236. *%
  237. *% Typically, set DefaultPaperDimension to Letter for ActionLaser 1000 and 1500
  238. *% Typically, set DefaultPaperDimension to A4 for EPL-5000 and EPL-5200.
  239. *DefaultPaperDimension: Letter
  240. *%
  241. *PaperDimension A4: "595 841"
  242. *PaperDimension A5: "419 595"
  243. *PaperDimension B5: "516 728"
  244. *PaperDimension Letter: "612 792"
  245. *PaperDimension Legal: "612 1008"
  246. *PaperDimension HalfLetter/Half Letter: "396 612"
  247. *PaperDimension Executive: "522 756"
  248. *PaperDimension Govlgl/Government Legal: "612 936"
  249. *PaperDimension Govltr/Government Letter: "576 756"
  250. *PaperDimension F4: "595 935"
  251. *PaperDimension Monarch: "278 540"
  252. *PaperDimension Comm10/Commercial-10: "296 684"
  253. *PaperDimension DL: "311 623"
  254. *PaperDimension C5: "459 648"
  255. *% This controls the "Paper from" driver dialog.
  256. *OpenUI *InputSlot: PickOne
  257. *OrderDependency: 15 AnySetup *InputSlot
  258. *DefaultInputSlot: EpsonAuto
  259. *%
  260. *% The "Automatic" default causes tray-selection based on PageSize.
  261. *% Default appears to be "Automatic" for EpsonScript Driver, and equivalently,
  262. *% "Auto Select" for PSPrinter/LW8.0 . I.e., DefaultInputSlot is ignored.
  263. *%
  264. *InputSlot Upper/Standard Bin: "0 statusdict /setpapertray get exec"
  265. *InputSlot Lower/Optional Lower Cassette: "1 statusdict /setpapertray get exec"
  266. *InputSlot EpsonAuto/Like SelecType's INPUT AUTO: "3 statusdict /setpapertray get exec"
  267. *% EpsonAuto is equivalent to choosing "INPUT AUTO" on SelecType.
  268. *% It means: ignore the page size set on the Mac interface, and instead
  269. *% set up size according to SelecType's PAGE SIZE. (This permits failover
  270. *% use of both cassettes if they both have the same size paper.)
  271. *?InputSlot: "
  272. save
  273. 3 dict
  274. dup /3 (EpsonAuto) put
  275. dup /0 (Upper) put
  276. dup /1 (Lower) put
  277. statusdict /papertray get exec
  278. {get} stopped {pop pop (Unknown)} if = flush
  279. restore"
  280. *End
  281. *CloseUI: *InputSlot
  282. *% Font Information =====================
  283. *%
  284. *% Note: "Helvetica", "Palatino" and "Times" are registered trademarks of
  285. *% Linotype AG and/or its subsidiaries. The PostScript interpreter
  286. *% addressed by this PPD will substitute the comparable Bitstream font
  287. *% families "Swiss", "Zapf Calligraphic", and "Dutch", respectively,
  288. *% for PostScript references to the former three names.
  289. *%
  290. *DefaultFont: Courier
  291. *Font AvantGarde-Book: Standard "(002)" Standard ROM
  292. *Font AvantGarde-BookOblique: Standard "(002)" Standard ROM
  293. *Font AvantGarde-Demi: Standard "(002)" Standard ROM
  294. *Font AvantGarde-DemiOblique: Standard "(002)" Standard ROM
  295. *Font Bookman-Demi: Standard "(002)" Standard ROM
  296. *Font Bookman-DemiItalic: Standard "(002)" Standard ROM
  297. *Font Bookman-Light: Standard "(002)" Standard ROM
  298. *Font Bookman-LightItalic: Standard "(002)" Standard ROM
  299. *Font Courier: Standard "(002)" Standard ROM
  300. *Font Courier-Bold: Standard "(002)" Standard ROM
  301. *Font Courier-BoldOblique: Standard "(002)" Standard ROM
  302. *Font Courier-Oblique: Standard "(002)" Standard ROM
  303. *Font Helvetica: Standard "(002)" Standard ROM
  304. *Font Helvetica-Bold: Standard "(002)" Standard ROM
  305. *Font Helvetica-BoldOblique: Standard "(002)" Standard ROM
  306. *Font Helvetica-Narrow: Standard "(002)" Standard ROM
  307. *Font Helvetica-Narrow-Bold: Standard "(002)" Standard ROM
  308. *Font Helvetica-Narrow-BoldOblique: Standard "(002)" Standard ROM
  309. *Font Helvetica-Narrow-Oblique: Standard "(002)" Standard ROM
  310. *Font Helvetica-Oblique: Standard "(002)" Standard ROM
  311. *Font NewCenturySchlbk-Bold: Standard "(002)" Standard ROM
  312. *Font NewCenturySchlbk-BoldItalic: Standard "(002)" Standard ROM
  313. *Font NewCenturySchlbk-Italic: Standard "(002)" Standard ROM
  314. *Font NewCenturySchlbk-Roman: Standard "(002)" Standard ROM
  315. *Font Palatino-Bold: Standard "(002)" Standard ROM
  316. *Font Palatino-BoldItalic: Standard "(002)" Standard ROM
  317. *Font Palatino-Italic: Standard "(002)" Standard ROM
  318. *Font Palatino-Roman: Standard "(002)" Standard ROM
  319. *Font Symbol: Standard "(002)" Standard ROM
  320. *Font Times-Bold: Standard "(002)" Standard ROM
  321. *Font Times-BoldItalic: Standard "(002)" Standard ROM
  322. *Font Times-Italic: Standard "(002)" Standard ROM
  323. *Font Times-Roman: Standard "(002)" Standard ROM
  324. *Font ZapfChancery-MediumItalic: Standard "(002)" Standard ROM
  325. *Font ZapfDingbats: Standard "(002)" Standard ROM
  326. *%
  327. *?FontQuery: "save
  328. /str 100 string dup 0 (fonts/) putinterval def
  329. {
  330. count 1 gt
  331. {
  332. exch dup str 6 94 getinterval cvs
  333. (/) print dup print (:) print exch
  334. FontDirectory exch known
  335. { pop (Yes) }
  336. {
  337. length 6 add str 0 3 -1 roll getinterval
  338. mark exch status
  339. {cleartomark (Yes)}{cleartomark (No)} ifelse
  340. } ifelse = flush
  341. }
  342. {exit} ifelse
  343. }bind loop
  344. (*) = flush
  345. restore"
  346. *End
  347. *?FontList: "save
  348. FontDirectory { pop == } bind forall flush
  349. (*) = flush
  350. restore"
  351. *End
  352. *% Printer Messages (verbatim from printer):
  353. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  354. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  355. *Message: "\FontName\ not found, using Courier"
  356. *% Status (format: %%[ status: <one of these> ]%% )
  357. *Status: "idle"
  358. *Status: "busy"
  359. *Status: "waiting"
  360. *Status: "printing"
  361. *Status: "initializing"
  362. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  363. *Source: "Serial"
  364. *Source: "LocalTalk"
  365. *Source: "Parallel"
  366. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  367. *% (Printer Errors are reported via the LCD display on the printer.)
  368. *% Color Separation Information =====================
  369. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  370. *InkName: ProcessBlack/Process Black
  371. *InkName: CustomColor/Custom Color
  372. *InkName: ProcessCyan/Process Cyan
  373. *InkName: ProcessMagenta/Process Magenta
  374. *InkName: ProcessYellow/Process Yellow
  375. *% For 60 lpi / 300 dpi ===============================
  376. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  377. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  378. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  379. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  380. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  381. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  382. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  383. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  384. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  385. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  386. *% For 53 lpi / 300 dpi ===============================
  387. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  388. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  389. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "18.43"
  390. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  391. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  392. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  393. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  394. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.43"
  395. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.43"
  396. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  397. *% end of PPD file for EPSON AL-1000/1500 EpsonScript.