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.

743 lines
31 KiB

  1. *PPD-Adobe: "4.2"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *FormatVersion: "4.2"
  4. *FileVersion: "1.0"
  5. *PCFileName: "AGAva202.PPD"
  6. *LanguageVersion: English
  7. *LanguageEncoding: ISOLatin1
  8. *Product: "(AGFA Avantra 20)"
  9. *PSVersion: "(2013.108) 93073011"
  10. *ModelName: "AGFA-Avantra20"
  11. *NickName: "AGFA-Avantra20 v2013.108"
  12. *% General Information and Defaults ===============
  13. *FreeVM: "8648832"
  14. *LanguageLevel: "2"
  15. *Protocols: BCP
  16. *ColorDevice: False
  17. *DefaultColorSpace: Gray
  18. *VariablePaperSize: True
  19. *Extensions: FileSystem
  20. *FileSystem: True
  21. *?FileSystem: "
  22. statusdict /diskstatus get exec
  23. exch pop 0 eq {(False)}{(True)}ifelse = flush
  24. "
  25. *End
  26. *Throughput: "1"
  27. *Password: "()"
  28. *ExitServer: "
  29. count 0 eq % is the password on the stack?
  30. { false }{ true exch startjob } ifelse
  31. not % if no password or not valid
  32. {
  33. (WARNING : Cannot modify initial VM.) =
  34. (Missing or invalid password.) =
  35. (Please contact the author of this software.) = flush
  36. quit
  37. } if
  38. "
  39. *End
  40. *Reset: "
  41. count 0 eq % is the password on the stack?
  42. { false }{ true exch startjob } ifelse
  43. not % if no password or not valid
  44. {
  45. (WARNING : Cannot reset printer.) =
  46. (Missing or invalid password.) =
  47. (Please contact the author of this software.) = flush
  48. quit
  49. } if
  50. systemdict /quit get exec
  51. (WARNING : Printer Reset Failed.) = flush
  52. "
  53. *End
  54. *OpenUI *Resolution: PickOne
  55. *OrderDependency: 10 AnySetup *Resolution
  56. *DefaultResolution: 2400x2400dpi
  57. *Resolution 1200x1200dpi: " 1 dict dup /HWResolution [1200 1200] put setpagedevice "
  58. *Resolution 1800x1800dpi: " 1 dict dup /HWResolution [1800 1800] put setpagedevice "
  59. *Resolution 2400x2400dpi: " 1 dict dup /HWResolution [2400 2400] put setpagedevice "
  60. *Resolution 3600x3600dpi: " 1 dict dup /HWResolution [3600 3600] put setpagedevice "
  61. *?Resolution: "
  62. save
  63. currentpagedevice /HWResolution get 0 get
  64. ( ) cvs print (dpi) = flush
  65. restore
  66. "
  67. *End
  68. *CloseUI: *Resolution
  69. *% Halftone Information ===============
  70. *ScreenFreq: "133.0"
  71. *ScreenAngle: "45.0"
  72. *DefaultScreenProc: Dot
  73. *ScreenProc Dot: "
  74. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  75. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  76. "
  77. *End
  78. *ScreenProc Line: "{ pop }"
  79. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  80. *DefaultTransfer: Null
  81. *Transfer Null: "{ }"
  82. *Transfer Null.Inverse: "{ 1 exch sub }"
  83. *AccurateScreensSupport: True
  84. *% Paper Handling ===================
  85. *OpenUI *PageSize: PickOne
  86. *OrderDependency: 30 AnySetup *PageSize
  87. *DefaultPageSize: Letter
  88. *PageSize Letter: "letter"
  89. *PageSize Legal: "legal"
  90. *PageSize Tabloid: "11x17"
  91. *PageSize LARGE: " 2 dict dup /Orientation 1 put dup /PageSize [986 1440] put setpagedevice "
  92. *PageSize A3: "a3"
  93. *PageSize A4: "a4"
  94. *PageSize A5: "a5"
  95. *PageSize B5: "b5"
  96. *PageSize Letter.Transverse: "Letter"
  97. *PageSize A4.Transverse: "A4"
  98. *PageSize A5.Transverse: "A5"
  99. *PageSize B5.Transverse: "B5"
  100. *?PageSize: "
  101. save
  102. mark
  103. currentpagedevice dup /PageSize get aload % pagedict width height
  104. 8 dict
  105. dup [420 595] (A5) put
  106. dup [499 709] (B5) put
  107. dup [612 792] (Letter) put
  108. dup [595 842] (A4) put
  109. dup [612 1008] (Legal) put
  110. dup [842 1191] (A3) put
  111. dup [792 1224] (Tabloid) put
  112. dup [986 1440] (LARGE) put
  113. 4 dict
  114. dup [420 595] (A5.Transverse) put
  115. dup [499 709] (B5.Transverse) put
  116. dup [595 842] (A4.Transverse) put
  117. dup [612 792] (Letter.Transverse) put
  118. 6 -1 roll /Orientation get % test orientation
  119. 1 eq { pop } { exch pop }ifelse % choose dict
  120. (Unknown) exch
  121. { exch aload pop
  122. 5 index eq exch 6 index eq and
  123. { exch pop exit } { pop } ifelse
  124. } bind forall = flush cleartomark
  125. restore
  126. "
  127. *End
  128. *CloseUI: *PageSize
  129. *% These entries will set up the frame buffer. Usually used with manual feed.
  130. *OpenUI *PageRegion: PickOne
  131. *OrderDependency: 40 AnySetup *PageRegion
  132. *DefaultPageRegion: Letter
  133. *PageRegion Letter: "letter"
  134. *PageRegion Legal: "legal"
  135. *PageRegion Tabloid: "11x17"
  136. *PageRegion LARGE: " 2 dict dup /Orientation 1 put dup /PageSize [986 1440] put setpagedevice "
  137. *PageRegion A3: "a3"
  138. *PageRegion A4: "a4"
  139. *PageRegion A5: "a5"
  140. *PageRegion B5: "b5"
  141. *PageRegion Letter.Transverse: "Letter"
  142. *PageRegion Legal.Transverse: "Legal"
  143. *PageRegion A4.Transverse: "A4"
  144. *PageRegion A5.Transverse: "A5"
  145. *PageRegion B5.Transverse: "B5"
  146. *CloseUI: *PageRegion
  147. *% The following entries provide information about specific paper keywords.
  148. *DefaultImageableArea: Letter
  149. *ImageableArea Letter: "0 0 612 792 "
  150. *ImageableArea Legal: "0 0 612 1008 "
  151. *ImageableArea Tabloid: "0 0 792 1224 "
  152. *ImageableArea LARGE: "0 0 986 1440"
  153. *ImageableArea A3: "0 0 842 1191 "
  154. *ImageableArea A4: "0 0 595 842 "
  155. *ImageableArea A5: "0 0 420 595 "
  156. *ImageableArea B5: "0 0 499 709 "
  157. *ImageableArea Letter.Transverse: "0 0 612 792 "
  158. *ImageableArea A4.Transverse: "0 0 595 842 "
  159. *ImageableArea A5.Transverse: "0 0 420 595 "
  160. *ImageableArea B5.Transverse: "0 0 499 709 "
  161. *?ImageableArea: "
  162. save /cvp { cvi ( ) cvs print ( ) print } bind def
  163. newpath clippath pathbbox
  164. 4 -2 roll exch 2 {ceiling cvp} repeat
  165. exch 2 {floor cvp} repeat flush
  166. restore
  167. "
  168. *End
  169. *% These provide the physical dimensions of the paper (by keyword)
  170. *DefaultPaperDimension: Letter
  171. *PaperDimension Letter: "612 792"
  172. *PaperDimension Legal: "612 1008"
  173. *PaperDimension Tabloid: "792 1224"
  174. *PaperDimension LARGE: "986 1440"
  175. *PaperDimension A3: "842 1191"
  176. *PaperDimension A4: "595 842"
  177. *PaperDimension A5: "420 595"
  178. *PaperDimension B5: "499 709"
  179. *PaperDimension Letter.Transverse: "612 792"
  180. *PaperDimension A4.Transverse: "595 842"
  181. *PaperDimension A5.Transverse: "420 595"
  182. *PaperDimension B5.Transverse: "499 709"
  183. *% Custom Page Sizes
  184. *CustomPageSize True: "
  185. 4 dict begin
  186. dup /Orientation exch def
  187. /PageOffset [ 5 -2 roll ] def
  188. /PageSize [
  189. 5 2 roll dup 0 eq exch 2 eq or {exch} if
  190. ] def
  191. /ImagingBBox null def
  192. currentdict end
  193. setpagedevice "
  194. *End
  195. *ParamCustomPageSize Width: 1 points 100 986
  196. *ParamCustomPageSize Height: 2 points 100 1440
  197. *ParamCustomPageSize WidthOffset/Margins: 3 points 0 986
  198. *ParamCustomPageSize HeightOffset: 4 points 0 0
  199. *ParamCustomPageSize Orientation: 5 int 0 3
  200. *CenterRegistered: True
  201. *MaxMediaWidth: "986"
  202. *MaxMediaHeight: "1440"
  203. *?CurrentMediaWidth: "
  204. save
  205. currentpagedevice /OutputDevice get cvlit /OutputDevice findresource
  206. /PageSize get 0 get 2 get = flush
  207. restore
  208. "
  209. *End
  210. *?CurrentMediaHeight: "
  211. save
  212. currentpagedevice /OutputDevice get cvlit /OutputDevice findresource
  213. /PageSize get 0 get 3 get = flush
  214. restore
  215. "
  216. *End
  217. *% Default Handling Features. This machine is a roll-fed machine, which is
  218. *% why most of these entries have values of "None".
  219. *RequiresPageRegion All: True
  220. *OpenUI *InputSlot: PickOne
  221. *OrderDependency: 20 AnySetup *InputSlot
  222. *InputSlot Cassette: ""
  223. *DefaultInputSlot: Cassette
  224. *CloseUI: *InputSlot
  225. *% Imagesetter Information =====================
  226. *OpenGroup: Imagesetter
  227. *% *OpenUI *MirrorPrint/Mirror Print: Boolean
  228. *% *OrderDependency: 50 AnySetup *MirrorPrint
  229. *% *MirrorPrint True: " 1 dict dup /MirrorPrint true put setpagedevice "
  230. *% *MirrorPrint False: " 1 dict dup /MirrorPrint false put setpagedevice "
  231. *% *DefaultMirrorPrint: False
  232. *% *?MirrorPrint: " save currentpagedevice /MirrorPrint get
  233. *% { (True) } { (False) } ifelse = flush restore "
  234. *% *End
  235. *% *CloseUI: *MirrorPrint
  236. *% *OpenUI *NegativePrint/Negative Print: Boolean
  237. *% *OrderDependency: 50 AnySetup *NegativePrint
  238. *% *NegativePrint True: " 1 dict dup /NegativePrint true put setpagedevice "
  239. *% *NegativePrint False: " 1 dict dup /NegativePrint false put setpagedevice "
  240. *% *DefaultNegativePrint: False
  241. *% *?NegativePrint: " currentpagedevice /NegativePrint get
  242. *% { (True) }{ (False) } ifelse = flush "
  243. *% *End
  244. *% *CloseUI: *NegativePrint
  245. *AdvanceMedia None: ""
  246. *DefaultAdvanceMedia: None
  247. *?AdvanceMedia: "(None) = flush"
  248. *CutMedia None: ""
  249. *DefaultCutMedia: None
  250. *?CutMedia: "(None) = flush"
  251. *CloseGroup: Imagesetter
  252. *% Font Information =====================
  253. *DefaultFont: Courier
  254. *Font Courier: Standard "(001.004)" Standard
  255. *Font Courier-Bold: Standard "(001.004)" Standard
  256. *Font Courier-BoldOblique: Standard "(001.004)" Standard
  257. *Font Courier-Oblique: Standard "(001.004)" Standard
  258. *Font Helvetica: Standard "(001.002)" Standard
  259. *Font Helvetica-Bold: Standard "(001.002)" Standard
  260. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard
  261. *Font Helvetica-Oblique: Standard "(001.002)" Standard
  262. *Font Symbol: Special "(001.003)" Special
  263. *Font Times-Bold: Standard "(001.002)" Standard
  264. *Font Times-BoldItalic: Standard "(001.004)" Standard
  265. *Font Times-Italic: Standard "(001.002)" Standard
  266. *Font Times-Roman: Standard "(001.002)" Standard
  267. *?FontQuery: "
  268. save
  269. {
  270. count 1 gt
  271. {
  272. exch dup 128 string cvs (/) print print (:) print
  273. /Font resourcestatus { pop pop (Yes) }{ (No) } ifelse =
  274. }
  275. { exit } ifelse
  276. } bind loop
  277. (*) = flush
  278. restore
  279. "
  280. *End
  281. *?FontList: "
  282. save
  283. (*) { cvn == } 128 string /Font resourceforall
  284. (*) = flush
  285. restore
  286. "
  287. *End
  288. *% Printer Messages (verbatim from printer):
  289. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  290. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  291. *Message: "\FontName\ not found, using Courier"
  292. *% Status (format: %%[ status: <one of these> ]%% )
  293. *Status: "initializing"
  294. *Status: "idle"
  295. *Status: "holding"
  296. *Status: "busy"
  297. *Status: "waiting"
  298. *Status: "printing"
  299. *Status: "PrinterError: Fatal error"
  300. *Status: "PrinterError: Engine hardware failure"
  301. *Status: "PrinterError: Printer busy"
  302. *Status: "PrinterError: Printer in pause"
  303. *Status: "PrinterError: Media jam"
  304. *Status: "PrinterError: Cutter jam"
  305. *Status: "PrinterError: No cassette"
  306. *Status: "PrinterError: No media"
  307. *Status: "PrinterError: Take done"
  308. *Status: "PrinterError: Missed breakpoint"
  309. *Status: "PrinterError: Warning: Low media"
  310. *Status: "PrinterError: Cover Open"
  311. *Status: "PrinterError: Non Voltatile Memory Write Complete"
  312. *Status: "PrinterError: No Cutter"
  313. *Status: "PrinterError: Engine Underrun"
  314. *Status: "PrinterError: External Processor Not Ready"
  315. *Status: "PrinterError: Command Processing State"
  316. *Status: "PrinterError: Time out on engine communication"
  317. *Status: "PrinterError: Engine communication failure"
  318. *Status: "PrinterError: Error in engine resolution"
  319. *Status: "PrinterError: Printer OK"
  320. *Status: "PrinterError: Failed printerstart"
  321. *Status: "PrinterError: Image transfer problem"
  322. *Status: "PrinterError: Image transfer problem"
  323. *Status: "PrinterError: Image transfer problem"
  324. *Status: "PrinterError: Image transfer problem"
  325. *Status: "PrinterError: Image transfer problem"
  326. *Status: "PrinterError: Image transfer problem"
  327. *Status: "PrinterError: Image transfer problem"
  328. *Status: "PrinterError: Default page being defined is too long."
  329. *Status: "PrinterError: Page being defined is too wide."
  330. *Status: "PrinterError: Printer needs attention"
  331. *Status: "PrinterError: Communications error"
  332. *Status: "PrinterError: Carriage jam"
  333. *Status: "PrinterError: Carriage sensor broken"
  334. *Status: "PrinterError: Carriage hit wall"
  335. *Status: "PrinterError: Carriage out of level"
  336. *Status: "PrinterError: Media not loaded"
  337. *Status: "PrinterError: Cassette full"
  338. *Status: "PrinterError: Cassette/Media mismatch"
  339. *Status: "PrinterError: Cutter in media path"
  340. *Status: "PrinterError: Output punch jam"
  341. *Status: "PrinterError: Input punch jam"
  342. *Status: "PrinterError: Side door open"
  343. *Status: "PrinterError: Spindle jam"
  344. *Status: "PrinterError: Aperture jam"
  345. *Status: "PrinterError: Polarizer jam"
  346. *Status: "PrinterError: Weak lens jam"
  347. *Status: "PrinterError: Cassette jam"
  348. *Status: "PrinterError: Spinner error"
  349. *Status: "PrinterError: Time out on engine communication"
  350. *Status: "PrinterError: Engine communication failure"
  351. *Status: "PrinterError: Error in engine resolution"
  352. *Status: "PrinterError: Failed printerstart"
  353. *Status: "PrinterError: Image transfer problem"
  354. *Status: "PrinterError: Image transfer problem"
  355. *Status: "PrinterError: Image transfer problem"
  356. *Status: "PrinterError: Image transfer problem"
  357. *Status: "PrinterError: Image transfer problem"
  358. *Status: "PrinterError: Image transfer problem"
  359. *Status: "PrinterError: Image transfer problem"
  360. *Status: "PrinterError: Image transfer problem"
  361. *Status: "PrinterError: Image transfer problem"
  362. *Status: "PrinterError: Image transfer problem"
  363. *Status: "PrinterError: Image transfer problem"
  364. *Status: "PrinterError: Image transfer problem"
  365. *Status: "PrinterError: Image transfer problem"
  366. *Status: "PrinterError: Image transfer problem"
  367. *Status: "PrinterError: Image transfer problem"
  368. *Status: "PrinterError: Image transfer problem"
  369. *Status: "PrinterError: Image transfer problem"
  370. *Status: "PrinterError: Default page being defined is too long"
  371. *Status: "PrinterError: Printer rebooting"
  372. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  373. *Source: "Serial"
  374. *Source: "SerialB"
  375. *Source: "LocalTalk"
  376. *Source: "Parallel"
  377. *Source: "ScsiComm"
  378. *Source: "ScsiCommB"
  379. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  380. *PrinterError: "Fatal error"
  381. *PrinterError: "Engine hardware failure"
  382. *PrinterError: "Printer busy"
  383. *PrinterError: "Printer in pause"
  384. *PrinterError: "Media jam"
  385. *PrinterError: "Cutter jam"
  386. *PrinterError: "No cassette"
  387. *PrinterError: "No media"
  388. *PrinterError: "Take done"
  389. *PrinterError: "Missed breakpoint"
  390. *PrinterError: "Warning: Low media"
  391. *PrinterError: "Cover Open"
  392. *PrinterError: "Non Voltatile Memory Write Complete"
  393. *PrinterError: "No Cutter"
  394. *PrinterError: "Engine Underrun"
  395. *PrinterError: "External Processor Not Ready"
  396. *PrinterError: "Command Processing State"
  397. *PrinterError: "Time out on engine communication"
  398. *PrinterError: "Engine communication failure"
  399. *PrinterError: "Error in engine resolution"
  400. *PrinterError: "Printer OK"
  401. *PrinterError: "Failed printerstart"
  402. *PrinterError: "Image transfer problem"
  403. *PrinterError: "Image transfer problem"
  404. *PrinterError: "Image transfer problem"
  405. *PrinterError: "Image transfer problem"
  406. *PrinterError: "Image transfer problem"
  407. *PrinterError: "Image transfer problem"
  408. *PrinterError: "Image transfer problem"
  409. *PrinterError: "Default page being defined is too long."
  410. *PrinterError: "Page being defined is too wide."
  411. *PrinterError: "Printer needs attention"
  412. *PrinterError: "Communications error"
  413. *PrinterError: "Carriage jam"
  414. *PrinterError: "Carriage sensor broken"
  415. *PrinterError: "Carriage hit wall"
  416. *PrinterError: "Carriage out of level"
  417. *PrinterError: "Media not loaded"
  418. *PrinterError: "Cassette full"
  419. *PrinterError: "Cassette/Media mismatch"
  420. *PrinterError: "Cutter in media path"
  421. *PrinterError: "Output punch jam"
  422. *PrinterError: "Input punch jam"
  423. *PrinterError: "Side door open"
  424. *PrinterError: "Spindle jam"
  425. *PrinterError: "Aperture jam"
  426. *PrinterError: "Polarizer jam"
  427. *PrinterError: "Weak lens jam"
  428. *PrinterError: "Cassette jam"
  429. *PrinterError: "Spinner error"
  430. *PrinterError: "Time out on engine communication"
  431. *PrinterError: "Engine communication failure"
  432. *PrinterError: "Error in engine resolution"
  433. *PrinterError: "Failed printerstart"
  434. *PrinterError: "Image transfer problem"
  435. *PrinterError: "Image transfer problem"
  436. *PrinterError: "Image transfer problem"
  437. *PrinterError: "Image transfer problem"
  438. *PrinterError: "Image transfer problem"
  439. *PrinterError: "Image transfer problem"
  440. *PrinterError: "Image transfer problem"
  441. *PrinterError: "Image transfer problem"
  442. *PrinterError: "Image transfer problem"
  443. *PrinterError: "Image transfer problem"
  444. *PrinterError: "Image transfer problem"
  445. *PrinterError: "Image transfer problem"
  446. *PrinterError: "Image transfer problem"
  447. *PrinterError: "Image transfer problem"
  448. *PrinterError: "Image transfer problem"
  449. *PrinterError: "Image transfer problem"
  450. *PrinterError: "Image transfer problem"
  451. *PrinterError: "Default page being defined is too long"
  452. *PrinterError: "Printer rebooting"
  453. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  454. *% Color Separation Information =====================
  455. *% *OpenUI *Separations: Boolean
  456. *% *OrderDependency: 40 AnySetup *Separations
  457. *% *Separations True: " 1 dict dup /Separations true put setpagedevice "
  458. *% *Separations False: " 1 dict dup /Separations false put setpagedevice "
  459. *% *DefaultSeparations: False
  460. *% *?Separations: "
  461. *% save
  462. *% currentpagedevice /Separations get
  463. *% { (True) }{ (False) } ifelse = flush
  464. *% restore
  465. *% "
  466. *% *End
  467. *% *CloseUI: *Separations
  468. *InkName: ProcessCyan/Process Cyan
  469. *InkName: ProcessMagenta/Process Magenta
  470. *InkName: ProcessYellow/Process Yellow
  471. *InkName: ProcessBlack/Process Black
  472. *InkName: CustomColor/Custom Color
  473. *% For 65 lpi =====================================================
  474. *ColorSepScreenAngle ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi: "45.0"
  475. *ColorSepScreenAngle CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi: "45.0"
  476. *ColorSepScreenAngle ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi: "18.43"
  477. *ColorSepScreenAngle ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi: "71.57"
  478. *ColorSepScreenAngle ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi: "0.0"
  479. *ColorSepScreenFreq ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi: "70.71"
  480. *ColorSepScreenFreq CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi: "70.71"
  481. *ColorSepScreenFreq ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi: "63.25"
  482. *ColorSepScreenFreq ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi: "63.25"
  483. *ColorSepScreenFreq ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi: "66.67"
  484. *ColorSepScreenAngle ProcessBlack.65lpi.2400dpi/65 lpi / 2400 dpi: "45.0"
  485. *ColorSepScreenAngle CustomColor.65lpi.2400dpi/65 lpi / 2400 dpi: "45.0"
  486. *ColorSepScreenAngle ProcessCyan.65lpi.2400dpi/65 lpi / 2400 dpi: "18.43"
  487. *ColorSepScreenAngle ProcessMagenta.65lpi.2400dpi/65 lpi / 2400 dpi: "71.57"
  488. *ColorSepScreenAngle ProcessYellow.65lpi.2400dpi/65 lpi / 2400 dpi: "0.0"
  489. *ColorSepScreenFreq ProcessBlack.65lpi.2400dpi/65 lpi / 2400 dpi: "70.71"
  490. *ColorSepScreenFreq CustomColor.65lpi.2400dpi/65 lpi / 2400 dpi: "70.71"
  491. *ColorSepScreenFreq ProcessCyan.65lpi.2400dpi/65 lpi / 2400 dpi: "63.25"
  492. *ColorSepScreenFreq ProcessMagenta.65lpi.2400dpi/65 lpi / 2400 dpi: "63.25"
  493. *ColorSepScreenFreq ProcessYellow.65lpi.2400dpi/65 lpi / 2400 dpi: "66.67"
  494. *% For 100 lpi =====================================================
  495. *ColorSepScreenAngle ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi: "45.0"
  496. *ColorSepScreenAngle CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi: "45.0"
  497. *ColorSepScreenAngle ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi: "18.43"
  498. *ColorSepScreenAngle ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi: "71.57"
  499. *ColorSepScreenAngle ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi: "0.0"
  500. *ColorSepScreenFreq ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi: "106.07"
  501. *ColorSepScreenFreq CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi: "106.07"
  502. *ColorSepScreenFreq ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi: "94.87"
  503. *ColorSepScreenFreq ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi: "94.87"
  504. *ColorSepScreenFreq ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi: "100.00"
  505. *ColorSepScreenAngle ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi: "45.0"
  506. *ColorSepScreenAngle CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi: "45.0"
  507. *ColorSepScreenAngle ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi: "18.43"
  508. *ColorSepScreenAngle ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi: "71.57"
  509. *ColorSepScreenAngle ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi: "0.0"
  510. *ColorSepScreenFreq ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi: "106.07"
  511. *ColorSepScreenFreq CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi: "106.07"
  512. *ColorSepScreenFreq ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi: "94.87"
  513. *ColorSepScreenFreq ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi: "94.87"
  514. *ColorSepScreenFreq ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi: "100.00"
  515. *% For 120 lpi =====================================================
  516. *ColorSepScreenAngle ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi: "45.0"
  517. *ColorSepScreenAngle CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi: "45.0"
  518. *ColorSepScreenAngle ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi: "18.43"
  519. *ColorSepScreenAngle ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi: "71.57"
  520. *ColorSepScreenAngle ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi: "0.0"
  521. *ColorSepScreenFreq ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi: "113.14"
  522. *ColorSepScreenFreq CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi: "113.14"
  523. *ColorSepScreenFreq ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi: "126.50"
  524. *ColorSepScreenFreq ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi: "126.50"
  525. *ColorSepScreenFreq ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi: "120.00"
  526. *% For 133 lpi =====================================================
  527. *ColorSepScreenAngle ProcessBlack.133lpi.1200dpi/133 lpi / 1200 dpi: "45.0"
  528. *ColorSepScreenAngle CustomColor.133lpi.1200dpi/133 lpi / 1200 dpi: "45.0"
  529. *ColorSepScreenAngle ProcessCyan.133lpi.1200dpi/133 lpi / 1200 dpi: "18.43"
  530. *ColorSepScreenAngle ProcessMagenta.133lpi.1200dpi/133 lpi / 1200 dpi: "71.57"
  531. *ColorSepScreenAngle ProcessYellow.133lpi.1200dpi/133 lpi / 1200 dpi: "0.0"
  532. *ColorSepScreenFreq ProcessBlack.133lpi.1200dpi/133 lpi / 1200 dpi: "141.42"
  533. *ColorSepScreenFreq CustomColor.133lpi.1200dpi/133 lpi / 1200 dpi: "141.42"
  534. *ColorSepScreenFreq ProcessCyan.133lpi.1200dpi/133 lpi / 1200 dpi: "126.50"
  535. *ColorSepScreenFreq ProcessMagenta.133lpi.1200dpi/133 lpi / 1200 dpi: "126.50"
  536. *ColorSepScreenFreq ProcessYellow.133lpi.1200dpi/133 lpi / 1200 dpi: "133.33"
  537. *ColorSepScreenAngle ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi: "45.0"
  538. *ColorSepScreenAngle CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi: "45.0"
  539. *ColorSepScreenAngle ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi: "18.43"
  540. *ColorSepScreenAngle ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi: "71.57"
  541. *ColorSepScreenAngle ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi: "0.0"
  542. *ColorSepScreenFreq ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi: "141.42"
  543. *ColorSepScreenFreq CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi: "141.42"
  544. *ColorSepScreenFreq ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi: "126.50"
  545. *ColorSepScreenFreq ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi: "126.50"
  546. *ColorSepScreenFreq ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi: "133.33"
  547. *ColorSepScreenAngle ProcessBlack.133lpi.3600dpi/133 lpi / 3600 dpi: "45.0"
  548. *ColorSepScreenAngle CustomColor.133lpi.3600dpi/133 lpi / 3600 dpi: "45.0"
  549. *ColorSepScreenAngle ProcessCyan.133lpi.3600dpi/133 lpi / 3600 dpi: "18.43"
  550. *ColorSepScreenAngle ProcessMagenta.133lpi.3600dpi/133 lpi / 3600 dpi: "71.57"
  551. *ColorSepScreenAngle ProcessYellow.133lpi.3600dpi/133 lpi / 3600 dpi: "0.0"
  552. *ColorSepScreenFreq ProcessBlack.133lpi.3600dpi/133 lpi / 3600 dpi: "141.421"
  553. *ColorSepScreenFreq CustomColor.133lpi.3600dpi/133 lpi / 3600 dpi: "141.421"
  554. *ColorSepScreenFreq ProcessCyan.133lpi.3600dpi/133 lpi / 3600 dpi: "126.491"
  555. *ColorSepScreenFreq ProcessMagenta.133lpi.3600dpi/133 lpi / 3600 dpi: "126.491"
  556. *ColorSepScreenFreq ProcessYellow.133lpi.3600dpi/133 lpi / 3600 dpi: "133.333"
  557. *% For 150 lpi =====================================================
  558. *ColorSepScreenAngle ProcessBlack.150lpi.1200dpi/150 lpi / 1200 dpi : "45.0"
  559. *ColorSepScreenAngle CustomColor.150lpi.1200dpi/150 lpi / 1200 dpi : "45.0"
  560. *ColorSepScreenAngle ProcessCyan.150lpi.1200dpi/150 lpi / 1200 dpi : "18.43"
  561. *ColorSepScreenAngle ProcessMagenta.150lpi.1200dpi/150 lpi / 1200 dpi : "71.57"
  562. *ColorSepScreenAngle ProcessYellow.150lpi.1200dpi/150 lpi / 1200 dpi : "0.0"
  563. *ColorSepScreenFreq ProcessBlack.150lpi.1200dpi/150 lpi / 1200 dpi : "169.71"
  564. *ColorSepScreenFreq CustomColor.150lpi.1200dpi/150 lpi / 1200 dpi : "169.71"
  565. *ColorSepScreenFreq ProcessCyan.150lpi.1200dpi/150 lpi / 1200 dpi : "126.50"
  566. *ColorSepScreenFreq ProcessMagenta.150lpi.1200dpi/150 lpi / 1200 dpi : "126.50"
  567. *ColorSepScreenFreq ProcessYellow.150lpi.1200dpi/150 lpi / 1200 dpi : "150.00"
  568. *ColorSepScreenAngle ProcessBlack.150lpi.2400dpi/150 lpi / 2400 dpi : "45.0"
  569. *ColorSepScreenAngle CustomColor.150lpi.2400dpi/150 lpi / 2400 dpi : "45.0"
  570. *ColorSepScreenAngle ProcessCyan.150lpi.2400dpi/150 lpi / 2400 dpi : "14.93"
  571. *ColorSepScreenAngle ProcessMagenta.150lpi.2400dpi/150 lpi / 2400 dpi : "75.07"
  572. *ColorSepScreenAngle ProcessYellow.150lpi.2400dpi/150 lpi / 2400 dpi : "0.0"
  573. *ColorSepScreenFreq ProcessBlack.150lpi.2400dpi/150 lpi / 2400 dpi : "154.28"
  574. *ColorSepScreenFreq CustomColor.150lpi.2400dpi/150 lpi / 2400 dpi : "154.28"
  575. *ColorSepScreenFreq ProcessCyan.150lpi.2400dpi/150 lpi / 2400 dpi : "154.60"
  576. *ColorSepScreenFreq ProcessMagenta.150lpi.2400dpi/150 lpi / 2400 dpi : "154.60"
  577. *ColorSepScreenFreq ProcessYellow.150lpi.2400dpi/150 lpi / 2400 dpi : "150.00"
  578. *ColorSepScreenAngle ProcessBlack.150lpi.3600dpi/150 lpi / 3600 dpi: "45.0"
  579. *ColorSepScreenAngle CustomColor.150lpi.3600dpi/150 lpi / 3600 dpi: "45.0"
  580. *ColorSepScreenAngle ProcessCyan.150lpi.3600dpi/150 lpi / 3600 dpi: "18.43"
  581. *ColorSepScreenAngle ProcessMagenta.150lpi.3600dpi/150 lpi / 3600 dpi: "71.57"
  582. *ColorSepScreenAngle ProcessYellow.150lpi.3600dpi/150 lpi / 3600 dpi: "0.0"
  583. *ColorSepScreenFreq ProcessBlack.150lpi.3600dpi/150 lpi / 3600 dpi: "159.099"
  584. *ColorSepScreenFreq CustomColor.150lpi.3600dpi/150 lpi / 3600 dpi: "159.099"
  585. *ColorSepScreenFreq ProcessCyan.150lpi.3600dpi/150 lpi / 3600 dpi: "142.302"
  586. *ColorSepScreenFreq ProcessMagenta.150lpi.3600dpi/150 lpi / 3600 dpi: "142.302"
  587. *ColorSepScreenFreq ProcessYellow.150lpi.3600dpi/150 lpi / 3600 dpi: "150.00"
  588. *% For 160 lpi =====================================================
  589. *ColorSepScreenAngle ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi: "45.0"
  590. *ColorSepScreenAngle CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi: "45.0"
  591. *ColorSepScreenAngle ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi: "18.43"
  592. *ColorSepScreenAngle ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi: "71.57"
  593. *ColorSepScreenAngle ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi: "0.0"
  594. *ColorSepScreenFreq ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi: "169.71"
  595. *ColorSepScreenFreq CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi: "169.71"
  596. *ColorSepScreenFreq ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi: "151.79"
  597. *ColorSepScreenFreq ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi: "151.79"
  598. *ColorSepScreenFreq ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi: "160.00"
  599. *% For 175 lpi =====================================================
  600. *ColorSepScreenAngle ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi: "45.0"
  601. *ColorSepScreenAngle CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi: "45.0"
  602. *ColorSepScreenAngle ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi: "18.43"
  603. *ColorSepScreenAngle ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi: "71.57"
  604. *ColorSepScreenAngle ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi: "0.0"
  605. *ColorSepScreenFreq ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi: "169.71"
  606. *ColorSepScreenFreq CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi: "169.71"
  607. *ColorSepScreenFreq ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi: "189.74"
  608. *ColorSepScreenFreq ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi: "189.74"
  609. *ColorSepScreenFreq ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi: "160.00"
  610. *ColorSepScreenAngle ProcessBlack.175lpi.3600dpi/175 lpi / 3600 dpi: "45.0"
  611. *ColorSepScreenAngle CustomColor.175lpi.3600dpi/175 lpi / 3600 dpi: "45.0"
  612. *ColorSepScreenAngle ProcessCyan.175lpi.3600dpi/175 lpi / 3600 dpi: "18.43"
  613. *ColorSepScreenAngle ProcessMagenta.175lpi.3600dpi/175 lpi / 3600 dpi: "71.57"
  614. *ColorSepScreenAngle ProcessYellow.175lpi.3600dpi/175 lpi / 3600 dpi: "0.0"
  615. *ColorSepScreenFreq ProcessBlack.175lpi.3600dpi/175 lpi / 3600 dpi: "181.827"
  616. *ColorSepScreenFreq CustomColor.175lpi.3600dpi/175 lpi / 3600 dpi: "181.827"
  617. *ColorSepScreenFreq ProcessCyan.175lpi.3600dpi/175 lpi / 3600 dpi: "162.631"
  618. *ColorSepScreenFreq ProcessMagenta.175lpi.3600dpi/175 lpi / 3600 dpi: "162.631"
  619. *ColorSepScreenFreq ProcessYellow.175lpi.3600dpi/175 lpi / 3600 dpi: "171.429"
  620. *% For 200 lpi =====================================================
  621. *ColorSepScreenAngle ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi: "45.0"
  622. *ColorSepScreenAngle CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi: "45.0"
  623. *ColorSepScreenAngle ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi: "18.43"
  624. *ColorSepScreenAngle ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi: "71.57"
  625. *ColorSepScreenAngle ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi: "0.0"
  626. *ColorSepScreenFreq ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi: "212.13"
  627. *ColorSepScreenFreq CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi: "212.13"
  628. *ColorSepScreenFreq ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi: "189.74"
  629. *ColorSepScreenFreq ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi: "189.74"
  630. *ColorSepScreenFreq ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi: "200.00"
  631. *ColorSepScreenAngle ProcessBlack.200lpi.3600dpi/200 lpi / 3600 dpi: "45.0"
  632. *ColorSepScreenAngle CustomColor.200lpi.3600dpi/200 lpi / 3600 dpi: "45.0"
  633. *ColorSepScreenAngle ProcessCyan.200lpi.3600dpi/200 lpi / 3600 dpi: "18.43"
  634. *ColorSepScreenAngle ProcessMagenta.200lpi.3600dpi/200 lpi / 3600 dpi: "71.57"
  635. *ColorSepScreenAngle ProcessYellow.200lpi.3600dpi/200 lpi / 3600 dpi: "0.0"
  636. *ColorSepScreenFreq ProcessBlack.200lpi.3600dpi/200 lpi / 3600 dpi: "212.132"
  637. *ColorSepScreenFreq CustomColor.200lpi.3600dpi/200 lpi / 3600 dpi: "212.132"
  638. *ColorSepScreenFreq ProcessCyan.200lpi.3600dpi/200 lpi / 3600 dpi: "189.737"
  639. *ColorSepScreenFreq ProcessMagenta.200lpi.3600dpi/200 lpi / 3600 dpi: "189.737"
  640. *ColorSepScreenFreq ProcessYellow.200lpi.3600dpi/200 lpi / 3600 dpi: "200.00"
  641. *% For 240 lpi =====================================================
  642. *ColorSepScreenAngle ProcessBlack.240lpi.3600dpi/240 lpi / 3600 dpi: "45.0"
  643. *ColorSepScreenAngle CustomColor.240lpi.3600dpi/240 lpi / 3600 dpi: "45.0"
  644. *ColorSepScreenAngle ProcessCyan.240lpi.3600dpi/240 lpi / 3600 dpi: "18.43"
  645. *ColorSepScreenAngle ProcessMagenta.240lpi.3600dpi/240 lpi / 3600 dpi: "71.57"
  646. *ColorSepScreenAngle ProcessYellow.240lpi.3600dpi/240 lpi / 3600 dpi: "0.0"
  647. *ColorSepScreenFreq ProcessBlack.240lpi.3600dpi/240 lpi / 3600 dpi: "254.558"
  648. *ColorSepScreenFreq CustomColor.240lpi.3600dpi/240 lpi / 3600 dpi: "254.558"
  649. *ColorSepScreenFreq ProcessCyan.240lpi.3600dpi/240 lpi / 3600 dpi: "227.684"
  650. *ColorSepScreenFreq ProcessMagenta.240lpi.3600dpi/240 lpi / 3600 dpi: "227.684"
  651. *ColorSepScreenFreq ProcessYellow.240lpi.3600dpi/240 lpi / 3600 dpi: "240.000"
  652. *% For 300 lpi =====================================================
  653. *ColorSepScreenAngle ProcessBlack.300lpi.3600dpi/300 lpi / 3600 dpi: "45.0"
  654. *ColorSepScreenAngle CustomColor.300lpi.3600dpi/300 lpi / 3600 dpi: "45.0"
  655. *ColorSepScreenAngle ProcessCyan.300lpi.3600dpi/300 lpi / 3600 dpi: "18.43"
  656. *ColorSepScreenAngle ProcessMagenta.300lpi.3600dpi/300 lpi / 3600 dpi: "71.57"
  657. *ColorSepScreenAngle ProcessYellow.300lpi.3600dpi/300 lpi / 3600 dpi: "0.0"
  658. *ColorSepScreenFreq ProcessBlack.300lpi.3600dpi/300 lpi / 3600 dpi: "318.198"
  659. *ColorSepScreenFreq CustomColor.300lpi.3600dpi/300 lpi / 3600 dpi: "318.198"
  660. *ColorSepScreenFreq ProcessCyan.300lpi.3600dpi/300 lpi / 3600 dpi: "284.605"
  661. *ColorSepScreenFreq ProcessMagenta.300lpi.3600dpi/300 lpi / 3600 dpi: "284.605"
  662. *ColorSepScreenFreq ProcessYellow.300lpi.3600dpi/300 lpi / 3600 dpi: "300.000"
  663. *% end of PPD file AGAva202.PPD