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.

527 lines
20 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-5600)"
  14. *%
  15. *PSVersion: "(131.61) 2834"
  16. *%
  17. *ModelName: "EPSON EPL-5600 EPSONScript"
  18. *%
  19. *% NickName can be customized by the local system administrator.
  20. *NickName: "EPSON EPL-5600 EPSONScript"
  21. *%
  22. *PCFileName: "ESCRIPT3.PPD"
  23. *Manufacturer: "Epson"
  24. *%=== Basic Capabilities ===============
  25. *LanguageLevel: "2"
  26. *ColorDevice: False
  27. *DefaultColorSpace: Gray
  28. *Throughput: "6"
  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 A4: "statusdict /a4tray get exec"
  178. *PageSize A5: "statusdict /a5tray get exec"
  179. *PageSize B5: "statusdict /b5tray get exec"
  180. *PageSize Letter: "statusdict /lettertray get exec"
  181. *PageSize Legal: "statusdict /legaltray get exec"
  182. *PageSize HalfLetter/Half Letter: "statusdict /halflettertray get exec"
  183. *PageSize Executive: "statusdict /executivetray get exec"
  184. *PageSize Govlgl/Government Legal: "statusdict /glgtray get exec"
  185. *PageSize Govltr/Government Letter: "statusdict /glttray get exec"
  186. *PageSize F4: "statusdict /f4tray get exec"
  187. *PageSize Monarch: "statusdict /monarchtray get exec"
  188. *PageSize Comm10/Commercial-10: "statusdict /com10tray get exec"
  189. *PageSize DL: "statusdict /dlenvelopetray get exec"
  190. *PageSize C5: "statusdict /c5tray get exec"
  191. *PageSize ISOB5/International B5: "statusdict /enb5tray get exec"
  192. *?PageSize: "save
  193. 19 dict
  194. dup /a4 (A4) put
  195. dup /a5 (A5) put
  196. dup /b5 (B5) put
  197. dup /letter (Letter) put
  198. dup /legal (Legal) put
  199. dup /halfletter (HalfLetter) put
  200. dup /executivepage (Executive) put
  201. dup /glg (Govlgl) put
  202. dup /glt (Govltr) put
  203. dup /f4 (F4) put
  204. dup /monarch (Monarch) put
  205. dup /com10 (Comm10) put
  206. dup /dl (DL) put
  207. dup /dlenvelope (DL) put
  208. dup /c5 (C5) put
  209. dup /enb5 (ISOB5) put
  210. paperdict {
  211. /pindex get
  212. currentsystemparams /PaperSize get eq
  213. { exit } { pop} ifelse
  214. } forall
  215. count 0 eq { (Unknown) }{ get } ifelse =
  216. flush restore"
  217. *End
  218. *CloseUI: *PageSize
  219. *% These entries set up the frame buffer. Usually used with manual feed.
  220. *% (These are intended to be ignored if emitted before InputSlot for
  221. *% this printer. I.e., InputSlot will override a preceding PageRegion.)
  222. *%
  223. *OpenUI *PageRegion: PickOne
  224. *OrderDependency: 20 AnySetup *PageRegion
  225. *%
  226. *% Typically, set DefaultPageRegion to Letter for ActionLaser 1600.
  227. *% Typically, set DefaultPageRegion to A4 for EPL-5600.
  228. *DefaultPageRegion: A4
  229. *%
  230. *PageRegion A4: "a4"
  231. *PageRegion A5: "a5"
  232. *PageRegion B5: "b5"
  233. *PageRegion Letter: "letter"
  234. *PageRegion Legal: "legal"
  235. *PageRegion HalfLetter/Half Letter: "halfletter"
  236. *PageRegion Executive: "executivepage"
  237. *PageRegion Govlgl/Government Legal: "glg"
  238. *PageRegion Govltr/Government Letter: "glt"
  239. *PageRegion F4: "f4"
  240. *PageRegion Monarch: "monarch"
  241. *PageRegion Comm10/Commercial-10: "com10"
  242. *PageRegion DL: "dlenvelope"
  243. *PageRegion C5: "c5"
  244. *PageRegion ISOB5/International B5: "enb5"
  245. *CloseUI: *PageRegion
  246. *% These entries provide the imageable areas of the media option keywords.
  247. *% Low x,y were rounded up, high x,y rounded down to integer for Windows.
  248. *%
  249. *% Typically, set DefaultImageableArea to Letter for ActionLaser 1600.
  250. *% Typically, set DefaultImageableArea to A4 for EPL-5600.
  251. *DefaultImageableArea: A4
  252. *%
  253. *ImageableArea A4: "12 13 583 829"
  254. *ImageableArea A5: "12 13 407 582"
  255. *ImageableArea B5: "12 13 503 716"
  256. *ImageableArea Letter: "12 13 599 780"
  257. *ImageableArea Legal: "12 13 599 996"
  258. *ImageableArea HalfLetter/Half Letter: "12 13 383 583"
  259. *ImageableArea Executive: "12 13 509 744"
  260. *ImageableArea Govlgl/Government Legal: "12 13 599 924"
  261. *ImageableArea Govltr/Government Letter: "12 13 563 744"
  262. *ImageableArea F4: "12 13 583 923"
  263. *ImageableArea Monarch: "12 13 266 528"
  264. *ImageableArea Comm10/Commercial-10: "12 13 284 672"
  265. *ImageableArea DL: "12 13 299 611"
  266. *ImageableArea C5: "12 13 447 636"
  267. *ImageableArea ISOB5/International B5: "12 13 486 695"
  268. *?ImageableArea: "save
  269. /cvp {( ) cvs print ( ) print } bind def
  270. /upperright {10000 mul floor 10000 div} bind def
  271. /lowerleft {10000 mul ceiling 10000 div} bind def
  272. newpath clippath pathbbox
  273. 4 -2 roll exch 2 {lowerleft cvp} repeat
  274. exch 2 {upperright cvp} repeat flush
  275. restore"
  276. *End
  277. *% These provide the physical dimensions of the media, by option keyword.
  278. *%
  279. *% Typically, set DefaultPaperDimension to Letter for ActionLaser 1600.
  280. *% Typically, set DefaultPaperDimension to A4 for EPL-5600.
  281. *DefaultPaperDimension: A4
  282. *%
  283. *PaperDimension A4: "595 841"
  284. *PaperDimension A5: "419 595"
  285. *PaperDimension B5: "516 728"
  286. *PaperDimension Letter: "612 792"
  287. *PaperDimension Legal: "612 1008"
  288. *PaperDimension HalfLetter/Half Letter: "396 612"
  289. *PaperDimension Executive: "522 756"
  290. *PaperDimension Govlgl/Government Legal: "612 936"
  291. *PaperDimension Govltr/Government Letter: "576 756"
  292. *PaperDimension F4: "595 935"
  293. *PaperDimension Monarch: "278 540"
  294. *PaperDimension Comm10/Commercial-10: "296 684"
  295. *PaperDimension DL: "311 623"
  296. *PaperDimension C5: "459 648"
  297. *PaperDimension ISOB5/International B5: "498 708"
  298. *% This controls the "Paper from" driver dialog.
  299. *%
  300. *OpenUI *InputSlot: PickOne
  301. *OrderDependency: 30 AnySetup *InputSlot
  302. *% *DefaultInputSlot: Automatic
  303. *%
  304. *% The "Automatic" default causes tray-selection based on PageSize.
  305. *% Default appears to be "Automatic" for EpsonScript Driver, and equivalently,
  306. *% "Auto Select" for PSPrinter/LW8.0 . I.e., DefaultInputSlot is ignored.
  307. *%
  308. *InputSlot Upper/Standard Tray: "0 statusdict /setpapertray get exec
  309. <</ManualFeed false >> setpagedevice"
  310. *End
  311. *InputSlot Manual/Manual Feed: "0 statusdict /setpapertray get exec
  312. <</ManualFeed true >> setpagedevice"
  313. *End
  314. *InputSlot Lower/Optional Lower Cassette: "1 statusdict /setpapertray get exec
  315. <</ManualFeed false >> setpagedevice"
  316. *End
  317. *?InputSlot: "
  318. save
  319. currentpagedevice /ManualFeed get
  320. {(Manual)} {
  321. 2 dict
  322. dup /0 (Upper) put
  323. dup /1 (Lower) put
  324. statusdict /papertray get exec
  325. {get} stopped {pop pop (Unknown)} if
  326. } ifelse
  327. = flush restore"
  328. *End
  329. *CloseUI: *InputSlot
  330. *% Font Information =====================
  331. *%
  332. *% Note: "Helvetica", "Palatino" and "Times" are registered trademarks of
  333. *% Linotype AG and/or its subsidiaries. The PostScript interpreter
  334. *% addressed by this PPD will substitute the comparable Bitstream font
  335. *% families "Swiss", "Zapf Calligraphic", and "Dutch", respectively,
  336. *% for PostScript references to the former three names.
  337. *%
  338. *DefaultFont: Courier
  339. *Font AvantGarde-Book: Standard "(002)" Standard ROM
  340. *Font AvantGarde-BookOblique: Standard "(002)" Standard ROM
  341. *Font AvantGarde-Demi: Standard "(002)" Standard ROM
  342. *Font AvantGarde-DemiOblique: Standard "(002)" Standard ROM
  343. *Font Bookman-Demi: Standard "(002)" Standard ROM
  344. *Font Bookman-DemiItalic: Standard "(002)" Standard ROM
  345. *Font Bookman-Light: Standard "(002)" Standard ROM
  346. *Font Bookman-LightItalic: Standard "(002)" Standard ROM
  347. *Font Courier: Standard "(002)" Standard ROM
  348. *Font Courier-Bold: Standard "(002)" Standard ROM
  349. *Font Courier-BoldOblique: Standard "(002)" Standard ROM
  350. *Font Courier-Oblique: Standard "(002)" Standard ROM
  351. *Font Helvetica: Standard "(002)" Standard ROM
  352. *Font Helvetica-Bold: Standard "(002)" Standard ROM
  353. *Font Helvetica-BoldOblique: Standard "(002)" Standard ROM
  354. *Font Helvetica-Narrow: Standard "(002)" Standard ROM
  355. *Font Helvetica-Narrow-Bold: Standard "(002)" Standard ROM
  356. *Font Helvetica-Narrow-BoldOblique: Standard "(002)" Standard ROM
  357. *Font Helvetica-Narrow-Oblique: Standard "(002)" Standard ROM
  358. *Font Helvetica-Oblique: Standard "(002)" Standard ROM
  359. *Font NewCenturySchlbk-Bold: Standard "(002)" Standard ROM
  360. *Font NewCenturySchlbk-BoldItalic: Standard "(002)" Standard ROM
  361. *Font NewCenturySchlbk-Italic: Standard "(002)" Standard ROM
  362. *Font NewCenturySchlbk-Roman: Standard "(002)" Standard ROM
  363. *Font Palatino-Bold: Standard "(002)" Standard ROM
  364. *Font Palatino-BoldItalic: Standard "(002)" Standard ROM
  365. *Font Palatino-Italic: Standard "(002)" Standard ROM
  366. *Font Palatino-Roman: Standard "(002)" Standard ROM
  367. *Font Symbol: Standard "(002)" Standard ROM
  368. *Font Times-Bold: Standard "(002)" Standard ROM
  369. *Font Times-BoldItalic: Standard "(002)" Standard ROM
  370. *Font Times-Italic: Standard "(002)" Standard ROM
  371. *Font Times-Roman: Standard "(002)" Standard ROM
  372. *Font ZapfChancery-MediumItalic: Standard "(002)" Standard ROM
  373. *Font ZapfDingbats: Standard "(002)" Standard ROM
  374. *%
  375. *?FontQuery: "save
  376. /str 100 string dup 0 (fonts/) putinterval def
  377. {
  378. count 1 gt
  379. {
  380. exch dup str 6 94 getinterval cvs
  381. (/) print dup print (:) print exch
  382. FontDirectory exch known
  383. { pop (Yes) }
  384. {
  385. length 6 add str 0 3 -1 roll getinterval
  386. mark exch status
  387. {cleartomark (Yes)}{cleartomark (No)} ifelse
  388. } ifelse = flush
  389. }
  390. {exit} ifelse
  391. }bind loop
  392. (*) = flush
  393. restore"
  394. *End
  395. *?FontList: "save
  396. FontDirectory { pop == } bind forall flush
  397. (*) = flush
  398. restore"
  399. *End
  400. *% Printer Messages (verbatim from printer):
  401. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  402. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  403. *Message: "\FontName\ not found, using Courier"
  404. *% Status (format: %%[ status: <one of these> ]%% )
  405. *Status: "idle"
  406. *Status: "busy"
  407. *Status: "waiting"
  408. *Status: "printing"
  409. *Status: "initializing"
  410. *Status: "PrinterError:off line"
  411. *Status: "PrinterError:out of paper"
  412. *Status: "PrinterError:cover open"
  413. *Status: "PrinterError:paper entry misfeed"
  414. *Status: "PrinterError:Ink/Toner end"
  415. *Status: "PrinterError:PRINT OVERRUN"
  416. *Status: "PrinterError:INSERT CART"
  417. *Status: "PrinterError:ILLEGAL CART"
  418. *Status: "PrinterError:REMOVE CART"
  419. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  420. *Source: "Serial"
  421. *Source: "Parallel"
  422. *Source: "AppleTalk"
  423. *Source: "Other I/O"
  424. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  425. *% (Printer Errors are reported via the LCD display on the printer.)
  426. *PrinterError: "off line"
  427. *PrinterError: "out of paper"
  428. *PrinterError: "cover open"
  429. *PrinterError: "paper entry misfeed"
  430. *PrinterError: "Ink/Toner end"
  431. *PrinterError: "PRINT OVERRUN"
  432. *PrinterError: "INSERT CART"
  433. *PrinterError: "ILLEGAL CART"
  434. *PrinterError: "REMOVE CART"
  435. *% Color Separation Information =====================
  436. *%*DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  437. *DefaultColorSep: ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi
  438. *InkName: ProcessBlack/Process Black
  439. *InkName: CustomColor/Custom Color
  440. *InkName: ProcessCyan/Process Cyan
  441. *InkName: ProcessMagenta/Process Magenta
  442. *InkName: ProcessYellow/Process Yellow
  443. *% For 60 lpi / 300 dpi ===============================
  444. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  445. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  446. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  447. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  448. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  449. *%
  450. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  451. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  452. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  453. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  454. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  455. *% For 53 lpi / 300 dpi ===============================
  456. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  457. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  458. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "21.801"
  459. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "68.1985"
  460. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  461. *%
  462. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  463. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  464. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "55.7086"
  465. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "55.708"
  466. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  467. *% For 85 lpi / 600 dpi ===============================
  468. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45"
  469. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45"
  470. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "15"
  471. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "75"
  472. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0"
  473. *%
  474. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "85"
  475. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "85"
  476. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "85"
  477. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "85"
  478. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "85"
  479. *% For 71 lpi / 600 dpi ===============================
  480. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45"
  481. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45"
  482. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "15"
  483. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "75"
  484. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0"
  485. *%
  486. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.71"
  487. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.71"
  488. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "72.76"
  489. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "72.76"
  490. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "75"
  491. *% end of PPD file for EPSON EPL-5600 EpsonScript.