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.

656 lines
24 KiB

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