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.

622 lines
23 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.9x 4/27/95";
  8. *%
  9. *FormatVersion: "4.0"
  10. *FileVersion: "1.9x"
  11. *LanguageVersion: English
  12. *%
  13. *Product: "(EPL-5700)"
  14. *%
  15. *PSVersion: "(132.18) 2834"
  16. *%
  17. *ModelName: "EPSON EPL-5700 EPSONScript"
  18. *%
  19. *% NickName can be customized by the local system administrator.
  20. *NickName: "EPSON EPL-5700 EPSONScript"
  21. *%
  22. *PCFileName: "ESCRIPTE.PPD"
  23. *Manufacturer: "Epson"
  24. *%=== Basic Capabilities ===============
  25. *LanguageLevel: "2"
  26. *ColorDevice: False
  27. *DefaultColorSpace: Gray
  28. *Throughput: "8"
  29. *Protocols: TBCP
  30. *% The FreeVM number is most useful for intelligent spoolers that can
  31. *% decide which printer to use, based on the known available memory.
  32. *% I.e., in general, this number is not too important.
  33. *% FreeVM may be set for the particular printer's memory configuration
  34. *% by typing "vmstatus exch sub == pop" JUST AFTER POWER UP. This number
  35. *% varies only slightly for ON vs. OFF settings of "JOB MENU > PAGE PROTECT",
  36. *% or for 300 vs. 600 dpi.
  37. *% Note: The actual *usable* memory size *is* increased when "JOB MENU PAGE
  38. *% PROTECT" is set to "OFF", and when RESOLUTION is set to 300.
  39. *%
  40. *FreeVM: "3366888"
  41. *VMOption None/Minimum PS2 Standard 4.0 MB RAM: "3366888"
  42. *VMOption 4.0MB: "3366888"
  43. *VMOption 6.0MB: "5464040"
  44. *VMOption 12.0MB: "11755496"
  45. *VMOption 20.0MB: "20144104"
  46. *VMOption 36.0MB: "36921320"
  47. *Password: "()"
  48. *ExitServer: " count 0 eq % Is password on stack?
  49. { false } { true exch startjob } ifelse
  50. not { (WARNING: Cannot modify initial VM.) =
  51. (Missing or invalid password.) =
  52. (Please contact author of this software.) = flush quit
  53. } if"
  54. *End
  55. *Reset: "count 0 eq % Is password on stack?
  56. { false } { true exch startjob } ifelse
  57. not { (WARNING: Cannot reset printer.) =
  58. (Missing or invalid password.) =
  59. (Please contact author of this software.) = flush quit
  60. } if
  61. systemdict /quit get exec
  62. (WARNING: Printer Reset Failed.) = flush"
  63. *End
  64. *% When MicroGray is on, RITech is disabled automatically, invisible to user.
  65. *% (We needn't enforce this at the user interface.)
  66. *% *UIConstraints: *MicroGray On *Smoothing Off
  67. *% Resolution
  68. *%
  69. *% Must be followed by a paper or tray operator to take effect!
  70. *%
  71. *OpenUI *Resolution/Printing Resolution: PickOne
  72. *OrderDependency: 10 AnySetup *Resolution
  73. *% NOTE: Printer does NOT support 400dpi, and "400dpi" will not appear
  74. *% in the user interface. We are using 400dpi as a way to access
  75. *% "Printer's default", within the constraints of the PPD format.
  76. *%
  77. *% Printer's resolution selection
  78. *DefaultResolution: 400dpi
  79. *Resolution 400dpi/Printer's default: ""
  80. *Resolution 600dpi/600 dpi: "<</HWResolution [600 600] >> setpagedevice"
  81. *Resolution 300dpi/300 dpi: "<</HWResolution [300 300] >> setpagedevice"
  82. *?Resolution: "save currentpagedevice /HWResolution get 0 get
  83. ( ) cvs print (dpi) = flush restore"
  84. *End
  85. *CloseUI: *Resolution
  86. *% Epson RITech (Resolution Improvement Technology)
  87. *%
  88. *OpenUI *Smoothing/Resolution Improve: PickOne
  89. *OrderDependency: 50 AnySetup *Smoothing
  90. *DefaultSmoothing: Default
  91. *% "Printer's default" appears twice for PSPrinter/LW8.0, once for EpsonScript.
  92. *Smoothing Default/Printer's default: ""
  93. *Smoothing Off/Off: "<</REValue 0>> setsystemparams"
  94. *Smoothing On/On: "<</REValue 1>> setsystemparams"
  95. *% First "Off" ("Not available"), should never occur for this product.
  96. *?Smoothing: "save [(Off)(Off)(On)]
  97. currentsystemparams /REValue get 1 add get
  98. = flush restore"
  99. *End
  100. *CloseUI: *Smoothing
  101. *% User preference of Printer's Default Monochrome Screen:
  102. *%
  103. *% At 600 dpi, when MultiGray/MicroGray is selected:
  104. *% * Images with 8 or more bits will be rendered by Epson's MicroGray (R)
  105. *% screening, with an effective frequency of 141 lpi at 45 degrees.
  106. *% * Other screened areas will be rendered by Phoenix Technologies'
  107. *% MultiGray (R), with an effective frequency of 106 lpi at 45 degrees.
  108. *% At 300 dpi, when MultiGray/MicroGray is selected:
  109. *% * All screened areas will be rendered by Phoenix Technologies'
  110. *% MultiGray (R), with an effective frequency of 53 lpi at 45 degrees.
  111. *%
  112. *OpenUI *MicroGray/Dot Screen: PickOne
  113. *OrderDependency: 60 AnySetup *MicroGray
  114. *DefaultMicroGray: Default
  115. *MicroGray Default/Printer's default: ""
  116. *MicroGray Off/Standard: "
  117. <</PrefScreenValue 0>> setuserparams currentscreen setscreen"
  118. *End
  119. *MicroGray On/MultiGray/MicroGray: "
  120. <</PrefScreenValue 1>> setuserparams currentscreen setscreen"
  121. *End
  122. *?MicroGray: "save [(Off)(On)]
  123. currentuserparams /PrefScreenValue get get
  124. = flush restore"
  125. *End
  126. *CloseUI: *MicroGray
  127. *% At 600 dpi, MicroGray is selected:
  128. *% frequency of 141 lpi at 45 degrees
  129. *% frequency of 106 lpi at 45 degrees
  130. *OpenUI *EmgtFrequency/MicroGray Frequency: PickOne
  131. *OrderDependency: 70 AnySetup *EmgtFrequency
  132. *DefaultEmgtFrequency: Default
  133. *EmgtFrequency Default/106 lpi: ""
  134. *End
  135. *EmgtFrequency 141lpi/141 lpi: "
  136. <</EmgtFrequency 0>> setuserparams"
  137. *End
  138. *?EmgtFrequency: "save [(141lpi)]
  139. currentuserparams /EmgtFrequency get get
  140. = flush restore"
  141. *End
  142. *CloseUI: *EmgtFrequency
  143. *% PS Error Sheet
  144. *%
  145. *OpenUI *PSerrorsheet/Error Sheet: PickOne
  146. *OrderDependency: 80 AnySetup *PSerrorsheet
  147. *DefaultPSerrorsheet: Default
  148. *%
  149. *PSerrorsheet Default/Printer's default: ""
  150. *PSerrorsheet Off/Off: "<</DoErrorSheet false>> setsystemparams"
  151. *PSerrorsheet On/On: "<</DoErrorSheet true>> setsystemparams"
  152. *?PSerrorsheet: "save[(Off)(On)]
  153. currentsystemparams /DoErrorSheet get get
  154. = flush restore"
  155. *End
  156. *CloseUI: *PSerrorsheet
  157. *% PS Printmode
  158. *%
  159. *OpenUI *PSprintmode/Page Protect: PickOne
  160. *OrderDependency: 90 AnySetup *PSprintmode
  161. *DefaultPSprintmode: Default
  162. *%
  163. *PSprintmode Default/Printer's default: ""
  164. *PSprintmode Off/Off: "<</PrintMode 0>> setsystemparams"
  165. *PSprintmode On/On: "<</PrintMode 1>> setsystemparams"
  166. *?PSprintmode: "save[(Off)(On)]
  167. currentsystemparams /PrintMode get get
  168. = flush restore"
  169. *End
  170. *CloseUI: *PSprintmode
  171. *% PSprotectLevel
  172. *%
  173. *OpenUI *PSprotectlevel/Protect Level: PickOne
  174. *OrderDependency: 100 AnySetup *PSprotectlevel
  175. *DefaultPSprotectlevel: Default
  176. *%
  177. *PSprotectlevel Default/Printer's default: ""
  178. *PSprotectlevel level1/1: "<</ProtectLevel 1>> setuserparams"
  179. *PSprotectlevel level2/2: "<</ProtectLevel 2>> setuserparams"
  180. *PSprotectlevel level3/3: "<</ProtectLevel 3>> setuserparams"
  181. *PSprotectlevel level4/4: "<</ProtectLevel 4>> setuserparams"
  182. *PSprotectlevel level5/5: "<</ProtectLevel 5>> setuserparams"
  183. *?PSprotectlevel: "save[(level1)(level2)(level3)(level4)(level5)]
  184. currentuserparams /ProtectLevel get get
  185. = flush restore"
  186. *End
  187. *CloseUI: *PSprotectlevel
  188. *% PS Toner Save
  189. *%
  190. *OpenUI *TonerSave/Toner Save: PickOne
  191. *OrderDependency: 110 AnySetup *TonerSave
  192. *DefaultTonerSave: Default
  193. *%
  194. *TonerSave Default/Printer's default: ""
  195. *TonerSave Off/Off: "<</TonerSave false>> setuserparams"
  196. *TonerSave On/On: "<</TonerSave true>> setuserparams"
  197. *?TonerSave: "save [(Off)(On)]
  198. currentuserparams /TonerSave get get
  199. = flush restore"
  200. *End
  201. *CloseUI: *TonerSave
  202. *% PS Toner Density
  203. *%
  204. *OpenUI *TonerDensity/Toner Density: PickOne
  205. *OrderDependency: 120 AnySetup *TonerDensity
  206. *DefaultTonerDensity: Default
  207. *%
  208. *TonerDensity Default/Printer's default: ""
  209. *TonerDensity Lightest/Lightest: "<</TonerDensity 1>> setuserparams"
  210. *TonerDensity Light/Light: "<</TonerDensity 2>> setuserparams"
  211. *TonerDensity Medium/Medium: "<</TonerDensity 3>> setuserparams"
  212. *TonerDensity Dark/Dark: "<</TonerDensity 4>> setuserparams"
  213. *TonerDensity Darkest/Darkest: "<</TonerDensity 5>> setuserparams"
  214. *?TonerDensity: "save [(Lightest)(Light)(Medium)(Dark)(Darkest)]
  215. currentuserparams /TonerDensity get get
  216. = flush restore"
  217. *End
  218. *CloseUI: *TonerDensity
  219. *% Halftone Information ===========================
  220. *%
  221. *% Standard non-MicroGray screen is 60 lpi for 300 dpi, 85 lpi for 600 dpi.
  222. *%
  223. *ScreenFreq: "60"
  224. *ScreenAngle: "45"
  225. *DefaultScreenProc: Dot
  226. *ScreenProc Dot: "
  227. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  228. sub}{dup mul exch dup mul add 1 exch sub}ifelse}"
  229. *End
  230. *ScreenProc Line: "{pop}"
  231. *ScreenProc Ellipse: "{dup 5 mul 8 div mul exch dup mul exch add
  232. sqrt 1 exch sub}"
  233. *End
  234. *DefaultTransfer: Null
  235. *Transfer Null: "{}"
  236. *Transfer Null.Inverse: "{1 exch sub}"
  237. *% === Paper Handling ===================
  238. *%
  239. *% Use these PageSize entries to set paper size unless there is specific reason
  240. *% to use PageRegion, such as when using manual feed. (PageSize code is
  241. *% included in the PostScript file when Mac driver's "Paper from" is set
  242. *% to "Auto Select" or "Automatic".)
  243. *%
  244. *OpenUI *PageSize: PickOne
  245. *OrderDependency: 40 AnySetup *PageSize
  246. *%
  247. *% Typically, set DefaultPageSize to Letter for ActionLaser 1600.
  248. *% Typically, set DefaultPageSize to A4 for EPL-5600.
  249. *% This may be set to whatever is the most common PageSize at a site. (Note:
  250. *% per-job PageSize is not stored with the job by all Mac applications.)
  251. *DefaultPageSize: A4
  252. *%
  253. *PageSize A4: "a4"
  254. *PageSize A5: "a5"
  255. *PageSize B5: "b5"
  256. *PageSize Letter: "letter"
  257. *PageSize Legal: "legal"
  258. *PageSize HalfLetter/Half Letter: "halfletter"
  259. *PageSize Executive: "executivepage"
  260. *PageSize Govlgl/Government Legal: "glg"
  261. *PageSize Govltr/Government Letter: "glt"
  262. *PageSize F4: "f4"
  263. *PageSize Monarch: "monarch"
  264. *PageSize Comm10/Commercial-10: "com10"
  265. *PageSize DL: "dlenvelope"
  266. *PageSize C5: "c5"
  267. *PageSize ISOB5/International B5: "enb5"
  268. *PageSize C6: "c6"
  269. *PageSize Custom: "custom"
  270. *?PageSize: "save
  271. 18 dict
  272. dup /a4 (A4) put
  273. dup /a5 (A5) put
  274. dup /b5 (B5) put
  275. dup /letter (Letter) put
  276. dup /legal (Legal) put
  277. dup /halfletter (HalfLetter) put
  278. dup /executivepage (Executive) put
  279. dup /glg (Govlgl) put
  280. dup /glt (Govltr) put
  281. dup /f4 (F4) put
  282. dup /monarch (Monarch) put
  283. dup /com10 (Comm10) put
  284. dup /dl (DL) put
  285. dup /dlenvelope (DL) put
  286. dup /c5 (C5) put
  287. dup /enb5 (ISOB5) put
  288. dup /c6 (C6) put
  289. dup /custom (Custom) put
  290. paperdict {
  291. /pindex get
  292. currentsystemparams /PaperSize get eq
  293. { exit } { pop} ifelse
  294. } forall
  295. count 0 eq { (Unknown) }{ get } ifelse =
  296. flush restore"
  297. *End
  298. *CloseUI: *PageSize
  299. *% These entries set up the frame buffer. Usually used with manual feed.
  300. *% (These are intended to be ignored if emitted before InputSlot for
  301. *% this printer. I.e., InputSlot will override a preceding PageRegion.)
  302. *%
  303. *OpenUI *PageRegion: PickOne
  304. *OrderDependency: 20 AnySetup *PageRegion
  305. *%
  306. *% Typically, set DefaultPageRegion to Letter for ActionLaser 1300.
  307. *% Typically, set DefaultPageRegion to A4 for EPL-5500.
  308. *DefaultPageRegion: A4
  309. *%
  310. *PageRegion A4: "a4"
  311. *PageRegion A5: "a5"
  312. *PageRegion B5: "b5"
  313. *PageRegion Letter: "letter"
  314. *PageRegion Legal: "legal"
  315. *PageRegion HalfLetter/Half Letter: "halfletter"
  316. *PageRegion Executive: "executivepage"
  317. *PageRegion Govlgl/Government Legal: "glg"
  318. *PageRegion Govltr/Government Letter: "glt"
  319. *PageRegion F4: "f4"
  320. *PageRegion Monarch: "monarch"
  321. *PageRegion Comm10/Commercial-10: "com10"
  322. *PageRegion DL: "dlenvelope"
  323. *PageRegion C5: "c5"
  324. *PageRegion ISOB5/International B5: "enb5"
  325. *PageRegion C6: "c6"
  326. *PageRegion Custom: "custom"
  327. *CloseUI: *PageRegion
  328. *% These entries provide the imageable areas of the media option keywords.
  329. *% Low x,y were rounded up, high x,y rounded down to integer for Windows.
  330. *%
  331. *% Typically, set DefaultImageableArea to Letter for ActionLaser 1600.
  332. *% Typically, set DefaultImageableArea to A4 for EPL-5600.
  333. *DefaultImageableArea: A4
  334. *%
  335. *ImageableArea A4: "12 13 583 829"
  336. *ImageableArea A5: "12 13 407 582"
  337. *ImageableArea B5: "12 13 503 716"
  338. *ImageableArea Letter: "12 13 599 780"
  339. *ImageableArea Legal: "12 13 599 996"
  340. *ImageableArea HalfLetter/Half Letter: "12 13 383 583"
  341. *ImageableArea Executive: "12 13 509 744"
  342. *ImageableArea Govlgl/Government Legal: "12 13 599 924"
  343. *ImageableArea Govltr/Government Letter: "12 13 563 744"
  344. *ImageableArea F4: "12 13 583 923"
  345. *ImageableArea Monarch: "12 13 266 528"
  346. *ImageableArea Comm10/Commercial-10: "12 13 284 672"
  347. *ImageableArea DL: "12 13 299 611"
  348. *ImageableArea C5: "12 13 447 636"
  349. *ImageableArea ISOB5/International B5: "12 13 486 695"
  350. *ImageableArea C6: "12 13 312 448"
  351. *ImageableArea Custom: "12 13 603 995"
  352. *?ImageableArea: "save
  353. /cvp {( ) cvs print ( ) print } bind def
  354. /upperright {10000 mul floor 10000 div} bind def
  355. /lowerleft {10000 mul ceiling 10000 div} bind def
  356. newpath clippath pathbbox
  357. 4 -2 roll exch 2 {lowerleft cvp} repeat
  358. exch 2 {upperright cvp} repeat flush
  359. restore"
  360. *End
  361. *% These provide the physical dimensions of the media, by option keyword.
  362. *%
  363. *% Typically, set DefaultPaperDimension to Letter for ActionLaser 1300.
  364. *% Typically, set DefaultPaperDimension to A4 for EPL-5500.
  365. *DefaultPaperDimension: A4
  366. *%
  367. *PaperDimension A4: "595 841"
  368. *PaperDimension A5: "419 595"
  369. *PaperDimension B5: "516 728"
  370. *PaperDimension Letter: "612 792"
  371. *PaperDimension Legal: "612 1008"
  372. *PaperDimension HalfLetter/Half Letter: "396 612"
  373. *PaperDimension Executive: "522 756"
  374. *PaperDimension Govlgl/Government Legal: "612 936"
  375. *PaperDimension Govltr/Government Letter: "576 756"
  376. *PaperDimension F4: "595 935"
  377. *PaperDimension Monarch: "278 540"
  378. *PaperDimension Comm10/Commercial-10: "296 684"
  379. *PaperDimension DL: "311 623"
  380. *PaperDimension C5: "459 648"
  381. *PaperDimension ISOB5/International B5: "498 708"
  382. *PaperDimension C6: "323 459"
  383. *PaperDimension Custom: "618 1008"
  384. *% This controls the "Paper from" driver dialog.
  385. *%
  386. *OpenUI *InputSlot: PickOne
  387. *OrderDependency: 30 AnySetup *InputSlot
  388. *% *DefaultInputSlot: EpsonAuto
  389. *%
  390. *% The "Automatic" default causes tray-selection based on PageSize.
  391. *% Default appears to be "Automatic" for EpsonScript Driver, and equivalently,
  392. *% "Auto Select" for PSPrinter/LW8.0 . I.e., DefaultInputSlot is ignored.
  393. *%
  394. *InputSlot EpsonAuto/Printer's Automatic: "3 statusdict /setpapertray get exec
  395. <</ManualFeed false >> setpagedevice"
  396. *End
  397. *InputSlot Manual/Manual Feed: "0 statusdict /setpapertray get exec
  398. <</ManualFeed true >> setpagedevice"
  399. *End
  400. *InputSlot Upper/Standard Tray: "0 statusdict /setpapertray get exec
  401. <</ManualFeed false >> setpagedevice"
  402. *End
  403. *InputSlot Lower/Optional Cassette: "1 statusdict /setpapertray get exec
  404. <</ManualFeed false >> setpagedevice"
  405. *End
  406. *?InputSlot: "
  407. save
  408. currentpagedevice /ManualFeed get
  409. {(Manual)} {
  410. 3 dict
  411. dup /0 (Upper) put
  412. dup /1 (Lower) put
  413. dup /3 (EpsonAuto) put
  414. statusdict /papertray get exec
  415. {get} stopped {pop pop (Unknown)} if
  416. } ifelse
  417. = flush restore"
  418. *End
  419. *CloseUI: *InputSlot
  420. *% Font Information =====================
  421. *%
  422. *% Note: "Helvetica", "Palatino" and "Times" are registered trademarks of
  423. *% Linotype AG and/or its subsidiaries. The PostScript interpreter
  424. *% addressed by this PPD will substitute the comparable Bitstream font
  425. *% families "Swiss", "Zapf Calligraphic", and "Dutch", respectively,
  426. *% for PostScript references to the former three names.
  427. *%
  428. *DefaultFont: Courier
  429. *Font AvantGarde-Book: Standard "(002)" Standard ROM
  430. *Font AvantGarde-BookOblique: Standard "(002)" Standard ROM
  431. *Font AvantGarde-Demi: Standard "(002)" Standard ROM
  432. *Font AvantGarde-DemiOblique: Standard "(002)" Standard ROM
  433. *Font Bookman-Demi: Standard "(002)" Standard ROM
  434. *Font Bookman-DemiItalic: Standard "(002)" Standard ROM
  435. *Font Bookman-Light: Standard "(002)" Standard ROM
  436. *Font Bookman-LightItalic: Standard "(002)" Standard ROM
  437. *Font Courier: Standard "(002)" Standard ROM
  438. *Font Courier-Bold: Standard "(002)" Standard ROM
  439. *Font Courier-BoldOblique: Standard "(002)" Standard ROM
  440. *Font Courier-Oblique: Standard "(002)" Standard ROM
  441. *Font Helvetica: Standard "(002)" Standard ROM
  442. *Font Helvetica-Bold: Standard "(002)" Standard ROM
  443. *Font Helvetica-BoldOblique: Standard "(002)" Standard ROM
  444. *Font Helvetica-Narrow: Standard "(002)" Standard ROM
  445. *Font Helvetica-Narrow-Bold: Standard "(002)" Standard ROM
  446. *Font Helvetica-Narrow-BoldOblique: Standard "(002)" Standard ROM
  447. *Font Helvetica-Narrow-Oblique: Standard "(002)" Standard ROM
  448. *Font Helvetica-Oblique: Standard "(002)" Standard ROM
  449. *Font NewCenturySchlbk-Bold: Standard "(002)" Standard ROM
  450. *Font NewCenturySchlbk-BoldItalic: Standard "(002)" Standard ROM
  451. *Font NewCenturySchlbk-Italic: Standard "(002)" Standard ROM
  452. *Font NewCenturySchlbk-Roman: Standard "(002)" Standard ROM
  453. *Font Palatino-Bold: Standard "(002)" Standard ROM
  454. *Font Palatino-BoldItalic: Standard "(002)" Standard ROM
  455. *Font Palatino-Italic: Standard "(002)" Standard ROM
  456. *Font Palatino-Roman: Standard "(002)" Standard ROM
  457. *Font Symbol: Standard "(002)" Standard ROM
  458. *Font Times-Bold: Standard "(002)" Standard ROM
  459. *Font Times-BoldItalic: Standard "(002)" Standard ROM
  460. *Font Times-Italic: Standard "(002)" Standard ROM
  461. *Font Times-Roman: Standard "(002)" Standard ROM
  462. *Font ZapfChancery-MediumItalic: Standard "(002)" Standard ROM
  463. *Font ZapfDingbats: Standard "(002)" Standard ROM
  464. *%
  465. *?FontQuery: "save
  466. /str 100 string dup 0 (fonts/) putinterval def
  467. {
  468. count 1 gt
  469. {
  470. exch dup str 6 94 getinterval cvs
  471. (/) print dup print (:) print exch
  472. FontDirectory exch known
  473. { pop (Yes) }
  474. {
  475. length 6 add str 0 3 -1 roll getinterval
  476. mark exch status
  477. {cleartomark (Yes)}{cleartomark (No)} ifelse
  478. } ifelse = flush
  479. }
  480. {exit} ifelse
  481. }bind loop
  482. (*) = flush
  483. restore"
  484. *End
  485. *?FontList: "save
  486. FontDirectory { pop == } bind forall flush
  487. (*) = flush
  488. restore"
  489. *End
  490. *% Printer Messages (verbatim from printer):
  491. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  492. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  493. *Message: "\FontName\ not found, using Courier"
  494. *% Status (format: %%[ status: <one of these> ]%% )
  495. *Status: "idle"
  496. *Status: "busy"
  497. *Status: "waiting"
  498. *Status: "printing"
  499. *Status: "initializing"
  500. *Status: "PrinterError:off line"
  501. *Status: "PrinterError:out of paper"
  502. *Status: "PrinterError:cover open"
  503. *Status: "PrinterError:paper entry misfeed"
  504. *Status: "PrinterError:Ink/Toner end"
  505. *Status: "PrinterError:PRINT OVERRUN"
  506. *Status: "PrinterError:INSERT CART"
  507. *Status: "PrinterError:ILLEGAL CART"
  508. *Status: "PrinterError:REMOVE CART"
  509. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  510. *Source: "Serial"
  511. *Source: "Parallel"
  512. *Source: "AppleTalk"
  513. *Source: "Other I/O"
  514. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  515. *% (Printer Errors are reported via the LCD display on the printer.)
  516. *PrinterError: "off line"
  517. *PrinterError: "out of paper"
  518. *PrinterError: "cover open"
  519. *PrinterError: "paper entry misfeed"
  520. *PrinterError: "Ink/Toner end"
  521. *PrinterError: "PRINT OVERRUN"
  522. *PrinterError: "INSERT CART"
  523. *PrinterError: "ILLEGAL CART"
  524. *PrinterError: "REMOVE CART"
  525. *% Color Separation Information =====================
  526. *%*DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  527. *DefaultColorSep: ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi
  528. *InkName: ProcessBlack/Process Black
  529. *InkName: CustomColor/Custom Color
  530. *InkName: ProcessCyan/Process Cyan
  531. *InkName: ProcessMagenta/Process Magenta
  532. *InkName: ProcessYellow/Process Yellow
  533. *% For 60 lpi / 300 dpi ===============================
  534. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  535. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  536. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  537. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  538. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  539. *%
  540. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  541. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  542. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  543. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  544. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  545. *% For 53 lpi / 300 dpi ===============================
  546. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  547. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  548. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "21.801"
  549. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "68.1985"
  550. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  551. *%
  552. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  553. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  554. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "55.7086"
  555. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "55.708"
  556. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  557. *% For 85 lpi / 600 dpi ===============================
  558. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45"
  559. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45"
  560. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "15"
  561. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "75"
  562. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0"
  563. *%
  564. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "85"
  565. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "85"
  566. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "85"
  567. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "85"
  568. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "85"
  569. *% For 71 lpi / 600 dpi ===============================
  570. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45"
  571. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45"
  572. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "15"
  573. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "75"
  574. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0"
  575. *%
  576. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.71"
  577. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.71"
  578. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "72.76"
  579. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "72.76"
  580. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "75"
  581. *% end of PPD file for EPSON EPL-5500 EpsonScript.