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.

546 lines
21 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.13 4/21/94";
  8. *%
  9. *FormatVersion: "4.0"
  10. *FileVersion: "1.13"
  11. *LanguageVersion: English
  12. *%
  13. *Product: "(EPL-9000)"
  14. *%
  15. *PSVersion: "(131.61) 2834"
  16. *%
  17. *ModelName: "EPSON EPL-9000 EPSONScript"
  18. *%
  19. *% NickName can be customized by the local system administrator.
  20. *NickName: "EPSON EPL-9000 EPSONScript"
  21. *%
  22. *PCFileName: "ESCRIPT5.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: "1269736"
  41. *VMOption None/Minimum PS2 Standard 2.0 MB RAM: "1269736"
  42. *VMOption 6.0MB: "5464040"
  43. *VMOption 10.0MB: "9658344"
  44. *VMOption 18.0MB: "18047240"
  45. *VMOption 34.0MB: "34824168"
  46. *VMOption 64.0MB: "66281448"
  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 Light/Light: "<</REValue 1>> setsystemparams"
  95. *Smoothing Medium/Medium: "<</REValue 2>> setsystemparams"
  96. *Smoothing Heavy/Dark: "<</REValue 3>> setsystemparams"
  97. *% First "Off" ("Not available"), should never occur for this product.
  98. *?Smoothing: "save [(Off)(Off)(Light)(Medium)(Heavy)]
  99. currentsystemparams /REValue get 1 add get
  100. = flush restore"
  101. *End
  102. *CloseUI: *Smoothing
  103. *% User preference of Printer's Default Monochrome Screen:
  104. *%
  105. *% At 600 dpi, when MultiGray/MicroGray is selected:
  106. *% * Images with 8 or more bits will be rendered by Epson's MicroGray (R)
  107. *% screening, with an effective frequency of 141 lpi at 45 degrees.
  108. *% * Other screened areas will be rendered by Phoenix Technologies'
  109. *% MultiGray (R), with an effective frequency of 106 lpi at 45 degrees.
  110. *% At 300 dpi, when MultiGray/MicroGray is selected:
  111. *% * All screened areas will be rendered by Phoenix Technologies'
  112. *% MultiGray (R), with an effective frequency of 53 lpi at 45 degrees.
  113. *%
  114. *OpenUI *MicroGray/Dot Screen: PickOne
  115. *OrderDependency: 60 AnySetup *MicroGray
  116. *DefaultMicroGray: Default
  117. *MicroGray Default/Printer's default: ""
  118. *MicroGray Off/Standard: "
  119. <</PrefScreenValue 0>> setuserparams currentscreen setscreen"
  120. *End
  121. *MicroGray On/MultiGray/MicroGray: "
  122. <</PrefScreenValue 1>> setuserparams currentscreen setscreen"
  123. *End
  124. *?MicroGray: "save [(Off)(On)]
  125. currentuserparams /PrefScreenValue get get
  126. = flush restore"
  127. *End
  128. *CloseUI: *MicroGray
  129. *% PS Error Sheet
  130. *%
  131. *OpenUI *PSerrorsheet/Error Sheet: PickOne
  132. *OrderDependency: 70 AnySetup *PSerrorsheet
  133. *DefaultPSerrorsheet: Default
  134. *%
  135. *PSerrorsheet Default/Printer's default: ""
  136. *PSerrorsheet Off/Off: "<</DoErrorSheet false>> setsystemparams"
  137. *PSerrorsheet On/On: "<</DoErrorSheet true>> setsystemparams"
  138. *?PSerrorsheet: "save[(Off)(On)]
  139. currentsystemparams /DoErrorSheet get get
  140. = flush restore"
  141. *End
  142. *CloseUI: *PSerrorsheet
  143. *% Halftone Information ===========================
  144. *%
  145. *% Standard non-MicroGray screen is 60 lpi for 300 dpi, 85 lpi for 600 dpi.
  146. *%
  147. *ScreenFreq: "60"
  148. *ScreenAngle: "45"
  149. *DefaultScreenProc: Dot
  150. *ScreenProc Dot: "
  151. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  152. sub}{dup mul exch dup mul add 1 exch sub}ifelse}"
  153. *End
  154. *ScreenProc Line: "{pop}"
  155. *ScreenProc Ellipse: "{dup 5 mul 8 div mul exch dup mul exch add
  156. sqrt 1 exch sub}"
  157. *End
  158. *DefaultTransfer: Null
  159. *Transfer Null: "{}"
  160. *Transfer Null.Inverse: "{1 exch sub}"
  161. *% === Paper Handling ===================
  162. *%
  163. *% Use these PageSize entries to set paper size unless there is specific reason
  164. *% to use PageRegion, such as when using manual feed. (PageSize code is
  165. *% included in the PostScript file when Mac driver's "Paper from" is set
  166. *% to "Auto Select" or "Automatic".)
  167. *%
  168. *OpenUI *PageSize: PickOne
  169. *OrderDependency: 40 AnySetup *PageSize
  170. *%
  171. *% Typically, set DefaultPageSize to Letter for ActionLaser 1600.
  172. *% Typically, set DefaultPageSize to A4 for EPL-5600.
  173. *% This may be set to whatever is the most common PageSize at a site. (Note:
  174. *% per-job PageSize is not stored with the job by all Mac applications.)
  175. *DefaultPageSize: A4
  176. *%
  177. *PageSize A3: "statusdict /a3tray get exec"
  178. *PageSize A4: "statusdict /a4tray get exec"
  179. *PageSize A5: "statusdict /a5tray get exec"
  180. *PageSize B4: "statusdict /b4tray get exec"
  181. *PageSize B5: "statusdict /b5tray get exec"
  182. *PageSize Ledger: "statusdict /ledgertray get exec"
  183. *PageSize Letter: "statusdict /lettertray get exec"
  184. *PageSize Legal: "statusdict /legaltray get exec"
  185. *PageSize HalfLetter/Half Letter: "statusdict /halflettertray get exec"
  186. *PageSize Executive: "statusdict /executivetray get exec"
  187. *PageSize Govlgl/Government Legal: "statusdict /glgtray get exec"
  188. *PageSize Govltr/Government Letter: "statusdict /glttray get exec"
  189. *PageSize F4: "statusdict /f4tray get exec"
  190. *PageSize Monarch: "statusdict /monarchtray get exec"
  191. *PageSize Comm10/Commercial-10: "statusdict /com10tray get exec"
  192. *PageSize DL: "statusdict /dlenvelopetray get exec"
  193. *PageSize C5: "statusdict /c5tray get exec"
  194. *PageSize ISOB5/International B5: "statusdict /enb5tray get exec"
  195. *?PageSize: "save
  196. 22 dict
  197. dup /a3 (A3) put
  198. dup /a4 (A4) put
  199. dup /a5 (A5) put
  200. dup /b4 (B4) put
  201. dup /b5 (B5) put
  202. dup /ledger (Ledger) put
  203. dup /letter (Letter) put
  204. dup /legal (Legal) put
  205. dup /halfletter (HalfLetter) put
  206. dup /executivepage (Executive) put
  207. dup /glg (Govlgl) put
  208. dup /glt (Govltr) put
  209. dup /f4 (F4) put
  210. dup /monarch (Monarch) put
  211. dup /com10 (Comm10) put
  212. dup /dl (DL) put
  213. dup /dlenvelope (DL) put
  214. dup /c5 (C5) put
  215. dup /enb5 (ISOB5) put
  216. paperdict {
  217. /pindex get
  218. currentsystemparams /PaperSize get eq
  219. { exit } { pop} ifelse
  220. } forall
  221. count 0 eq { (Unknown) }{ get } ifelse =
  222. flush restore"
  223. *End
  224. *CloseUI: *PageSize
  225. *% These entries set up the frame buffer. Usually used with manual feed.
  226. *% (These are intended to be ignored if emitted before InputSlot for
  227. *% this printer. I.e., InputSlot will override a preceding PageRegion.)
  228. *%
  229. *OpenUI *PageRegion: PickOne
  230. *OrderDependency: 20 AnySetup *PageRegion
  231. *%
  232. *% Typically, set DefaultPageRegion to Letter for ActionLaser 1600.
  233. *% Typically, set DefaultPageRegion to A4 for EPL-5600.
  234. *DefaultPageRegion: A4
  235. *%
  236. *PageRegion A3: "a3"
  237. *PageRegion A4: "a4"
  238. *PageRegion A5: "a5"
  239. *PageRegion B4: "b4"
  240. *PageRegion B5: "b5"
  241. *PageRegion Ledger: "ledger"
  242. *PageRegion Letter: "letter"
  243. *PageRegion Legal: "legal"
  244. *PageRegion HalfLetter/Half Letter: "halfletter"
  245. *PageRegion Executive: "executivepage"
  246. *PageRegion Govlgl/Government Legal: "glg"
  247. *PageRegion Govltr/Government Letter: "glt"
  248. *PageRegion F4: "f4"
  249. *PageRegion Monarch: "monarch"
  250. *PageRegion Comm10/Commercial-10: "com10"
  251. *PageRegion DL: "dlenvelope"
  252. *PageRegion C5: "c5"
  253. *PageRegion ISOB5/International B5: "enb5"
  254. *CloseUI: *PageRegion
  255. *% These entries provide the imageable areas of the media option keywords.
  256. *% Low x,y were rounded up, high x,y rounded down to integer for Windows.
  257. *%
  258. *% Typically, set DefaultImageableArea to Letter for ActionLaser 1600.
  259. *% Typically, set DefaultImageableArea to A4 for EPL-5600.
  260. *DefaultImageableArea: A4
  261. *%
  262. *ImageableArea A3: "12 13 830 1178"
  263. *ImageableArea A4: "12 13 583 829"
  264. *ImageableArea A5: "12 13 407 582"
  265. *ImageableArea B4: "12 13 717 1020"
  266. *ImageableArea B5: "12 13 503 716"
  267. *ImageableArea Ledger: "12 13 780 1212"
  268. *ImageableArea Letter: "12 13 599 780"
  269. *ImageableArea Legal: "12 13 599 996"
  270. *ImageableArea HalfLetter/Half Letter: "12 13 383 583"
  271. *ImageableArea Executive: "12 13 509 744"
  272. *ImageableArea Govlgl/Government Legal: "12 13 599 924"
  273. *ImageableArea Govltr/Government Letter: "12 13 563 744"
  274. *ImageableArea F4: "12 13 583 923"
  275. *ImageableArea Monarch: "12 13 266 528"
  276. *ImageableArea Comm10/Commercial-10: "12 13 284 672"
  277. *ImageableArea DL: "12 13 299 611"
  278. *ImageableArea C5: "12 13 447 636"
  279. *ImageableArea ISOB5/International B5: "12 13 486 695"
  280. *?ImageableArea: "save
  281. /cvp {( ) cvs print ( ) print } bind def
  282. /upperright {10000 mul floor 10000 div} bind def
  283. /lowerleft {10000 mul ceiling 10000 div} bind def
  284. newpath clippath pathbbox
  285. 4 -2 roll exch 2 {lowerleft cvp} repeat
  286. exch 2 {upperright cvp} repeat flush
  287. restore"
  288. *End
  289. *% These provide the physical dimensions of the media, by option keyword.
  290. *%
  291. *% Typically, set DefaultPaperDimension to Letter for ActionLaser 1600.
  292. *% Typically, set DefaultPaperDimension to A4 for EPL-5600.
  293. *DefaultPaperDimension: A4
  294. *%
  295. *PaperDimension A3: "841 1190"
  296. *PaperDimension A4: "595 841"
  297. *PaperDimension A5: "419 595"
  298. *PaperDimension B4: "728 1032"
  299. *PaperDimension B5: "516 728"
  300. *PaperDimension Ledger: "792 1224"
  301. *PaperDimension Letter: "612 792"
  302. *PaperDimension Legal: "612 1008"
  303. *PaperDimension HalfLetter/Half Letter: "396 612"
  304. *PaperDimension Executive: "522 756"
  305. *PaperDimension Govlgl/Government Legal: "612 936"
  306. *PaperDimension Govltr/Government Letter: "576 756"
  307. *PaperDimension F4: "595 935"
  308. *PaperDimension Monarch: "278 540"
  309. *PaperDimension Comm10/Commercial-10: "296 684"
  310. *PaperDimension DL: "311 623"
  311. *PaperDimension C5: "459 648"
  312. *PaperDimension ISOB5/International B5: "498 708"
  313. *% This controls the "Paper from" driver dialog.
  314. *%
  315. *OpenUI *InputSlot: PickOne
  316. *OrderDependency: 30 AnySetup *InputSlot
  317. *% *DefaultInputSlot: Automatic
  318. *%
  319. *% The "Automatic" default causes tray-selection based on PageSize.
  320. *% Default appears to be "Automatic" for EpsonScript Driver, and equivalently,
  321. *% "Auto Select" for PSPrinter/LW8.0 . I.e., DefaultInputSlot is ignored.
  322. *%
  323. *InputSlot MP/MP Standard Tray: "2 statusdict /setpapertray get exec
  324. <</ManualFeed false >> setpagedevice"
  325. *End
  326. *InputSlot Manual/Manual Feed: "2 statusdict /setpapertray get exec
  327. <</ManualFeed true >> setpagedevice"
  328. *End
  329. *InputSlot Upper/Standard Cassette: "0 statusdict /setpapertray get exec
  330. <</ManualFeed false >> setpagedevice"
  331. *End
  332. *InputSlot Lower/Optional Cassette: "1 statusdict /setpapertray get exec
  333. <</ManualFeed false >> setpagedevice"
  334. *End
  335. *?InputSlot: "
  336. save
  337. currentpagedevice /ManualFeed get
  338. {(Manual)} {
  339. 3 dict
  340. dup /2 (MP) put
  341. dup /0 (Upper) put
  342. dup /1 (Lower) put
  343. statusdict /papertray get exec
  344. {get} stopped {pop pop (Unknown)} if
  345. } ifelse
  346. = flush restore"
  347. *End
  348. *CloseUI: *InputSlot
  349. *% Font Information =====================
  350. *%
  351. *% Note: "Helvetica", "Palatino" and "Times" are registered trademarks of
  352. *% Linotype AG and/or its subsidiaries. The PostScript interpreter
  353. *% addressed by this PPD will substitute the comparable Bitstream font
  354. *% families "Swiss", "Zapf Calligraphic", and "Dutch", respectively,
  355. *% for PostScript references to the former three names.
  356. *%
  357. *DefaultFont: Courier
  358. *Font AvantGarde-Book: Standard "(002)" Standard ROM
  359. *Font AvantGarde-BookOblique: Standard "(002)" Standard ROM
  360. *Font AvantGarde-Demi: Standard "(002)" Standard ROM
  361. *Font AvantGarde-DemiOblique: Standard "(002)" Standard ROM
  362. *Font Bookman-Demi: Standard "(002)" Standard ROM
  363. *Font Bookman-DemiItalic: Standard "(002)" Standard ROM
  364. *Font Bookman-Light: Standard "(002)" Standard ROM
  365. *Font Bookman-LightItalic: Standard "(002)" Standard ROM
  366. *Font Courier: Standard "(002)" Standard ROM
  367. *Font Courier-Bold: Standard "(002)" Standard ROM
  368. *Font Courier-BoldOblique: Standard "(002)" Standard ROM
  369. *Font Courier-Oblique: Standard "(002)" Standard ROM
  370. *Font Helvetica: Standard "(002)" Standard ROM
  371. *Font Helvetica-Bold: Standard "(002)" Standard ROM
  372. *Font Helvetica-BoldOblique: Standard "(002)" Standard ROM
  373. *Font Helvetica-Narrow: Standard "(002)" Standard ROM
  374. *Font Helvetica-Narrow-Bold: Standard "(002)" Standard ROM
  375. *Font Helvetica-Narrow-BoldOblique: Standard "(002)" Standard ROM
  376. *Font Helvetica-Narrow-Oblique: Standard "(002)" Standard ROM
  377. *Font Helvetica-Oblique: Standard "(002)" Standard ROM
  378. *Font NewCenturySchlbk-Bold: Standard "(002)" Standard ROM
  379. *Font NewCenturySchlbk-BoldItalic: Standard "(002)" Standard ROM
  380. *Font NewCenturySchlbk-Italic: Standard "(002)" Standard ROM
  381. *Font NewCenturySchlbk-Roman: Standard "(002)" Standard ROM
  382. *Font Palatino-Bold: Standard "(002)" Standard ROM
  383. *Font Palatino-BoldItalic: Standard "(002)" Standard ROM
  384. *Font Palatino-Italic: Standard "(002)" Standard ROM
  385. *Font Palatino-Roman: Standard "(002)" Standard ROM
  386. *Font Symbol: Standard "(002)" Standard ROM
  387. *Font Times-Bold: Standard "(002)" Standard ROM
  388. *Font Times-BoldItalic: Standard "(002)" Standard ROM
  389. *Font Times-Italic: Standard "(002)" Standard ROM
  390. *Font Times-Roman: Standard "(002)" Standard ROM
  391. *Font ZapfChancery-MediumItalic: Standard "(002)" Standard ROM
  392. *Font ZapfDingbats: Standard "(002)" Standard ROM
  393. *%
  394. *?FontQuery: "save
  395. /str 100 string dup 0 (fonts/) putinterval def
  396. {
  397. count 1 gt
  398. {
  399. exch dup str 6 94 getinterval cvs
  400. (/) print dup print (:) print exch
  401. FontDirectory exch known
  402. { pop (Yes) }
  403. {
  404. length 6 add str 0 3 -1 roll getinterval
  405. mark exch status
  406. {cleartomark (Yes)}{cleartomark (No)} ifelse
  407. } ifelse = flush
  408. }
  409. {exit} ifelse
  410. }bind loop
  411. (*) = flush
  412. restore"
  413. *End
  414. *?FontList: "save
  415. FontDirectory { pop == } bind forall flush
  416. (*) = flush
  417. restore"
  418. *End
  419. *% Printer Messages (verbatim from printer):
  420. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  421. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  422. *Message: "\FontName\ not found, using Courier"
  423. *% Status (format: %%[ status: <one of these> ]%% )
  424. *Status: "idle"
  425. *Status: "busy"
  426. *Status: "waiting"
  427. *Status: "printing"
  428. *Status: "initializing"
  429. *Status: "PrinterError:off line"
  430. *Status: "PrinterError:out of paper"
  431. *Status: "PrinterError:cover open"
  432. *Status: "PrinterError:paper entry misfeed"
  433. *Status: "PrinterError:Ink/Toner end"
  434. *Status: "PrinterError:PRINT OVERRUN"
  435. *Status: "PrinterError:INSERT CART"
  436. *Status: "PrinterError:ILLEGAL CART"
  437. *Status: "PrinterError:REMOVE CART"
  438. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  439. *Source: "Serial"
  440. *Source: "Parallel"
  441. *Source: "AppleTalk"
  442. *Source: "Other I/O"
  443. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  444. *% (Printer Errors are reported via the LCD display on the printer.)
  445. *PrinterError: "off line"
  446. *PrinterError: "out of paper"
  447. *PrinterError: "cover open"
  448. *PrinterError: "paper entry misfeed"
  449. *PrinterError: "Ink/Toner end"
  450. *PrinterError: "PRINT OVERRUN"
  451. *PrinterError: "INSERT CART"
  452. *PrinterError: "ILLEGAL CART"
  453. *PrinterError: "REMOVE CART"
  454. *% Color Separation Information =====================
  455. *%*DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  456. *DefaultColorSep: ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi
  457. *InkName: ProcessBlack/Process Black
  458. *InkName: CustomColor/Custom Color
  459. *InkName: ProcessCyan/Process Cyan
  460. *InkName: ProcessMagenta/Process Magenta
  461. *InkName: ProcessYellow/Process Yellow
  462. *% For 60 lpi / 300 dpi ===============================
  463. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  464. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  465. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  466. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  467. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  468. *%
  469. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  470. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  471. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  472. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  473. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  474. *% For 53 lpi / 300 dpi ===============================
  475. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  476. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  477. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "21.801"
  478. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "68.1985"
  479. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  480. *%
  481. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  482. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  483. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "55.7086"
  484. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "55.708"
  485. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  486. *% For 85 lpi / 600 dpi ===============================
  487. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45"
  488. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45"
  489. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "15"
  490. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "75"
  491. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0"
  492. *%
  493. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "85"
  494. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "85"
  495. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "85"
  496. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "85"
  497. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "85"
  498. *% For 71 lpi / 600 dpi ===============================
  499. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45"
  500. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45"
  501. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "15"
  502. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "75"
  503. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0"
  504. *%
  505. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.71"
  506. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.71"
  507. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "72.76"
  508. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "72.76"
  509. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "75"
  510. *% end of PPD file for EPSON EPL-9000 EpsonScript.