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.

602 lines
28 KiB

  1. *PPD-Adobe: "4.2"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *FormatVersion: "4.2"
  4. *FileVersion: "1.1"
  5. *PCFileName: "AGAc8SF1.PPD"
  6. *LanguageVersion: English
  7. *LanguageEncoding: ISOLatin1
  8. *Product: "(AGFA AccuSet 800)"
  9. *PSVersion: "(52.3) 320"
  10. *ModelName: "AGFA-AccuSet800SF"
  11. *NickName: "AGFA-AccuSet800SF v52.3"
  12. *% General Information and Defaults ===============
  13. *FreeVM: "2453510"
  14. *LanguageLevel: "1"
  15. *ColorDevice: False
  16. *VariablePaperSize: True
  17. *FileSystem: True
  18. *?FileSystem: "
  19. statusdict begin diskstatus end
  20. exch pop 0 eq {(False)}{(True)}ifelse = flush
  21. "
  22. *End
  23. *Throughput: "1"
  24. *Password: "0"
  25. *ExitServer: "
  26. count 0 eq { % is the password on the stack?
  27. true
  28. }{
  29. dup % potential password
  30. statusdict begin checkpassword end not
  31. } ifelse
  32. { % if no password or not valid
  33. (WARNING : Cannot perform the exitserver command.) =
  34. (Password supplied is not valid.) =
  35. (Please contact the author of this software.) = flush
  36. quit
  37. } if
  38. serverdict begin exitserver
  39. "
  40. *End
  41. *Reset: "
  42. count 0 eq { % is the password on the stack?
  43. true
  44. }{
  45. dup % potential password
  46. statusdict begin checkpassword end not
  47. } ifelse
  48. { % if no password or not valid
  49. (WARNING : Cannot reset printer.) =
  50. (Password supplied is not valid.) =
  51. (Please contact the author of this software.) = flush
  52. quit
  53. } if
  54. serverdict begin exitserver
  55. systemdict /quit get exec
  56. (WARNING : Printer Reset Failed.) = flush
  57. "
  58. *End
  59. *DefaultResolution: 1200dpi
  60. *SetResolution 600dpi: " statusdict begin 600 setresolution end "
  61. *SetResolution 1200dpi: " statusdict begin 1200 setresolution end "
  62. *SetResolution 1800dpi: " statusdict begin 1800 setresolution end "
  63. *SetResolution 2400dpi: " statusdict begin 2400 setresolution end "
  64. *?Resolution: "
  65. save
  66. initgraphics
  67. 0 0 moveto currentpoint matrix defaultmatrix transform
  68. 0 72 lineto currentpoint matrix defaultmatrix transform
  69. 3 -1 roll sub dup mul
  70. 3 1 roll exch sub dup mul
  71. add sqrt round cvi
  72. ( ) cvs print (dpi) = flush
  73. restore
  74. "
  75. *End
  76. *% Halftone Information ===============
  77. *ScreenFreq: "100.0"
  78. *ScreenAngle: "45.0"
  79. *DefaultScreenProc: Dot
  80. *ScreenProc Dot: "
  81. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  82. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  83. "
  84. *End
  85. *ScreenProc Line: "{ pop }"
  86. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  87. *DefaultTransfer: Null
  88. *Transfer Null: "{ }"
  89. *Transfer Null.Inverse: "{ 1 exch sub }"
  90. *% Paper Handling ===================
  91. *% Use these entries to set paper size most of the time, unless there is
  92. *% specific reason to use PageRegion or PaperTray.
  93. *% The 3.0 page sizes are for Seperator 3.0 and illustrator 3.0 since they rotates
  94. *% and clips the regular page sizes
  95. *DefaultPageSize: Letter
  96. *PageSize Letter: "letter"
  97. *PageSize Legal: "legal"
  98. *PageSize Note: "note"
  99. *PageSize Tabloid: "11x17"
  100. *PageSize LARGE: "1008 1944 1 statusdict /setpage get exec"
  101. *PageSize A3: "a3"
  102. *PageSize A4: "a4"
  103. *PageSize A5: "a5"
  104. *PageSize B5: "b5"
  105. *PageSize Letter.Transverse: "Letter"
  106. *PageSize Legal.Transverse: "Legal"
  107. *PageSize A4.Transverse: "A4"
  108. *PageSize A5.Transverse: "A5"
  109. *PageSize B5.Transverse: "B5"
  110. *?PageSize: "
  111. save
  112. /d0 5 dict def d0 begin
  113. /420_596 (A5.Transverse) def
  114. /516_729 (B5.Transverse) def
  115. /596_842 (A4.Transverse) def
  116. /612_792 (Letter.Transverse) def
  117. /612_1008 (Legal.Transverse) def
  118. end
  119. /d1 8 dict def d1 begin
  120. /596_420 (A5) def
  121. /729_516 (B5) def
  122. /792_612 (Letter) def
  123. /842_596 (A4) def
  124. /1008_612 (Legal) def
  125. /842_1191 (A3) def
  126. /792_1224 (Tabloid) def
  127. /1584_1130 (LARGE) def
  128. end
  129. statusdict begin pageparams end
  130. 4 1 roll pop
  131. /high exch 10 string cvs dup length /hlen exch def def
  132. /wide exch 10 string cvs def
  133. /key hlen 1 add wide length add string def
  134. key 0 high putinterval
  135. key hlen (_) putinterval
  136. key hlen 1 add wide putinterval
  137. 0 eq {d0}{d1}ifelse
  138. key cvn {get}stopped {(Unknown)}if
  139. = flush
  140. restore
  141. "
  142. *End
  143. *% These entries will set up the frame buffer. Usually used with manual feed.
  144. *DefaultPageRegion: Letter
  145. *PageRegion Letter: "letter"
  146. *PageRegion Legal: "legal"
  147. *PageRegion Note: "note"
  148. *PageRegion Tabloid: "11x17"
  149. *PageRegion LARGE: "1008 1944 1 statusdict /setpage get exec"
  150. *PageRegion A3: "a3"
  151. *PageRegion A4: "a4"
  152. *PageRegion A5: "a5"
  153. *PageRegion B5: "b5"
  154. *PageRegion Letter.Transverse: "Letter"
  155. *PageRegion Legal.Transverse: "Legal"
  156. *PageRegion A4.Transverse: "A4"
  157. *PageRegion A5.Transverse: "A5"
  158. *PageRegion B5.Transverse: "B5"
  159. *% The following entries provide information about specific paper keywords.
  160. *DefaultImageableArea: Letter
  161. *ImageableArea Letter: "0 0 612 792 "
  162. *ImageableArea Legal: "0 0 612 1008 "
  163. *ImageableArea Note: "0 0 612 792 "
  164. *ImageableArea Tabloid: "0 0 792 1224 "
  165. *ImageableArea LARGE: "0 0 1008 1944"
  166. *ImageableArea A3: "0 0 842 1191 "
  167. *ImageableArea A4: "0 0 596 842 "
  168. *ImageableArea A5: "0 0 420 596 "
  169. *ImageableArea B5: "0 0 516 729 "
  170. *ImageableArea Letter.Transverse: "0 0 612 792 "
  171. *ImageableArea Legal.Transverse: "0 0 612 1008 "
  172. *ImageableArea A4.Transverse: "0 0 596 842 "
  173. *ImageableArea A5.Transverse: "0 0 420 596 "
  174. *ImageableArea B5.Transverse: "0 0 516 729 "
  175. *?ImageableArea: "
  176. save /cvp { cvi ( ) cvs print ( ) print } bind def
  177. newpath clippath pathbbox
  178. 4 -2 roll exch 2 {ceiling cvp} repeat
  179. exch 2 {floor cvp} repeat flush
  180. restore
  181. "
  182. *End
  183. *% These provide the physical dimensions of the paper (by keyword)
  184. *DefaultPaperDimension: Letter
  185. *PaperDimension Letter: "612 792 "
  186. *PaperDimension Legal: "612 1008"
  187. *PaperDimension Note: "612 792"
  188. *PaperDimension Tabloid: "792 1224"
  189. *PaperDimension LARGE: "1008 1944"
  190. *PaperDimension A3: "842 1191"
  191. *PaperDimension A4: "596 842 "
  192. *PaperDimension A5: "420 596 "
  193. *PaperDimension B5: "516 729 "
  194. *%corrected by Microsoft
  195. *%PaperDimension Letter.Transverse: "792 612 "
  196. *%PaperDimension Legal.Transverse: "1008 612 "
  197. *%PaperDimension A4.Transverse: "842 596 "
  198. *%PaperDimension A5.Transverse: "596 420 "
  199. *%PaperDimension B5.Transverse: "729 516 "
  200. *PaperDimension Letter.Transverse:"612 792 "
  201. *PaperDimension Legal.Transverse: "612 1008"
  202. *PaperDimension A4.Transverse: "596 842 "
  203. *PaperDimension A5.Transverse: "420 596 "
  204. *PaperDimension B5.Transverse: "516 729 "
  205. *% Default Handling Features. This machine is a roll-fed machine, which is
  206. *% why most of these entries have values of "None".
  207. *DefaultPaperTray: None
  208. *DefaultOutputBin: Upper
  209. *DefaultInputSlot: None
  210. *DefaultManualFeed: False
  211. *DefaultOutputOrder: Normal
  212. *DefaultCollator: None
  213. *DefaultSorter: None
  214. *DefaultDuplex: None
  215. *% Font Information =====================
  216. *DefaultFont: Courier
  217. *Font Courier: Standard "(001.004)"
  218. *Font Courier-Bold: Standard "(001.004)"
  219. *Font Courier-BoldOblique: Standard "(001.004)"
  220. *Font Courier-Oblique: Standard "(001.004)"
  221. *Font Helvetica: Standard "(001.002)"
  222. *Font Helvetica-Bold: Standard "(001.002)"
  223. *Font Helvetica-BoldOblique: Standard "(001.002)"
  224. *Font Helvetica-Oblique: Standard "(001.002)"
  225. *Font Symbol: Special "(001.003)"
  226. *Font Times-Bold: Standard "(001.002)"
  227. *Font Times-BoldItalic: Standard "(001.004)"
  228. *Font Times-Italic: Standard "(001.002)"
  229. *Font Times-Roman: Standard "(001.002)"
  230. *?FontQuery: "
  231. save 4 dict begin /sv exch def
  232. /str (fonts/ ) def
  233. /st2 128 string def
  234. {
  235. count 0 gt {
  236. dup st2 cvs (/) print print (:) print
  237. dup FontDirectory exch known {pop (Yes)}{
  238. str exch st2 cvs dup length /len exch def
  239. 6 exch putinterval str 0 len 6 add getinterval mark exch
  240. { } st2 filenameforall counttomark 0 gt {
  241. cleartomark (Yes)}{cleartomark (No)}ifelse
  242. }ifelse = flush
  243. }{ exit } ifelse
  244. } bind loop
  245. (*) = flush
  246. sv end restore
  247. "
  248. *End
  249. *?FontList: "
  250. save 2 dict begin /sv exch def
  251. /str 128 string def
  252. FontDirectory { pop == } bind forall flush
  253. /filenameforall where {
  254. pop save (fonts/*) {
  255. dup length 6 sub 6 exch getinterval cvn ==
  256. } bind str filenameforall flush restore
  257. } if
  258. (*) = flush
  259. sv end restore
  260. "
  261. *End
  262. *% Printer Messages (verbatim from printer):
  263. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  264. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  265. *Message: "\FontName\ not found, using Courier"
  266. *% Status (format: %%[ status: <one of these> ]%% )
  267. *Status: "idle"
  268. *Status: "busy"
  269. *Status: "waiting"
  270. *Status: "printing"
  271. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  272. *Source: "serial9"
  273. *Source: "serial25"
  274. *Source: "AppleTalk"
  275. *Source: "Centronics"
  276. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  277. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  278. *% Color Separation Information =====================
  279. *InkName: ProcessCyan/Process Cyan
  280. *InkName: ProcessMagenta/Process Magenta
  281. *InkName: ProcessYellow/Process Yellow
  282. *InkName: ProcessBlack/Process Black
  283. *InkName: CustomColor/Custom Color
  284. *% For 600 dpi =====================================================
  285. *%ColorSepScreenAngle ProcessBlack.50lpi.600dpi/50 lpi / 600 dpi BAL,STD: "45.0"
  286. *%ColorSepScreenAngle CustomColor.50lpi.600dpi/50 lpi / 600 dpi BAL,STD: "45.0"
  287. *%ColorSepScreenAngle ProcessCyan.50lpi.600dpi/50 lpi / 600 dpi BAL,STD: "15.0"
  288. *%ColorSepScreenAngle ProcessMagenta.50lpi.600dpi/50 lpi / 600 dpi BAL,STD: "75.0"
  289. *%ColorSepScreenAngle ProcessYellow.50lpi.600dpi/50 lpi / 600 dpi BAL,STD: "0.0"
  290. *%ColorSepScreenFreq ProcessBlack.50lpi.600dpi/50 lpi / 600 dpi BAL,STD: "50.0"
  291. *%ColorSepScreenFreq CustomColor.50lpi.600dpi/50 lpi / 600 dpi BAL,STD: "50.0"
  292. *%ColorSepScreenFreq ProcessCyan.50lpi.600dpi/50 lpi / 600 dpi BAL,STD: "50.0"
  293. *%ColorSepScreenFreq ProcessMagenta.50lpi.600dpi/50 lpi / 600 dpi BAL,STD: "50.0"
  294. *%ColorSepScreenFreq ProcessYellow.50lpi.600dpi/50 lpi / 600 dpi BAL,STD: "50.0"
  295. *%ColorSepScreenAngle ProcessBlack.60lpi.600dpi/60 lpi / 600 dpi BAL: "45.0"
  296. *%ColorSepScreenAngle CustomColor.60lpi.600dpi/60 lpi / 600 dpi BAL: "45.0"
  297. *%ColorSepScreenAngle ProcessCyan.60lpi.600dpi/60 lpi / 600 dpi BAL: "15.0"
  298. *%ColorSepScreenAngle ProcessMagenta.60lpi.600dpi/60 lpi / 600 dpi BAL: "75.0"
  299. *%ColorSepScreenAngle ProcessYellow.60lpi.600dpi/60 lpi / 600 dpi BAL: "0.0"
  300. *%ColorSepScreenFreq ProcessBlack.60lpi.600dpi/60 lpi / 600 dpi BAL: "60.0"
  301. *%ColorSepScreenFreq CustomColor.60lpi.600dpi/60 lpi / 600 dpi BAL: "60.0"
  302. *%ColorSepScreenFreq ProcessCyan.60lpi.600dpi/60 lpi / 600 dpi BAL: "60.0"
  303. *%ColorSepScreenFreq ProcessMagenta.60lpi.600dpi/60 lpi / 600 dpi BAL: "60.0"
  304. *%ColorSepScreenFreq ProcessYellow.60lpi.600dpi/60 lpi / 600 dpi BAL: "60.0"
  305. *%ColorSepScreenAngle ProcessBlack.70lpi.600dpi/70 lpi / 600 dpi BAL,AS: "45.0"
  306. *%ColorSepScreenAngle CustomColor.70lpi.600dpi/70 lpi / 600 dpi BAL,AS: "45.0"
  307. *%ColorSepScreenAngle ProcessCyan.70lpi.600dpi/70 lpi / 600 dpi BAL,AS: "15.0"
  308. *%ColorSepScreenAngle ProcessMagenta.70lpi.600dpi/70 lpi / 600 dpi BAL,AS: "75.0"
  309. *%ColorSepScreenAngle ProcessYellow.70lpi.600dpi/70 lpi / 600 dpi BAL,AS: "0.0"
  310. *%ColorSepScreenFreq ProcessBlack.70lpi.600dpi/70 lpi / 600 dpi BAL,AS: "70.0"
  311. *%ColorSepScreenFreq CustomColor.70lpi.600dpi/70 lpi / 600 dpi BAL,AS: "70.0"
  312. *%ColorSepScreenFreq ProcessCyan.70lpi.600dpi/70 lpi / 600 dpi BAL,AS: "70.0"
  313. *%ColorSepScreenFreq ProcessMagenta.70lpi.600dpi/70 lpi / 600 dpi BAL,AS: "70.0"
  314. *%ColorSepScreenFreq ProcessYellow.70lpi.600dpi/70 lpi / 600 dpi BAL,AS: "70.0"
  315. *% For 1200 dpi =====================================================
  316. *ColorSepScreenAngle ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "45.0"
  317. *ColorSepScreenAngle CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "45.0"
  318. *ColorSepScreenAngle ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "15.0"
  319. *ColorSepScreenAngle ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "75.0"
  320. *ColorSepScreenAngle ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "0.0"
  321. *ColorSepScreenFreq ProcessBlack.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  322. *ColorSepScreenFreq CustomColor.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  323. *ColorSepScreenFreq ProcessCyan.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  324. *ColorSepScreenFreq ProcessMagenta.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  325. *ColorSepScreenFreq ProcessYellow.65lpi.1200dpi/65 lpi / 1200 dpi BAL,STD: "65.0"
  326. *ColorSepScreenAngle ProcessBlack.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "45.0"
  327. *ColorSepScreenAngle CustomColor.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "45.0"
  328. *ColorSepScreenAngle ProcessCyan.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "15.0"
  329. *ColorSepScreenAngle ProcessMagenta.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  330. *ColorSepScreenAngle ProcessYellow.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "0.0"
  331. *ColorSepScreenFreq ProcessBlack.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  332. *ColorSepScreenFreq CustomColor.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  333. *ColorSepScreenFreq ProcessCyan.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  334. *ColorSepScreenFreq ProcessMagenta.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  335. *ColorSepScreenFreq ProcessYellow.75lpi.1200dpi/75 lpi / 1200 dpi BAL: "75.0"
  336. *ColorSepScreenAngle ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "45.0"
  337. *ColorSepScreenAngle CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "45.0"
  338. *ColorSepScreenAngle ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "15.0"
  339. *ColorSepScreenAngle ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "75.0"
  340. *ColorSepScreenAngle ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "0.0"
  341. *ColorSepScreenFreq ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  342. *ColorSepScreenFreq CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  343. *ColorSepScreenFreq ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  344. *ColorSepScreenFreq ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  345. *ColorSepScreenFreq ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi BAL,AS: "85.0"
  346. *ColorSepScreenAngle ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "45.0"
  347. *ColorSepScreenAngle CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "45.0"
  348. *ColorSepScreenAngle ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "15.0"
  349. *ColorSepScreenAngle ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "75.0"
  350. *ColorSepScreenAngle ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "0.0"
  351. *ColorSepScreenFreq ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  352. *ColorSepScreenFreq CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  353. *ColorSepScreenFreq ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  354. *ColorSepScreenFreq ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  355. *ColorSepScreenFreq ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi ALL: "100.0"
  356. *ColorSepScreenAngle ProcessBlack.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "45.0"
  357. *ColorSepScreenAngle CustomColor.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "45.0"
  358. *ColorSepScreenAngle ProcessCyan.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "15.0"
  359. *ColorSepScreenAngle ProcessMagenta.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "75.0"
  360. *ColorSepScreenAngle ProcessYellow.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "0.0"
  361. *ColorSepScreenFreq ProcessBlack.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  362. *ColorSepScreenFreq CustomColor.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  363. *ColorSepScreenFreq ProcessCyan.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  364. *ColorSepScreenFreq ProcessMagenta.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  365. *ColorSepScreenFreq ProcessYellow.110lpi.1200dpi/110 lpi / 1200 dpi BAL: "110.0"
  366. *ColorSepScreenAngle ProcessBlack.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "45.0"
  367. *ColorSepScreenAngle CustomColor.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "45.0"
  368. *ColorSepScreenAngle ProcessCyan.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "15.0"
  369. *ColorSepScreenAngle ProcessMagenta.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "75.0"
  370. *ColorSepScreenAngle ProcessYellow.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "0.0"
  371. *ColorSepScreenFreq ProcessBlack.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  372. *ColorSepScreenFreq CustomColor.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  373. *ColorSepScreenFreq ProcessCyan.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  374. *ColorSepScreenFreq ProcessMagenta.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  375. *ColorSepScreenFreq ProcessYellow.120lpi.1200dpi/120 lpi / 1200 dpi BAL,AS: "120.0"
  376. *ColorSepScreenAngle ProcessBlack.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "45.0"
  377. *ColorSepScreenAngle CustomColor.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "45.0"
  378. *ColorSepScreenAngle ProcessCyan.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "15.0"
  379. *ColorSepScreenAngle ProcessMagenta.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "75.0"
  380. *ColorSepScreenAngle ProcessYellow.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "0.0"
  381. *ColorSepScreenFreq ProcessBlack.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  382. *ColorSepScreenFreq CustomColor.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  383. *ColorSepScreenFreq ProcessCyan.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  384. *ColorSepScreenFreq ProcessMagenta.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  385. *ColorSepScreenFreq ProcessYellow.133lpi.1200dpi/133 lpi / 1200 dpi AS,STD: "133.0"
  386. *ColorSepScreenAngle ProcessBlack.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "45.0"
  387. *ColorSepScreenAngle CustomColor.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "45.0"
  388. *ColorSepScreenAngle ProcessCyan.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "15.0"
  389. *ColorSepScreenAngle ProcessMagenta.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "75.0"
  390. *ColorSepScreenAngle ProcessYellow.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "0.0"
  391. *ColorSepScreenFreq ProcessBlack.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  392. *ColorSepScreenFreq CustomColor.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  393. *ColorSepScreenFreq ProcessCyan.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  394. *ColorSepScreenFreq ProcessMagenta.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  395. *ColorSepScreenFreq ProcessYellow.140lpi.1200dpi/140 lpi / 1200 dpi BAL: "140.0"
  396. *ColorSepScreenAngle ProcessBlack.150lpi.1200dpi/150 lpi / 1200 dpi STD: "45.0"
  397. *ColorSepScreenAngle CustomColor.150lpi.1200dpi/150 lpi / 1200 dpi STD: "45.0"
  398. *ColorSepScreenAngle ProcessCyan.150lpi.1200dpi/150 lpi / 1200 dpi STD: "15.0"
  399. *ColorSepScreenAngle ProcessMagenta.150lpi.1200dpi/150 lpi / 1200 dpi STD: "75.0"
  400. *ColorSepScreenAngle ProcessYellow.150lpi.1200dpi/150 lpi / 1200 dpi STD: "0.0"
  401. *ColorSepScreenFreq ProcessBlack.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  402. *ColorSepScreenFreq CustomColor.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  403. *ColorSepScreenFreq ProcessCyan.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  404. *ColorSepScreenFreq ProcessMagenta.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  405. *ColorSepScreenFreq ProcessYellow.150lpi.1200dpi/150 lpi / 1200 dpi STD: "150.0"
  406. *% For 1800 dpi =====================================================
  407. *ColorSepScreenAngle ProcessBlack.133lpi.1800dpi/133 lpi / 1800 dpi BAL: "45.0"
  408. *ColorSepScreenAngle CustomColor.133lpi.1800dpi/133 lpi / 1800 dpi BAL: "45.0"
  409. *ColorSepScreenAngle ProcessCyan.133lpi.1800dpi/133 lpi / 1800 dpi BAL: "15.0"
  410. *ColorSepScreenAngle ProcessMagenta.133lpi.1800dpi/133 lpi / 1800 dpi BAL: "75.0"
  411. *ColorSepScreenAngle ProcessYellow.133lpi.1800dpi/133 lpi / 1800 dpi BAL: "0.0"
  412. *ColorSepScreenFreq ProcessBlack.133lpi.1800dpi/133 lpi / 1800 dpi BAL: "133.0"
  413. *ColorSepScreenFreq CustomColor.133lpi.1800dpi/133 lpi / 1800 dpi BAL: "133.0"
  414. *ColorSepScreenFreq ProcessCyan.133lpi.1800dpi/133 lpi / 1800 dpi BAL: "133.0"
  415. *ColorSepScreenFreq ProcessMagenta.133lpi.1800dpi/133 lpi / 1800 dpi BAL: "133.0"
  416. *ColorSepScreenFreq ProcessYellow.133lpi.1800dpi/133 lpi / 1800 dpi BAL: "133.0"
  417. *ColorSepScreenAngle ProcessBlack.150lpi.1800dpi/150 lpi / 1800 dpi BAL: "45.0"
  418. *ColorSepScreenAngle CustomColor.150lpi.1800dpi/150 lpi / 1800 dpi BAL: "45.0"
  419. *ColorSepScreenAngle ProcessCyan.150lpi.1800dpi/150 lpi / 1800 dpi BAL: "15.0"
  420. *ColorSepScreenAngle ProcessMagenta.150lpi.1800dpi/150 lpi / 1800 dpi BAL: "75.0"
  421. *ColorSepScreenAngle ProcessYellow.150lpi.1800dpi/150 lpi / 1800 dpi BAL: "0.0"
  422. *ColorSepScreenFreq ProcessBlack.150lpi.1800dpi/150 lpi / 1800 dpi BAL: "150.0"
  423. *ColorSepScreenFreq CustomColor.150lpi.1800dpi/150 lpi / 1800 dpi BAL: "150.0"
  424. *ColorSepScreenFreq ProcessCyan.150lpi.1800dpi/150 lpi / 1800 dpi BAL: "150.0"
  425. *ColorSepScreenFreq ProcessMagenta.150lpi.1800dpi/150 lpi / 1800 dpi BAL: "150.0"
  426. *ColorSepScreenFreq ProcessYellow.150lpi.1800dpi/150 lpi / 1800 dpi BAL: "150.0"
  427. *% For 2400 dpi =====================================================
  428. *ColorSepScreenAngle ProcessBlack.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "45.0"
  429. *ColorSepScreenAngle CustomColor.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "45.0"
  430. *ColorSepScreenAngle ProcessCyan.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "15.0"
  431. *ColorSepScreenAngle ProcessMagenta.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "75.0"
  432. *ColorSepScreenAngle ProcessYellow.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "0.0"
  433. *ColorSepScreenFreq ProcessBlack.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  434. *ColorSepScreenFreq CustomColor.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  435. *ColorSepScreenFreq ProcessCyan.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  436. *ColorSepScreenFreq ProcessMagenta.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  437. *ColorSepScreenFreq ProcessYellow.85lpi.2400dpi/85 lpi / 2400 dpi BAL: "85.0"
  438. *ColorSepScreenAngle ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "45.0"
  439. *ColorSepScreenAngle CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "45.0"
  440. *ColorSepScreenAngle ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "15.0"
  441. *ColorSepScreenAngle ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "75.0"
  442. *ColorSepScreenAngle ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "0.0"
  443. *ColorSepScreenFreq ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  444. *ColorSepScreenFreq CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  445. *ColorSepScreenFreq ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  446. *ColorSepScreenFreq ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  447. *ColorSepScreenFreq ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi ALL: "100.0"
  448. *ColorSepScreenAngle ProcessBlack.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "45.0"
  449. *ColorSepScreenAngle CustomColor.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "45.0"
  450. *ColorSepScreenAngle ProcessCyan.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "15.0"
  451. *ColorSepScreenAngle ProcessMagenta.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "75.0"
  452. *ColorSepScreenAngle ProcessYellow.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "0.0"
  453. *ColorSepScreenFreq ProcessBlack.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  454. *ColorSepScreenFreq CustomColor.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  455. *ColorSepScreenFreq ProcessCyan.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  456. *ColorSepScreenFreq ProcessMagenta.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  457. *ColorSepScreenFreq ProcessYellow.110lpi.2400dpi/110 lpi / 2400 dpi BAL: "110.0"
  458. *ColorSepScreenAngle ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "45.0"
  459. *ColorSepScreenAngle CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "45.0"
  460. *ColorSepScreenAngle ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "15.0"
  461. *ColorSepScreenAngle ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "75.0"
  462. *ColorSepScreenAngle ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "0.0"
  463. *ColorSepScreenFreq ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  464. *ColorSepScreenFreq CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  465. *ColorSepScreenFreq ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  466. *ColorSepScreenFreq ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  467. *ColorSepScreenFreq ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi ALL: "120.0"
  468. *ColorSepScreenAngle ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "45.0"
  469. *ColorSepScreenAngle CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "45.0"
  470. *ColorSepScreenAngle ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "15.0"
  471. *ColorSepScreenAngle ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "75.0"
  472. *ColorSepScreenAngle ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "0.0"
  473. *ColorSepScreenFreq ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  474. *ColorSepScreenFreq CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  475. *ColorSepScreenFreq ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  476. *ColorSepScreenFreq ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  477. *ColorSepScreenFreq ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi ALL: "133.0"
  478. *ColorSepScreenAngle ProcessBlack.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "45.0"
  479. *ColorSepScreenAngle CustomColor.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "45.0"
  480. *ColorSepScreenAngle ProcessCyan.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "15.0"
  481. *ColorSepScreenAngle ProcessMagenta.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "75.0"
  482. *ColorSepScreenAngle ProcessYellow.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "0.0"
  483. *ColorSepScreenFreq ProcessBlack.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  484. *ColorSepScreenFreq CustomColor.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  485. *ColorSepScreenFreq ProcessCyan.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  486. *ColorSepScreenFreq ProcessMagenta.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  487. *ColorSepScreenFreq ProcessYellow.140lpi.2400dpi/140 lpi / 2400 dpi BAL: "140.0"
  488. *ColorSepScreenAngle ProcessBlack.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "45.0"
  489. *ColorSepScreenAngle CustomColor.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "45.0"
  490. *ColorSepScreenAngle ProcessCyan.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "15.0"
  491. *ColorSepScreenAngle ProcessMagenta.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "75.0"
  492. *ColorSepScreenAngle ProcessYellow.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "0.0"
  493. *ColorSepScreenFreq ProcessBlack.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  494. *ColorSepScreenFreq CustomColor.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  495. *ColorSepScreenFreq ProcessCyan.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  496. *ColorSepScreenFreq ProcessMagenta.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  497. *ColorSepScreenFreq ProcessYellow.150lpi.2400dpi/150 lpi / 2400 dpi ALL: "150.0"
  498. *ColorSepScreenAngle ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi STD: "45.0"
  499. *ColorSepScreenAngle CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi STD: "45.0"
  500. *ColorSepScreenAngle ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi STD: "15.0"
  501. *ColorSepScreenAngle ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi STD: "75.0"
  502. *ColorSepScreenAngle ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi STD: "0.0"
  503. *ColorSepScreenFreq ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  504. *ColorSepScreenFreq CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  505. *ColorSepScreenFreq ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  506. *ColorSepScreenFreq ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  507. *ColorSepScreenFreq ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi STD: "160.0"
  508. *ColorSepScreenAngle ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "45.0"
  509. *ColorSepScreenAngle CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "45.0"
  510. *ColorSepScreenAngle ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "15.0"
  511. *ColorSepScreenAngle ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "75.0"
  512. *ColorSepScreenAngle ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "0.0"
  513. *ColorSepScreenFreq ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  514. *ColorSepScreenFreq CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  515. *ColorSepScreenFreq ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  516. *ColorSepScreenFreq ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  517. *ColorSepScreenFreq ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi ALL: "175.0"
  518. *ColorSepScreenAngle ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "45.0"
  519. *ColorSepScreenAngle CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "45.0"
  520. *ColorSepScreenAngle ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "15.0"
  521. *ColorSepScreenAngle ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "75.0"
  522. *ColorSepScreenAngle ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "0.0"
  523. *ColorSepScreenFreq ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  524. *ColorSepScreenFreq CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  525. *ColorSepScreenFreq ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  526. *ColorSepScreenFreq ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  527. *ColorSepScreenFreq ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi BAL,STD: "200.0"
  528. *% end of PPD file for AGFA_AccuSet800SF