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.

1046 lines
42 KiB

  1. *PPD-Adobe: "4.2"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *FormatVersion: "4.2"
  4. *FileVersion: "1.1"
  5. *PCFileName: "AGAc1SF2.PPD"
  6. *LanguageVersion: English
  7. *LanguageEncoding: ISOLatin1
  8. *Product: "(AGFA AccuSet 1000)"
  9. *PSVersion: "(2013.108) 93073011"
  10. *ModelName: "AGFA-AccuSet1000SF"
  11. *NickName: "AGFA-AccuSet1000SF 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: 1200x1200dpi
  57. *Resolution 600x600dpi: "1 dict dup /HWResolution [600 600] put setpagedevice "
  58. *Resolution 1200x1200dpi: " 1 dict dup /HWResolution [1200 1200] put setpagedevice "
  59. *Resolution 1800x1800dpi: " 1 dict dup /HWResolution [1800 1800] put setpagedevice "
  60. *Resolution 2400x2400dpi: " 1 dict dup /HWResolution [2400 2400] put setpagedevice "
  61. *Resolution 3000x3000dpi: " 1 dict dup /HWResolution [3000 3000] put setpagedevice "
  62. *?Resolution: "
  63. save
  64. currentpagedevice /HWResolution get 0 get
  65. ( ) cvs print (dpi) = flush
  66. restore
  67. "
  68. *End
  69. *CloseUI: *Resolution
  70. *% Halftone Information ===============
  71. *ScreenFreq: "100.0"
  72. *ScreenAngle: "45.0"
  73. *DefaultScreenProc: Dot
  74. *ScreenProc Dot: "
  75. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  76. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  77. "
  78. *End
  79. *ScreenProc Line: "{ pop }"
  80. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  81. *DefaultTransfer: Null
  82. *Transfer Null: "{ }"
  83. *Transfer Null.Inverse: "{ 1 exch sub }"
  84. *AccurateScreensSupport: True
  85. *% Paper Handling ===================
  86. *OpenUI *PageSize: PickOne
  87. *OrderDependency: 30 AnySetup *PageSize
  88. *DefaultPageSize: Letter
  89. *PageSize Letter: "letter"
  90. *PageSize Legal: "legal"
  91. *PageSize Tabloid: "11x17"
  92. *PageSize LARGE: " 2 dict dup /Orientation 1 put dup /PageSize [1008 1944] put setpagedevice "
  93. *PageSize A3: "a3"
  94. *PageSize A4: "a4"
  95. *PageSize A5: "a5"
  96. *PageSize B5: "b5"
  97. *PageSize Letter.Transverse: "Letter"
  98. *PageSize Legal.Transverse: "Legal"
  99. *PageSize A4.Transverse: "A4"
  100. *PageSize A5.Transverse: "A5"
  101. *PageSize B5.Transverse: "B5"
  102. *?PageSize: "
  103. save
  104. mark
  105. currentpagedevice dup /PageSize get aload pop % pagedict width height
  106. 8 dict
  107. dup [420 596] (A5) put
  108. dup [499 709] (B5) put
  109. dup [612 792] (Letter) put
  110. dup [596 842] (A4) put
  111. dup [612 1008] (Legal) put
  112. dup [842 1191] (A3) put
  113. dup [792 1224] (Tabloid) put
  114. dup [1008 1944] (LARGE) put
  115. 5 dict
  116. dup [420 596] (A5.Transverse) put
  117. dup [499 709] (B5.Transverse) put
  118. dup [595 842] (A4.Transverse) put
  119. dup [612 792] (Letter.Transverse) put
  120. dup [612 1008] (Legal.Transverse) put
  121. 6 -1 roll /Orientation get % test orientation
  122. 1 eq { pop } { exch pop }ifelse % choose dict
  123. (Unknown) exch
  124. { exch aload pop
  125. 5 index eq exch 6 index eq and
  126. { exch pop exit } { pop } ifelse
  127. } bind forall = flush cleartomark
  128. restore
  129. "
  130. *End
  131. *CloseUI: *PageSize
  132. *% These entries will set up the frame buffer. Usually used with manual feed.
  133. *OpenUI *PageRegion: PickOne
  134. *OrderDependency: 40 AnySetup *PageRegion
  135. *DefaultPageRegion: Letter
  136. *PageRegion Letter: "letter"
  137. *PageRegion Legal: "legal"
  138. *PageRegion Tabloid: "11x17"
  139. *PageRegion LARGE: " 2 dict dup /Orientation 1 put dup /PageSize [1008 1944] put setpagedevice "
  140. *PageRegion A3: "a3"
  141. *PageRegion A4: "a4"
  142. *PageRegion A5: "a5"
  143. *PageRegion B5: "b5"
  144. *PageRegion Letter.Transverse: "Letter"
  145. *PageRegion Legal.Transverse: "Legal"
  146. *PageRegion A4.Transverse: "A4"
  147. *PageRegion A5.Transverse: "A5"
  148. *PageRegion B5.Transverse: "B5"
  149. *CloseUI: *PageRegion
  150. *% The following entries provide information about specific paper keywords.
  151. *DefaultImageableArea: Letter
  152. *ImageableArea Letter: "0 0 612 792"
  153. *ImageableArea Legal: "0 0 612 1008"
  154. *ImageableArea Tabloid: "0 0 792 1224"
  155. *ImageableArea LARGE: "0 0 1008 1944"
  156. *ImageableArea A3: "0 0 842 1191"
  157. *ImageableArea A4: "0 0 595 842"
  158. *ImageableArea A5: "0 0 420 595"
  159. *ImageableArea B5: "0 0 499 709"
  160. *ImageableArea Letter.Transverse: "0 0 612 792"
  161. *ImageableArea Legal.Transverse: "0 0 612 1008"
  162. *ImageableArea A4.Transverse: "0 0 595 842"
  163. *ImageableArea A5.Transverse: "0 0 420 595"
  164. *ImageableArea B5.Transverse: "0 0 499 709"
  165. *?ImageableArea: "
  166. save /cvp { cvi ( ) cvs print ( ) print } bind def
  167. newpath clippath pathbbox
  168. 4 -2 roll exch 2 {ceiling cvp} repeat
  169. exch 2 {floor cvp} repeat flush
  170. restore
  171. "
  172. *End
  173. *% These provide the physical dimensions of the paper (by keyword)
  174. *DefaultPaperDimension: Letter
  175. *PaperDimension Letter: "612 792"
  176. *PaperDimension Legal: "612 1008"
  177. *PaperDimension Tabloid: "792 1224"
  178. *PaperDimension LARGE: "1008 1944"
  179. *PaperDimension A3: "842 1191"
  180. *PaperDimension A4: "595 842"
  181. *PaperDimension A5: "420 595"
  182. *PaperDimension B5: "499 709"
  183. *PaperDimension Letter.Transverse: "612 792"
  184. *PaperDimension Legal.Transverse: "612 1008"
  185. *PaperDimension A4.Transverse: "595 842"
  186. *PaperDimension A5.Transverse: "420 595"
  187. *PaperDimension B5.Transverse: "499 709"
  188. *% Custom Page Sizes
  189. *CustomPageSize True: "
  190. 4 dict begin
  191. dup /Orientation exch def
  192. /PageOffset [ 5 -2 roll ] def
  193. /PageSize [
  194. 5 2 roll dup 0 eq exch 2 eq or {exch} if
  195. ] def
  196. /ImagingBBox null def
  197. currentdict end
  198. setpagedevice "
  199. *End
  200. *ParamCustomPageSize Width: 1 points 100 1008
  201. *ParamCustomPageSize Height: 2 points 100 5760
  202. *ParamCustomPageSize WidthOffset/Margins: 3 points 0 1008
  203. *ParamCustomPageSize HeightOffset: 4 points 0 0
  204. *ParamCustomPageSize Orientation: 5 int 0 3
  205. *CenterRegistered: False
  206. *MaxMediaWidth: "1008"
  207. *MaxMediaHeight: "5760"
  208. *?CurrentMediaWidth: "
  209. save
  210. currentpagedevice /OutputDevice get cvlit /OutputDevice findresource
  211. /PageSize get 0 get 2 get = flush
  212. restore
  213. "
  214. *End
  215. *?CurrentMediaHeight: "
  216. save
  217. currentpagedevice /OutputDevice get cvlit /OutputDevice findresource
  218. /PageSize get 0 get 3 get = flush
  219. restore
  220. "
  221. *End
  222. *% Default Handling Features. This machine is a roll-fed machine, which is
  223. *% why most of these entries have values of "None".
  224. *RequiresPageRegion All: True
  225. *OpenUI *InputSlot: PickOne
  226. *OrderDependency: 20 AnySetup *InputSlot
  227. *InputSlot Cassette: ""
  228. *DefaultInputSlot: Cassette
  229. *CloseUI: *InputSlot
  230. *% Imagesetter Information =====================
  231. *OpenGroup: Imagesetter
  232. *% *OpenUI *MirrorPrint/Mirror Print: Boolean
  233. *% *OrderDependency: 50 AnySetup *MirrorPrint
  234. *% *MirrorPrint True: " 1 dict dup /MirrorPrint true put setpagedevice "
  235. *% *MirrorPrint False: " 1 dict dup /MirrorPrint false put setpagedevice "
  236. *% *DefaultMirrorPrint: False
  237. *% *?MirrorPrint: " save currentpagedevice /MirrorPrint get
  238. *% { (True) } { (False) } ifelse = flush restore "
  239. *% *End
  240. *% *CloseUI: *MirrorPrint
  241. *% *OpenUI *NegativePrint/Negative Print: Boolean
  242. *% *OrderDependency: 50 AnySetup *NegativePrint
  243. *% *NegativePrint True: " 1 dict dup /NegativePrint true put setpagedevice "
  244. *% *NegativePrint False: " 1 dict dup /NegativePrint false put setpagedevice "
  245. *% *DefaultNegativePrint: False
  246. *% *?NegativePrint: " currentpagedevice /NegativePrint get
  247. *% { (True) }{ (False) } ifelse = flush "
  248. *% *End
  249. *% *CloseUI: *NegativePrint
  250. *% Screenfilter Settings ============================
  251. *OpenUI *Screenfilter/Screenfilter Mode: PickOne
  252. *OrderDependency: 9 AnySetup *Screenfilter
  253. *DefaultScreenfilter: AGFA
  254. *Screenfilter No/No Filtering: "
  255. userdict /AGFADict known
  256. {
  257. statusdict begin /gHeliosOPI true def end
  258. AGFADict begin 0 SetDefaultScreenFilter end
  259. statusdict /gHeliosOPI undef
  260. }
  261. {
  262. /mSFFilterNotInstalled statusdict /gToolsMessages get exch get print flush
  263. } ifelse
  264. "
  265. *End
  266. *Screenfilter Standard/Standard RT Screening: "
  267. userdict /AGFADict known
  268. {
  269. statusdict begin /gHeliosOPI true def end
  270. AGFADict begin 1 SetDefaultScreenFilter end
  271. statusdict /gHeliosOPI undef
  272. }
  273. {
  274. /mSFFilterNotInstalled statusdict /gToolsMessages get exch get print flush
  275. } ifelse
  276. "
  277. *End
  278. *Screenfilter AGFA/AGFA Balanced Screening: "
  279. userdict /AGFADict known
  280. {
  281. statusdict begin /gHeliosOPI true def end
  282. AGFADict begin 2 SetDefaultScreenFilter end
  283. statusdict /gHeliosOPI undef
  284. }
  285. {
  286. /mSFFilterNotInstalled statusdict /gToolsMessages get exch get print flush
  287. } ifelse
  288. "
  289. *End
  290. *Screenfilter Adobe/Adobe Accurate Screening: "
  291. userdict /AGFADict known
  292. {
  293. statusdict begin /gHeliosOPI true def end
  294. AGFADict begin 3 SetDefaultScreenFilter end
  295. statusdict /gHeliosOPI undef
  296. }
  297. {
  298. /mSFFilterNotInstalled statusdict /gToolsMessages get exch get print flush
  299. } ifelse
  300. "
  301. *End
  302. *?Screenfilter: "
  303. userdict /AGFADict known
  304. {
  305. save AGFADict begin /tempvar ScreenFilter def
  306. tempvar 0 eq {(No)} if
  307. tempvar 1 eq {(Standard)} if
  308. tempvar 2 eq {(AGFA)} if
  309. tempvar 3 eq {(Adobe)} if
  310. = flush end restore
  311. } if "
  312. *End
  313. *CloseUI: *Screenfilter
  314. *OpenUI *Dot/Default Spot: PickOne
  315. *OrderDependency: 10 AnySetup *Dot
  316. *DefaultDot: Round
  317. *Dot Round: "
  318. userdict /AGFADict known
  319. {
  320. statusdict begin /gHeliosOPI true def end
  321. AGFADict begin 1 SetDefaultSpotID end
  322. statusdict /gHeliosOPI undef
  323. }
  324. {
  325. /mSFFilterNotInstalled statusdict /gToolsMessages get exch get print flush
  326. } ifelse
  327. "
  328. *End
  329. *Dot Elliptical: "
  330. userdict /AGFADict known
  331. {
  332. statusdict begin /gHeliosOPI true def end
  333. AGFADict begin 11 SetDefaultSpotID end
  334. statusdict /gHeliosOPI undef
  335. }
  336. {
  337. /mSFFilterNotInstalled statusdict /gToolsMessages get exch get print flush
  338. } ifelse
  339. "
  340. *End
  341. *?Dot: "
  342. userdict /AGFADict known
  343. {
  344. save AGFADict begin /tempvar GetSpot end exch pop
  345. ( ) cvs def
  346. tempvar (RoundAGFASpot) eq {(Round)} if
  347. tempvar (EllipticalAGFASpot) eq {(Elliptical)} if
  348. = flush restore
  349. } if "
  350. *End
  351. *CloseUI: *Dot
  352. *OpenUI *SpotOverride/Spot Override: PickOne
  353. *OrderDependency: 10 AnySetup *SpotOverride
  354. *DefaultSpotOverride:Off
  355. *SpotOverride On: "
  356. userdict /AGFADict known
  357. {
  358. statusdict begin /gHeliosOPI true def end
  359. AGFADict begin true SetOverrideSpot end
  360. statusdict /gHeliosOPI undef
  361. }
  362. {
  363. /mSFFilterNotInstalled statusdict /gToolsMessages get exch get print flush
  364. } ifelse
  365. "
  366. *End
  367. *SpotOverride Off: "
  368. userdict /AGFADict known
  369. {
  370. statusdict begin /gHeliosOPI true def end
  371. AGFADict begin false SetOverrideSpot end
  372. statusdict /gHeliosOPI undef
  373. }
  374. {
  375. /mSFFilterNotInstalled statusdict /gToolsMessages get exch get print flush
  376. } ifelse
  377. "
  378. *End
  379. *?SpotOverride: "
  380. userdict /AGFADict known
  381. {
  382. save AGFADict begin OverrideSpotFlag end
  383. { (On) } { (Off) } ifelse = flush restore
  384. } if "
  385. *End
  386. *CloseUI: *SpotOverride
  387. *OpenUI *RuleOverride/Ruling Override: PickOne
  388. *OrderDependency: 10 AnySetup *RuleOverride
  389. *DefaultRuleOverride: Off
  390. *RuleOverride On: "
  391. userdict /AGFADict known
  392. {
  393. statusdict begin /gHeliosOPI true def end
  394. AGFADict begin true SetOverrideRule end
  395. statusdict /gHeliosOPI undef
  396. }
  397. {
  398. /mSFFilterNotInstalled statusdict /gToolsMessages get exch get print flush
  399. } ifelse
  400. "
  401. *End
  402. *RuleOverride Off: "
  403. userdict /AGFADict known
  404. {
  405. statusdict begin /gHeliosOPI true def end
  406. AGFADict begin false SetOverrideRule end
  407. statusdict /gHeliosOPI undef
  408. }
  409. {
  410. /mSFFilterNotInstalled statusdict /gToolsMessages get exch get print flush
  411. } ifelse
  412. "
  413. *End
  414. *?RuleOverride: "
  415. userdict /AGFADict known
  416. {
  417. save AGFADict begin OverrideRuleFlag end
  418. { (On) } { (Off) } ifelse = flush restore
  419. } if "
  420. *End
  421. *CloseUI: *RuleOverride
  422. *OpenUI *FlushJob/Flush Job: PickOne
  423. *OrderDependency: 10 AnySetup *FlushJob
  424. *DefaultFlushJob: Off
  425. *FlushJob On: "
  426. userdict /AGFADict known
  427. {
  428. statusdict begin /gHeliosOPI true def end
  429. AGFADict begin true SetFlushJobMode end
  430. statusdict /gHeliosOPI undef
  431. }
  432. {
  433. /mSFFilterNotInstalled statusdict /gToolsMessages get exch get print flush
  434. } ifelse
  435. "
  436. *End
  437. *FlushJob Off: "
  438. userdict /AGFADict known
  439. {
  440. statusdict begin /gHeliosOPI true def end
  441. AGFADict begin false SetFlushJobMode end
  442. statusdict /gHeliosOPI undef
  443. }
  444. {
  445. /mSFFilterNotInstalled statusdict /gToolsMessages get exch get print flush
  446. } ifelse
  447. "
  448. *End
  449. *?FlushJob: "
  450. userdict /AGFADict known
  451. {
  452. save AGFADict begin FlushJobModeFlag end
  453. { (On) } { (Off) } ifelse = flush restore
  454. } if "
  455. *End
  456. *CloseUI: *FlushJob
  457. *UIConstraints: *Screenfilter No *Dot
  458. *UIConstraints: *Screenfilter Standard *Dot
  459. *UIConstraints: *Screenfilter Adobe *Dot
  460. *UIConstraints: *Screenfilter No *SpotOverride
  461. *UIConstraints: *Screenfilter Standard *SpotOverride
  462. *UIConstraints: *Screenfilter Adobe *SpotOverride
  463. *UIConstraints: *Screenfilter No *RuleOverride
  464. *UIConstraints: *Screenfilter Standard *RuleOverride
  465. *UIConstraints: *Screenfilter Adobe *RuleOverride
  466. *UIConstraints: *Screenfilter No *FlushJob
  467. *UIConstraints: *Screenfilter Standard *FlushJob
  468. *UIConstraints: *Screenfilter Adobe *FlushJob
  469. *% End Screenfilter Settings ============================
  470. *AdvanceMedia None: ""
  471. *DefaultAdvanceMedia: None
  472. *?AdvanceMedia: "(None) = flush"
  473. *CutMedia None: ""
  474. *DefaultCutMedia: None
  475. *?CutMedia: "(None) = flush"
  476. *CloseGroup: Imagesetter
  477. *% Font Information =====================
  478. *DefaultFont: Courier
  479. *Font Courier: Standard "(001.004)" Standard
  480. *Font Courier-Bold: Standard "(001.004)" Standard
  481. *Font Courier-BoldOblique: Standard "(001.004)" Standard
  482. *Font Courier-Oblique: Standard "(001.004)" Standard
  483. *Font Helvetica: Standard "(001.002)" Standard
  484. *Font Helvetica-Bold: Standard "(001.002)" Standard
  485. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard
  486. *Font Helvetica-Oblique: Standard "(001.002)" Standard
  487. *Font Symbol: Special "(001.003)" Special
  488. *Font Times-Bold: Standard "(001.002)" Standard
  489. *Font Times-BoldItalic: Standard "(001.004)" Standard
  490. *Font Times-Italic: Standard "(001.002)" Standard
  491. *Font Times-Roman: Standard "(001.002)" Standard
  492. *?FontQuery: "
  493. save
  494. {
  495. count 1 gt
  496. {
  497. exch dup 128 string cvs (/) print print (:) print
  498. /Font resourcestatus { pop pop (Yes) }{ (No) } ifelse =
  499. }
  500. { exit } ifelse
  501. } bind loop
  502. (*) = flush
  503. restore
  504. "
  505. *End
  506. *?FontList: "
  507. save
  508. (*) { cvn == } 128 string /Font resourceforall
  509. (*) = flush
  510. restore
  511. "
  512. *End
  513. *% Printer Messages (verbatim from printer):
  514. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  515. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  516. *Message: "\FontName\ not found, using Courier"
  517. *% Status (format: %%[ status: <one of these> ]%% )
  518. *Status: "initializing"
  519. *Status: "idle"
  520. *Status: "holding"
  521. *Status: "busy"
  522. *Status: "waiting"
  523. *Status: "printing"
  524. *Status: "PrinterError: Fatal error"
  525. *Status: "PrinterError: Engine hardware failure"
  526. *Status: "PrinterError: Printer busy"
  527. *Status: "PrinterError: Printer in pause"
  528. *Status: "PrinterError: Media jam"
  529. *Status: "PrinterError: Cutter jam"
  530. *Status: "PrinterError: No cassette"
  531. *Status: "PrinterError: No media"
  532. *Status: "PrinterError: Take done"
  533. *Status: "PrinterError: Missed breakpoint"
  534. *Status: "PrinterError: Warning: Low media"
  535. *Status: "PrinterError: Cover Open"
  536. *Status: "PrinterError: Non Voltatile Memory Write Complete"
  537. *Status: "PrinterError: No Cutter"
  538. *Status: "PrinterError: Engine Underrun"
  539. *Status: "PrinterError: External Processor Not Ready"
  540. *Status: "PrinterError: Command Processing State"
  541. *Status: "PrinterError: Time out on engine communication"
  542. *Status: "PrinterError: Engine communication failure"
  543. *Status: "PrinterError: Error in engine resolution"
  544. *Status: "PrinterError: Printer OK"
  545. *Status: "PrinterError: Failed printerstart"
  546. *Status: "PrinterError: Image transfer problem"
  547. *Status: "PrinterError: Image transfer problem"
  548. *Status: "PrinterError: Image transfer problem"
  549. *Status: "PrinterError: Image transfer problem"
  550. *Status: "PrinterError: Image transfer problem"
  551. *Status: "PrinterError: Image transfer problem"
  552. *Status: "PrinterError: Image transfer problem"
  553. *Status: "PrinterError: Default page being defined is too long."
  554. *Status: "PrinterError: Page being defined is too wide."
  555. *Status: "PrinterError: Printer needs attention"
  556. *Status: "PrinterError: Communications error"
  557. *Status: "PrinterError: Carriage jam"
  558. *Status: "PrinterError: Carriage sensor broken"
  559. *Status: "PrinterError: Carriage hit wall"
  560. *Status: "PrinterError: Carriage out of level"
  561. *Status: "PrinterError: Media not loaded"
  562. *Status: "PrinterError: Cassette full"
  563. *Status: "PrinterError: Cassette/Media mismatch"
  564. *Status: "PrinterError: Cutter in media path"
  565. *Status: "PrinterError: Output punch jam"
  566. *Status: "PrinterError: Input punch jam"
  567. *Status: "PrinterError: Side door open"
  568. *Status: "PrinterError: Spindle jam"
  569. *Status: "PrinterError: Aperture jam"
  570. *Status: "PrinterError: Polarizer jam"
  571. *Status: "PrinterError: Weak lens jam"
  572. *Status: "PrinterError: Cassette jam"
  573. *Status: "PrinterError: Spinner error"
  574. *Status: "PrinterError: Time out on engine communication"
  575. *Status: "PrinterError: Engine communication failure"
  576. *Status: "PrinterError: Error in engine resolution"
  577. *Status: "PrinterError: Failed printerstart"
  578. *Status: "PrinterError: Image transfer problem"
  579. *Status: "PrinterError: Image transfer problem"
  580. *Status: "PrinterError: Image transfer problem"
  581. *Status: "PrinterError: Image transfer problem"
  582. *Status: "PrinterError: Image transfer problem"
  583. *Status: "PrinterError: Image transfer problem"
  584. *Status: "PrinterError: Image transfer problem"
  585. *Status: "PrinterError: Image transfer problem"
  586. *Status: "PrinterError: Image transfer problem"
  587. *Status: "PrinterError: Image transfer problem"
  588. *Status: "PrinterError: Image transfer problem"
  589. *Status: "PrinterError: Image transfer problem"
  590. *Status: "PrinterError: Image transfer problem"
  591. *Status: "PrinterError: Image transfer problem"
  592. *Status: "PrinterError: Image transfer problem"
  593. *Status: "PrinterError: Image transfer problem"
  594. *Status: "PrinterError: Image transfer problem"
  595. *Status: "PrinterError: Default page being defined is too long"
  596. *Status: "PrinterError: Printer rebooting"
  597. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  598. *Source: "Serial"
  599. *Source: "SerialB"
  600. *Source: "LocalTalk"
  601. *Source: "Parallel"
  602. *Source: "ScsiComm"
  603. *Source: "ScsiCommB"
  604. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  605. *PrinterError: "Fatal error"
  606. *PrinterError: "Engine hardware failure"
  607. *PrinterError: "Printer busy"
  608. *PrinterError: "Printer in pause"
  609. *PrinterError: "Media jam"
  610. *PrinterError: "Cutter jam"
  611. *PrinterError: "No cassette"
  612. *PrinterError: "No media"
  613. *PrinterError: "Take done"
  614. *PrinterError: "Missed breakpoint"
  615. *PrinterError: "Warning: Low media"
  616. *PrinterError: "Cover Open"
  617. *PrinterError: "Non Voltatile Memory Write Complete"
  618. *PrinterError: "No Cutter"
  619. *PrinterError: "Engine Underrun"
  620. *PrinterError: "External Processor Not Ready"
  621. *PrinterError: "Command Processing State"
  622. *PrinterError: "Time out on engine communication"
  623. *PrinterError: "Engine communication failure"
  624. *PrinterError: "Error in engine resolution"
  625. *PrinterError: "Printer OK"
  626. *PrinterError: "Failed printerstart"
  627. *PrinterError: "Image transfer problem"
  628. *PrinterError: "Image transfer problem"
  629. *PrinterError: "Image transfer problem"
  630. *PrinterError: "Image transfer problem"
  631. *PrinterError: "Image transfer problem"
  632. *PrinterError: "Image transfer problem"
  633. *PrinterError: "Image transfer problem"
  634. *PrinterError: "Default page being defined is too long."
  635. *PrinterError: "Page being defined is too wide."
  636. *PrinterError: "Printer needs attention"
  637. *PrinterError: "Communications error"
  638. *PrinterError: "Carriage jam"
  639. *PrinterError: "Carriage sensor broken"
  640. *PrinterError: "Carriage hit wall"
  641. *PrinterError: "Carriage out of level"
  642. *PrinterError: "Media not loaded"
  643. *PrinterError: "Cassette full"
  644. *PrinterError: "Cassette/Media mismatch"
  645. *PrinterError: "Cutter in media path"
  646. *PrinterError: "Output punch jam"
  647. *PrinterError: "Input punch jam"
  648. *PrinterError: "Side door open"
  649. *PrinterError: "Spindle jam"
  650. *PrinterError: "Aperture jam"
  651. *PrinterError: "Polarizer jam"
  652. *PrinterError: "Weak lens jam"
  653. *PrinterError: "Cassette jam"
  654. *PrinterError: "Spinner error"
  655. *PrinterError: "Time out on engine communication"
  656. *PrinterError: "Engine communication failure"
  657. *PrinterError: "Error in engine resolution"
  658. *PrinterError: "Failed printerstart"
  659. *PrinterError: "Image transfer problem"
  660. *PrinterError: "Image transfer problem"
  661. *PrinterError: "Image transfer problem"
  662. *PrinterError: "Image transfer problem"
  663. *PrinterError: "Image transfer problem"
  664. *PrinterError: "Image transfer problem"
  665. *PrinterError: "Image transfer problem"
  666. *PrinterError: "Image transfer problem"
  667. *PrinterError: "Image transfer problem"
  668. *PrinterError: "Image transfer problem"
  669. *PrinterError: "Image transfer problem"
  670. *PrinterError: "Image transfer problem"
  671. *PrinterError: "Image transfer problem"
  672. *PrinterError: "Image transfer problem"
  673. *PrinterError: "Image transfer problem"
  674. *PrinterError: "Image transfer problem"
  675. *PrinterError: "Image transfer problem"
  676. *PrinterError: "Default page being defined is too long"
  677. *PrinterError: "Printer rebooting"
  678. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  679. *% Color Separation Information =====================
  680. *% *OpenUI *Separations: Boolean
  681. *% *OrderDependency: 40 AnySetup *Separations
  682. *% *Separations True: " 1 dict dup /Separations true put setpagedevice "
  683. *% *Separations False: " 1 dict dup /Separations false put setpagedevice "
  684. *% *DefaultSeparations: False
  685. *% *?Separations: "
  686. *% save
  687. *% currentpagedevice /Separations get
  688. *% { (True) }{ (False) } ifelse = flush
  689. *% restore
  690. *% "
  691. *% *End
  692. *% *CloseUI: *Separations
  693. *InkName: ProcessCyan/Process Cyan
  694. *InkName: ProcessMagenta/Process Magenta
  695. *InkName: ProcessYellow/Process Yellow
  696. *InkName: ProcessBlack/Process Black
  697. *InkName: CustomColor/Custom Color
  698. *% For 1200 dpi =====================================================
  699. *ColorSepScreenAngle ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "45.0"
  700. *ColorSepScreenAngle CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "45.0"
  701. *ColorSepScreenAngle ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "15.0"
  702. *ColorSepScreenAngle ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "75.0"
  703. *ColorSepScreenAngle ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "0.0"
  704. *ColorSepScreenFreq ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  705. *ColorSepScreenFreq CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  706. *ColorSepScreenFreq ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  707. *ColorSepScreenFreq ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  708. *ColorSepScreenFreq ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  709. *ColorSepScreenAngle ProcessBlack.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "45.0"
  710. *ColorSepScreenAngle CustomColor.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "45.0"
  711. *ColorSepScreenAngle ProcessCyan.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "15.0"
  712. *ColorSepScreenAngle ProcessMagenta.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  713. *ColorSepScreenAngle ProcessYellow.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "0.0"
  714. *ColorSepScreenFreq ProcessBlack.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  715. *ColorSepScreenFreq CustomColor.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  716. *ColorSepScreenFreq ProcessCyan.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  717. *ColorSepScreenFreq ProcessMagenta.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  718. *ColorSepScreenFreq ProcessYellow.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  719. *ColorSepScreenAngle ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "45.0"
  720. *ColorSepScreenAngle CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "45.0"
  721. *ColorSepScreenAngle ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "15.0"
  722. *ColorSepScreenAngle ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "75.0"
  723. *ColorSepScreenAngle ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "0.0"
  724. *ColorSepScreenFreq ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  725. *ColorSepScreenFreq CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  726. *ColorSepScreenFreq ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  727. *ColorSepScreenFreq ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  728. *ColorSepScreenFreq ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  729. *ColorSepScreenAngle ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "45.0"
  730. *ColorSepScreenAngle CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "45.0"
  731. *ColorSepScreenAngle ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "15.0"
  732. *ColorSepScreenAngle ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "75.0"
  733. *ColorSepScreenAngle ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "0.0"
  734. *ColorSepScreenFreq ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  735. *ColorSepScreenFreq CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  736. *ColorSepScreenFreq ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  737. *ColorSepScreenFreq ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  738. *ColorSepScreenFreq ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  739. *ColorSepScreenAngle ProcessBlack.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "45.0"
  740. *ColorSepScreenAngle CustomColor.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "45.0"
  741. *ColorSepScreenAngle ProcessCyan.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "15.0"
  742. *ColorSepScreenAngle ProcessMagenta.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "75.0"
  743. *ColorSepScreenAngle ProcessYellow.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "0.0"
  744. *ColorSepScreenFreq ProcessBlack.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  745. *ColorSepScreenFreq CustomColor.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  746. *ColorSepScreenFreq ProcessCyan.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  747. *ColorSepScreenFreq ProcessMagenta.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  748. *ColorSepScreenFreq ProcessYellow.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  749. *ColorSepScreenAngle ProcessBlack.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "45.0"
  750. *ColorSepScreenAngle CustomColor.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "45.0"
  751. *ColorSepScreenAngle ProcessCyan.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "15.0"
  752. *ColorSepScreenAngle ProcessMagenta.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "75.0"
  753. *ColorSepScreenAngle ProcessYellow.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "0.0"
  754. *ColorSepScreenFreq ProcessBlack.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  755. *ColorSepScreenFreq CustomColor.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  756. *ColorSepScreenFreq ProcessCyan.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  757. *ColorSepScreenFreq ProcessMagenta.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  758. *ColorSepScreenFreq ProcessYellow.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  759. *ColorSepScreenAngle ProcessBlack.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "45.0"
  760. *ColorSepScreenAngle CustomColor.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "45.0"
  761. *ColorSepScreenAngle ProcessCyan.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "15.0"
  762. *ColorSepScreenAngle ProcessMagenta.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "75.0"
  763. *ColorSepScreenAngle ProcessYellow.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "0.0"
  764. *ColorSepScreenFreq ProcessBlack.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  765. *ColorSepScreenFreq CustomColor.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  766. *ColorSepScreenFreq ProcessCyan.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  767. *ColorSepScreenFreq ProcessMagenta.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  768. *ColorSepScreenFreq ProcessYellow.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  769. *ColorSepScreenAngle ProcessBlack.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "45.0"
  770. *ColorSepScreenAngle CustomColor.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "45.0"
  771. *ColorSepScreenAngle ProcessCyan.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "15.0"
  772. *ColorSepScreenAngle ProcessMagenta.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "75.0"
  773. *ColorSepScreenAngle ProcessYellow.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "0.0"
  774. *ColorSepScreenFreq ProcessBlack.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  775. *ColorSepScreenFreq CustomColor.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  776. *ColorSepScreenFreq ProcessCyan.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  777. *ColorSepScreenFreq ProcessMagenta.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  778. *ColorSepScreenFreq ProcessYellow.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  779. *ColorSepScreenAngle ProcessBlack.150lpi.1200dpi/150 lpi / 1200 dpi STD: "45.0"
  780. *ColorSepScreenAngle CustomColor.150lpi.1200dpi/150 lpi / 1200 dpi STD: "45.0"
  781. *ColorSepScreenAngle ProcessCyan.150lpi.1200dpi/150 lpi / 1200 dpi STD: "15.0"
  782. *ColorSepScreenAngle ProcessMagenta.150lpi.1200dpi/150 lpi / 1200 dpi STD: "75.0"
  783. *ColorSepScreenAngle ProcessYellow.150lpi.1200dpi/150 lpi / 1200 dpi STD: "0.0"
  784. *ColorSepScreenFreq ProcessBlack.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  785. *ColorSepScreenFreq CustomColor.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  786. *ColorSepScreenFreq ProcessCyan.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  787. *ColorSepScreenFreq ProcessMagenta.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  788. *ColorSepScreenFreq ProcessYellow.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  789. *% For 1800 dpi =====================================================
  790. *ColorSepScreenAngle ProcessBlack.133lpi.1800dpi/133 lpi / 1800 dpi BAL: "45.0"
  791. *ColorSepScreenAngle CustomColor.133lpi.1800dpi/133 lpi / 1800 dpi BAL: "45.0"
  792. *ColorSepScreenAngle ProcessCyan.133lpi.1800dpi/133 lpi / 1800 dpi BAL: "15.0"
  793. *ColorSepScreenAngle ProcessMagenta.133lpi.1800dpi/133 lpi / 1800 dpi BAL: "75.0"
  794. *ColorSepScreenAngle ProcessYellow.133lpi.1800dpi/133 lpi / 1800 dpi BAL: "0.0"
  795. *ColorSepScreenFreq ProcessBlack.133lpi.1800dpi/133 lpi / 1800 dpi BAL: "133.0"
  796. *ColorSepScreenFreq CustomColor.133lpi.1800dpi/133 lpi / 1800 dpi BAL: "133.0"
  797. *ColorSepScreenFreq ProcessCyan.133lpi.1800dpi/133 lpi / 1800 dpi BAL: "133.0"
  798. *ColorSepScreenFreq ProcessMagenta.133lpi.1800dpi/133 lpi / 1800 dpi BAL: "133.0"
  799. *ColorSepScreenFreq ProcessYellow.133lpi.1800dpi/133 lpi / 1800 dpi BAL: "133.0"
  800. *ColorSepScreenAngle ProcessBlack.150lpi.1800dpi/150 lpi / 1800 dpi BAL: "45.0"
  801. *ColorSepScreenAngle CustomColor.150lpi.1800dpi/150 lpi / 1800 dpi BAL: "45.0"
  802. *ColorSepScreenAngle ProcessCyan.150lpi.1800dpi/150 lpi / 1800 dpi BAL: "15.0"
  803. *ColorSepScreenAngle ProcessMagenta.150lpi.1800dpi/150 lpi / 1800 dpi BAL: "75.0"
  804. *ColorSepScreenAngle ProcessYellow.150lpi.1800dpi/150 lpi / 1800 dpi BAL: "0.0"
  805. *ColorSepScreenFreq ProcessBlack.150lpi.1800dpi/150 lpi / 1800 dpi BAL: "150.0"
  806. *ColorSepScreenFreq CustomColor.150lpi.1800dpi/150 lpi / 1800 dpi BAL: "150.0"
  807. *ColorSepScreenFreq ProcessCyan.150lpi.1800dpi/150 lpi / 1800 dpi BAL: "150.0"
  808. *ColorSepScreenFreq ProcessMagenta.150lpi.1800dpi/150 lpi / 1800 dpi BAL: "150.0"
  809. *ColorSepScreenFreq ProcessYellow.150lpi.1800dpi/150 lpi / 1800 dpi BAL: "150.0"
  810. *% For 2400 dpi =====================================================
  811. *ColorSepScreenAngle ProcessBlack.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "45.0"
  812. *ColorSepScreenAngle CustomColor.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "45.0"
  813. *ColorSepScreenAngle ProcessCyan.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "15.0"
  814. *ColorSepScreenAngle ProcessMagenta.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "75.0"
  815. *ColorSepScreenAngle ProcessYellow.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "0.0"
  816. *ColorSepScreenFreq ProcessBlack.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  817. *ColorSepScreenFreq CustomColor.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  818. *ColorSepScreenFreq ProcessCyan.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  819. *ColorSepScreenFreq ProcessMagenta.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  820. *ColorSepScreenFreq ProcessYellow.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  821. *ColorSepScreenAngle ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "45.0"
  822. *ColorSepScreenAngle CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "45.0"
  823. *ColorSepScreenAngle ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "15.0"
  824. *ColorSepScreenAngle ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "75.0"
  825. *ColorSepScreenAngle ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "0.0"
  826. *ColorSepScreenFreq ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  827. *ColorSepScreenFreq CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  828. *ColorSepScreenFreq ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  829. *ColorSepScreenFreq ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  830. *ColorSepScreenFreq ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  831. *ColorSepScreenAngle ProcessBlack.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "45.0"
  832. *ColorSepScreenAngle CustomColor.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "45.0"
  833. *ColorSepScreenAngle ProcessCyan.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "15.0"
  834. *ColorSepScreenAngle ProcessMagenta.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "75.0"
  835. *ColorSepScreenAngle ProcessYellow.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "0.0"
  836. *ColorSepScreenFreq ProcessBlack.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  837. *ColorSepScreenFreq CustomColor.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  838. *ColorSepScreenFreq ProcessCyan.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  839. *ColorSepScreenFreq ProcessMagenta.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  840. *ColorSepScreenFreq ProcessYellow.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  841. *ColorSepScreenAngle ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "45.0"
  842. *ColorSepScreenAngle CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "45.0"
  843. *ColorSepScreenAngle ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "15.0"
  844. *ColorSepScreenAngle ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "75.0"
  845. *ColorSepScreenAngle ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "0.0"
  846. *ColorSepScreenFreq ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  847. *ColorSepScreenFreq CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  848. *ColorSepScreenFreq ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  849. *ColorSepScreenFreq ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  850. *ColorSepScreenFreq ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  851. *ColorSepScreenAngle ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "45.0"
  852. *ColorSepScreenAngle CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "45.0"
  853. *ColorSepScreenAngle ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "15.0"
  854. *ColorSepScreenAngle ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "75.0"
  855. *ColorSepScreenAngle ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "0.0"
  856. *ColorSepScreenFreq ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  857. *ColorSepScreenFreq CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  858. *ColorSepScreenFreq ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  859. *ColorSepScreenFreq ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  860. *ColorSepScreenFreq ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  861. *ColorSepScreenAngle ProcessBlack.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "45.0"
  862. *ColorSepScreenAngle CustomColor.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "45.0"
  863. *ColorSepScreenAngle ProcessCyan.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "15.0"
  864. *ColorSepScreenAngle ProcessMagenta.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "75.0"
  865. *ColorSepScreenAngle ProcessYellow.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "0.0"
  866. *ColorSepScreenFreq ProcessBlack.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  867. *ColorSepScreenFreq CustomColor.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  868. *ColorSepScreenFreq ProcessCyan.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  869. *ColorSepScreenFreq ProcessMagenta.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  870. *ColorSepScreenFreq ProcessYellow.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  871. *ColorSepScreenAngle ProcessBlack.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "45.0"
  872. *ColorSepScreenAngle CustomColor.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "45.0"
  873. *ColorSepScreenAngle ProcessCyan.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "15.0"
  874. *ColorSepScreenAngle ProcessMagenta.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "75.0"
  875. *ColorSepScreenAngle ProcessYellow.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "0.0"
  876. *ColorSepScreenFreq ProcessBlack.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  877. *ColorSepScreenFreq CustomColor.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  878. *ColorSepScreenFreq ProcessCyan.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  879. *ColorSepScreenFreq ProcessMagenta.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  880. *ColorSepScreenFreq ProcessYellow.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  881. *ColorSepScreenAngle ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi STD: "45.0"
  882. *ColorSepScreenAngle CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi STD: "45.0"
  883. *ColorSepScreenAngle ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi STD: "15.0"
  884. *ColorSepScreenAngle ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi STD: "75.0"
  885. *ColorSepScreenAngle ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi STD: "0.0"
  886. *ColorSepScreenFreq ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  887. *ColorSepScreenFreq CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  888. *ColorSepScreenFreq ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  889. *ColorSepScreenFreq ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  890. *ColorSepScreenFreq ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  891. *ColorSepScreenAngle ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "45.0"
  892. *ColorSepScreenAngle CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "45.0"
  893. *ColorSepScreenAngle ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "15.0"
  894. *ColorSepScreenAngle ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "75.0"
  895. *ColorSepScreenAngle ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "0.0"
  896. *ColorSepScreenFreq ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  897. *ColorSepScreenFreq CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  898. *ColorSepScreenFreq ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  899. *ColorSepScreenFreq ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  900. *ColorSepScreenFreq ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  901. *ColorSepScreenAngle ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "45.0"
  902. *ColorSepScreenAngle CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "45.0"
  903. *ColorSepScreenAngle ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "15.0"
  904. *ColorSepScreenAngle ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "75.0"
  905. *ColorSepScreenAngle ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "0.0"
  906. *ColorSepScreenFreq ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  907. *ColorSepScreenFreq CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  908. *ColorSepScreenFreq ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  909. *ColorSepScreenFreq ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  910. *ColorSepScreenFreq ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  911. *% For 3000 dpi =====================================================
  912. *ColorSepScreenAngle ProcessBlack.150lpi.3000dpi/150 lpi / 3000 dpi BAL: "45.0"
  913. *ColorSepScreenAngle CustomColor.150lpi.3000dpi/150 lpi / 3000 dpi BAL: "45.0"
  914. *ColorSepScreenAngle ProcessCyan.150lpi.3000dpi/150 lpi / 3000 dpi BAL: "15.0"
  915. *ColorSepScreenAngle ProcessMagenta.150lpi.3000dpi/150 lpi / 3000 dpi BAL: "75.0"
  916. *ColorSepScreenAngle ProcessYellow.150lpi.3000dpi/150 lpi / 3000 dpi BAL: "0.0"
  917. *ColorSepScreenFreq ProcessBlack.150lpi.3000dpi/150 lpi / 3000 dpi BAL: "150.0"
  918. *ColorSepScreenFreq CustomColor.150lpi.3000dpi/150 lpi / 3000 dpi BAL: "150.0"
  919. *ColorSepScreenFreq ProcessCyan.150lpi.3000dpi/150 lpi / 3000 dpi BAL: "150.0"
  920. *ColorSepScreenFreq ProcessMagenta.150lpi.3000dpi/150 lpi / 3000 dpi BAL: "150.0"
  921. *ColorSepScreenFreq ProcessYellow.150lpi.3000dpi/150 lpi / 3000 dpi BAL: "150.0"
  922. *ColorSepScreenAngle ProcessBlack.175lpi.3000dpi/175 lpi / 3000 dpi BAL: "45.0"
  923. *ColorSepScreenAngle CustomColor.175lpi.3000dpi/175 lpi / 3000 dpi BAL: "45.0"
  924. *ColorSepScreenAngle ProcessCyan.175lpi.3000dpi/175 lpi / 3000 dpi BAL: "15.0"
  925. *ColorSepScreenAngle ProcessMagenta.175lpi.3000dpi/175 lpi / 3000 dpi BAL: "75.0"
  926. *ColorSepScreenAngle ProcessYellow.175lpi.3000dpi/175 lpi / 3000 dpi BAL: "0.0"
  927. *ColorSepScreenFreq ProcessBlack.175lpi.3000dpi/175 lpi / 3000 dpi BAL: "175.0"
  928. *ColorSepScreenFreq CustomColor.175lpi.3000dpi/175 lpi / 3000 dpi BAL: "175.0"
  929. *ColorSepScreenFreq ProcessCyan.175lpi.3000dpi/175 lpi / 3000 dpi BAL: "175.0"
  930. *ColorSepScreenFreq ProcessMagenta.175lpi.3000dpi/175 lpi / 3000 dpi BAL: "175.0"
  931. *ColorSepScreenFreq ProcessYellow.175lpi.3000dpi/175 lpi / 3000 dpi BAL: "175.0"
  932. *ColorSepScreenAngle ProcessBlack.200lpi.3000dpi/200 lpi / 3000 dpi BAL: "45.0"
  933. *ColorSepScreenAngle CustomColor.200lpi.3000dpi/200 lpi / 3000 dpi BAL: "45.0"
  934. *ColorSepScreenAngle ProcessCyan.200lpi.3000dpi/200 lpi / 3000 dpi BAL: "15.0"
  935. *ColorSepScreenAngle ProcessMagenta.200lpi.3000dpi/200 lpi / 3000 dpi BAL: "75.0"
  936. *ColorSepScreenAngle ProcessYellow.200lpi.3000dpi/200 lpi / 3000 dpi BAL: "0.0"
  937. *ColorSepScreenFreq ProcessBlack.200lpi.3000dpi/200 lpi / 3000 dpi BAL: "200.0"
  938. *ColorSepScreenFreq CustomColor.200lpi.3000dpi/200 lpi / 3000 dpi BAL: "200.0"
  939. *ColorSepScreenFreq ProcessCyan.200lpi.3000dpi/200 lpi / 3000 dpi BAL: "200.0"
  940. *ColorSepScreenFreq ProcessMagenta.200lpi.3000dpi/200 lpi / 3000 dpi BAL: "200.0"
  941. *ColorSepScreenFreq ProcessYellow.200lpi.3000dpi/200 lpi / 3000 dpi BAL: "200.0"
  942. *% end of PPD file AGAc1SF2.PPD