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.

506 lines
19 KiB

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated.
  4. *% All Rights Reserved.
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "2.1"
  11. *PCFileName: "VT43P522.PPD"
  12. *LanguageVersion: English
  13. *Product: "(Varityper)"
  14. *PSVersion: "(49.3) 3.6"
  15. *PSVersion: "(52.2) 3.6"
  16. *ModelName: "Varityper 4300P"
  17. *NickName: "Varityper 4300P v49.3 or 52.2"
  18. *% General Information and Defaults ===============
  19. *FreeVM: "2428526"
  20. *LanguageLevel: "1"
  21. *Extensions: FileSystem CMYK
  22. *ColorDevice: False
  23. *DefaultColorSpace: Gray
  24. *VariablePaperSize: True
  25. *FileSystem: True
  26. *?FileSystem: "
  27. save
  28. statusdict /diskstatus get exec exch pop 0 eq {(False)}{(True)}ifelse = flush
  29. restore
  30. "
  31. *End
  32. *Throughput: "1"
  33. *Password: "0"
  34. *ExitServer: "
  35. count 0 eq { % is the password on the stack?
  36. true
  37. }{
  38. dup % potential password
  39. statusdict /checkpassword get exec not
  40. } ifelse
  41. { % if no password or not valid
  42. (WARNING : Cannot perform the exitserver command.) =
  43. (Password supplied is not valid.) =
  44. (Please contact the author of this software.) = flush
  45. quit
  46. } if
  47. serverdict /exitserver get exec
  48. "
  49. *End
  50. *Reset: "
  51. count 0 eq { % is the password on the stack?
  52. true
  53. }{
  54. dup % potential password
  55. statusdict /checkpassword get exec not
  56. } ifelse
  57. { % if no password or not valid
  58. (WARNING : Cannot reset printer.) =
  59. (Password supplied is not valid.) =
  60. (Please contact the author of this software.) = flush
  61. quit
  62. } if
  63. serverdict /exitserver get exec
  64. systemdict /quit get exec
  65. (WARNING : Printer Reset Failed.) = flush
  66. "
  67. *End
  68. *SetResolution 2400dpi: "
  69. count 0 eq { % is the password on the stack?
  70. true
  71. }{
  72. dup % potential password
  73. statusdict /checkpassword get exec not
  74. } ifelse
  75. { % if no password or not valid
  76. (WARNING : Cannot set the resolution.) =
  77. (Password supplied is not valid.) =
  78. (Please contact the author of this software.) = flush
  79. quit
  80. } if
  81. serverdict /exitserver get exec
  82. 2400 statusdict /setresolution get exec
  83. "
  84. *End
  85. *SetResolution 1200dpi: "
  86. count 0 eq { % is the password on the stack?
  87. true
  88. }{
  89. dup % potential password
  90. statusdict /checkpassword get exec not
  91. } ifelse
  92. { % if no password or not valid
  93. (WARNING : Cannot set the resolution.) =
  94. (Password supplied is not valid.) =
  95. (Please contact the author of this software.) = flush
  96. quit
  97. } if
  98. serverdict /exitserver get exec
  99. 1200 statusdict /setresolution get exec
  100. "
  101. *End
  102. *?Resolution: "
  103. save
  104. initgraphics
  105. 0 0 moveto currentpoint matrix defaultmatrix transform
  106. 0 72 lineto currentpoint matrix defaultmatrix transform
  107. 3 -1 roll sub dup mul
  108. 3 1 roll exch sub dup mul
  109. add sqrt round cvi
  110. ( ) cvs print (dpi) = flush
  111. restore
  112. "
  113. *End
  114. *% Halftone Information ===============
  115. *ScreenFreq: "106.0"
  116. *ScreenAngle: "45.0"
  117. *DefaultScreenProc: Dot
  118. *ScreenProc Dot: "
  119. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  120. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  121. "
  122. *End
  123. *ScreenProc Line: "{ pop }"
  124. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  125. *DefaultTransfer: Null
  126. *Transfer Null: "{ }"
  127. *Transfer Null.Inverse: "{ 1 exch sub }"
  128. *% Paper Handling ===================
  129. *% Use these entries to set paper size most of the time, unless there is
  130. *% specific reason to use PageRegion.
  131. *OpenUI *PageSize: PickOne
  132. *OrderDependency: 30 AnySetup *PageSize
  133. *DefaultPageSize: Letter
  134. *PageSize Letter: "letter"
  135. *PageSize Legal: "legal"
  136. *PageSize Ledger: "ledger"
  137. *PageSize Tabloid: "11x17"
  138. *PageSize A3: "a3"
  139. *PageSize A4: "a4"
  140. *PageSize A5: "a5"
  141. *PageSize ISOB5: "b5"
  142. *PageSize Letter.Transverse: "Letter"
  143. *PageSize A4.Transverse: "A4"
  144. *PageSize A5.Transverse: "A5"
  145. *PageSize ISOB5.Transverse: "B5"
  146. *?PageSize: "
  147. save
  148. mark statusdict /pageparams get exec exch pop
  149. 5 dict
  150. dup [595 420] (A5.Transverse) put
  151. dup [709 499] (ISOB5.Transverse) put
  152. dup [842 595] (A4.Transverse) put
  153. dup [792 612] (Letter.Transverse) put
  154. dup [1224 792] (Ledger) put
  155. 7 dict
  156. dup [420 595] (A5) put
  157. dup [499 709] (ISOB5) put
  158. dup [612 792] (Letter) put
  159. dup [595 842] (A4) put
  160. dup [612 1008] (Legal) put
  161. dup [842 1191] (A3) put
  162. dup [792 1224] (Tabloid) put
  163. 3 -1 roll 0 eq { pop } { exch pop }ifelse
  164. (Unknown) exch
  165. { exch aload pop
  166. 4 index eq exch 5 index eq and
  167. { exch pop exit } { pop } ifelse
  168. } bind forall = flush cleartomark
  169. restore
  170. "
  171. *End
  172. *CloseUI: *PageSize
  173. *% These entries will set up the frame buffer. Usually used with manual feed.
  174. *OpenUI *PageRegion: PickOne
  175. *OrderDependency: 40 AnySetup *PageRegion
  176. *DefaultPageRegion: Letter
  177. *PageRegion Letter: "letter"
  178. *PageRegion Legal: "legal"
  179. *PageRegion Ledger: "ledger"
  180. *PageRegion Tabloid: "11x17"
  181. *PageRegion A3: "a3"
  182. *PageRegion A4: "a4"
  183. *PageRegion A5: "a5"
  184. *PageRegion ISOB5: "b5"
  185. *PageRegion Letter.Transverse: "Letter"
  186. *PageRegion A4.Transverse: "A4"
  187. *PageRegion A5.Transverse: "A5"
  188. *PageRegion ISOB5.Transverse: "B5"
  189. *CloseUI: *PageRegion
  190. *% The following entries provide information about specific paper keywords.
  191. *DefaultImageableArea: Letter
  192. *ImageableArea Letter: "0 1 612 792 "
  193. *ImageableArea Legal: "0 1 612 1008 "
  194. *ImageableArea Ledger: "0 0 1223 792 "
  195. *ImageableArea Tabloid: "0 1 792 1224 "
  196. *ImageableArea A3: "0 1 842 1191 "
  197. *ImageableArea A4: "0 1 595 842 "
  198. *ImageableArea A5: "0 1 420 595 "
  199. *ImageableArea ISOB5: "0 1 499 709 "
  200. *ImageableArea Letter.Transverse: "0 0 611 792 "
  201. *ImageableArea A4.Transverse: "0 0 594 842 "
  202. *ImageableArea A5.Transverse: "0 0 419 595 "
  203. *ImageableArea ISOB5.Transverse: "0 0 498 709 "
  204. *?ImageableArea: "
  205. save
  206. /cvp {( ) cvs print ( ) print } bind def
  207. /upperright {10000 mul floor 10000 div} bind def
  208. /lowerleft {10000 mul ceiling 10000 div} bind def
  209. newpath clippath pathbbox
  210. 4 -2 roll exch 2 {lowerleft cvp} repeat
  211. exch 2 {upperright cvp} repeat flush
  212. restore
  213. "
  214. *End
  215. *% These provide the physical dimensions of the paper (by keyword)
  216. *DefaultPaperDimension: Letter
  217. *PaperDimension Letter: "612 792"
  218. *PaperDimension Legal: "612 1008"
  219. *PaperDimension Ledger: "1224 792"
  220. *PaperDimension Tabloid: "792 1224"
  221. *PaperDimension A3: "842 1191"
  222. *PaperDimension A4: "595 842"
  223. *PaperDimension A5: "420 595"
  224. *PaperDimension ISOB5: "499 709"
  225. *PaperDimension Letter.Transverse: "612 792"
  226. *PaperDimension A4.Transverse: "595 842"
  227. *PaperDimension A5.Transverse: "420 595"
  228. *PaperDimension ISOB5.Transverse: "499 709"
  229. *RequiresPageRegion All: True
  230. *OpenUI *InputSlot: PickOne
  231. *OrderDependency: 20 AnySetup *InputSlot
  232. *DefaultInputSlot: Cassette
  233. *InputSlot Cassette: ""
  234. *CloseUI: *InputSlot
  235. *DefaultOutputOrder: Normal
  236. *% Font Information =====================
  237. *DefaultFont: Courier
  238. *Font Courier: Standard "(001.004)" Standard ROM
  239. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  240. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  241. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  242. *Font Symbol: Special "(001.003)" Special ROM
  243. *?FontQuery: "
  244. save
  245. /str 100 string dup 0 (fonts/) putinterval def
  246. {
  247. count 1 gt
  248. {
  249. exch dup str 6 94 getinterval cvs
  250. (/) print dup print (:) print exch
  251. FontDirectory exch known
  252. { pop (Yes) }
  253. {
  254. length 6 add str 0 3 -1 roll getinterval
  255. mark exch status
  256. {cleartomark (Yes)}{cleartomark (No)} ifelse
  257. } ifelse =
  258. }
  259. {exit} ifelse
  260. }bind loop
  261. (*) = flush
  262. restore
  263. "
  264. *End
  265. *?FontList: "
  266. save
  267. FontDirectory { pop == } bind forall flush
  268. /filenameforall where
  269. {
  270. pop (fonts/*)
  271. { dup length 6 sub 6 exch getinterval cvn == } bind
  272. 128 string filenameforall flush
  273. } if
  274. (*) = flush
  275. restore
  276. "
  277. *End
  278. *% Printer Messages (verbatim from printer):
  279. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  280. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  281. *Message: "\FontName\ not found, using Courier"
  282. *% Status (format: %%[ status: <one of these> ]%% )
  283. *Status: "idle"
  284. *Status: "busy"
  285. *Status: "waiting"
  286. *Status: "printing"
  287. *Status: "warming up"
  288. *Status: "PrinterError: Printer OK"
  289. *Status: "PrinterError: Printer never accepted band"
  290. *Status: "PrinterError: Printer Intensity Invalid"
  291. *Status: "PrinterError: PrintXferBusy for too long"
  292. *Status: "PrinterError: Printer not ready to write:unused"
  293. *Status: "PrinterError: Fifo transfer took too long:DMABusy still"
  294. *Status: "PrinterError: Printer Resolution Invalid"
  295. *Status: "PrinterError: Failed printerstart:!BEG"
  296. *Status: "PrinterError: Fifo transfer did not start:DMABusy still"
  297. *Status: "PrinterError: Printer Hardware Error"
  298. *Status: "PrinterError: Printer Disk Full"
  299. *Status: "PrinterError: Printer Media Cassette Full"
  300. *Status: "PrinterError: Printer No Takeup"
  301. *Status: "PrinterError: Re-transmitting Page To Printer"
  302. *Status: "PrinterError: Printer Line Length Invalid"
  303. *Status: "PrinterError: Printer Busy with Previous Page"
  304. *Status: "PrinterError: Default page being defined is too big"
  305. *Status: "PrinterError: Printer Media Value Invalid"
  306. *Status: "PrinterError: Printer Cover Open"
  307. *Status: "PrinterError: Printer never was ready to start band:!STA"
  308. *Status: "PrinterError: Printer not ready;printer needs attention"
  309. *Status: "PrinterError: Printer Paper Out"
  310. *Status: "PrinterError: Printer Disk Error"
  311. *Status: "PrinterError: Program Load Error"
  312. *Status: "PrinterError: Printer Leading Value Invalid"
  313. *Status: "PrinterError: Printer Offline"
  314. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  315. *Source: "serial9"
  316. *Source: "serial25"
  317. *Source: "AppleTalk"
  318. *Source: "Centronics"
  319. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  320. *PrinterError: "Printer OK"
  321. *PrinterError: "Printer never accepted band"
  322. *PrinterError: "Printer Intensity Invalid"
  323. *PrinterError: "PrintXferBusy for too long"
  324. *PrinterError: "Printer not ready to write:unused"
  325. *PrinterError: "Fifo transfer took too long:DMABusy still"
  326. *PrinterError: "Printer Resolution Invalid"
  327. *PrinterError: "Failed printerstart:!BEG"
  328. *PrinterError: "Fifo transfer did not start:DMABusy still"
  329. *PrinterError: "Printer Hardware Error"
  330. *PrinterError: "Printer Disk Full"
  331. *PrinterError: "Printer Media Cassette Full"
  332. *PrinterError: "Printer No Takeup"
  333. *PrinterError: "Re-transmitting Page To Printer"
  334. *PrinterError: "Printer Line Length Invalid"
  335. *PrinterError: "Printer Busy with Previous Page"
  336. *PrinterError: "Default page being defined is too big"
  337. *PrinterError: "Printer Media Value Invalid"
  338. *PrinterError: "Printer Cover Open"
  339. *PrinterError: "Printer never was ready to start band:!STA"
  340. *PrinterError: "Printer not ready;printer needs attention"
  341. *PrinterError: "Printer Paper Out"
  342. *PrinterError: "Printer Disk Error"
  343. *PrinterError: "Program Load Error"
  344. *PrinterError: "Printer Leading Value Invalid"
  345. *PrinterError: "Printer Offline"
  346. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  347. *% Color Separation Information =====================
  348. *DefaultColorSep: ProcessBlack.121lpi.2400dpi/121 lpi / 2400 dpi
  349. *InkName: ProcessBlack/Process Black
  350. *InkName: CustomColor/Custom Color
  351. *InkName: ProcessCyan/Process Cyan
  352. *InkName: ProcessMagenta/Process Magenta
  353. *InkName: ProcessYellow/Process Yellow
  354. *% For 121 lpi / 1200 dpi (7,7,4,11,11,4,11,0) ===============================
  355. *ColorSepScreenAngle ProcessBlack.121lpi.1200dpi/121 lpi / 1200 dpi: "45.0"
  356. *ColorSepScreenAngle CustomColor.121lpi.1200dpi/121 lpi / 1200 dpi: "45.0"
  357. *ColorSepScreenAngle ProcessCyan.121lpi.1200dpi/121 lpi / 1200 dpi: "70.0169"
  358. *ColorSepScreenAngle ProcessMagenta.121lpi.1200dpi/121 lpi / 1200 dpi: "19.9831"
  359. *ColorSepScreenAngle ProcessYellow.121lpi.1200dpi/121 lpi / 1200 dpi: "0.0"
  360. *ColorSepScreenFreq ProcessBlack.121lpi.1200dpi/121 lpi / 1200 dpi: "121.218"
  361. *ColorSepScreenFreq CustomColor.121lpi.1200dpi/121 lpi / 1200 dpi: "121.218"
  362. *ColorSepScreenFreq ProcessCyan.121lpi.1200dpi/121 lpi / 1200 dpi: "102.523"
  363. *ColorSepScreenFreq ProcessMagenta.121lpi.1200dpi/121 lpi / 1200 dpi: "102.523"
  364. *ColorSepScreenFreq ProcessYellow.121lpi.1200dpi/121 lpi / 1200 dpi: "109.091"
  365. *% For 106 lpi / 1200 dpi ===================================================
  366. *ColorSepScreenAngle ProcessBlack.106lpi.1200dpi/106 lpi / 1200 dpi: "45.0"
  367. *ColorSepScreenAngle CustomColor.106lpi.1200dpi/106 lpi / 1200 dpi: "45.0"
  368. *ColorSepScreenAngle ProcessCyan.106lpi.1200dpi/106 lpi / 1200 dpi: "71.5651"
  369. *ColorSepScreenAngle ProcessMagenta.106lpi.1200dpi/106 lpi / 1200 dpi: "18.4349"
  370. *ColorSepScreenAngle ProcessYellow.106lpi.1200dpi/106 lpi / 1200 dpi: "0.0"
  371. *ColorSepScreenFreq ProcessBlack.106lpi.1200dpi/106 lpi / 1200 dpi: "106.066"
  372. *ColorSepScreenFreq CustomColor.106lpi.1200dpi/106 lpi / 1200 dpi: "106.066"
  373. *ColorSepScreenFreq ProcessCyan.106lpi.1200dpi/106 lpi / 1200 dpi: "94.8683"
  374. *ColorSepScreenFreq ProcessMagenta.106lpi.1200dpi/106 lpi / 1200 dpi: "94.8683"
  375. *ColorSepScreenFreq ProcessYellow.106lpi.1200dpi/106 lpi / 1200 dpi: "100.0"
  376. *% For 85 lpi / 1200 dpi (10,10,4,12,12,4,40/3,0) ============================
  377. *ColorSepScreenAngle ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi: "45.0"
  378. *ColorSepScreenAngle CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi: "45.0"
  379. *ColorSepScreenAngle ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi: "71.5651"
  380. *ColorSepScreenAngle ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi: "18.4349"
  381. *ColorSepScreenAngle ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi: "0.0"
  382. *ColorSepScreenFreq ProcessBlack.85lpi.1200dpi/85 lpi / 1200 dpi: "84.8528"
  383. *ColorSepScreenFreq CustomColor.85lpi.1200dpi/85 lpi / 1200 dpi: "84.8528"
  384. *ColorSepScreenFreq ProcessCyan.85lpi.1200dpi/85 lpi / 1200 dpi: "94.8683"
  385. *ColorSepScreenFreq ProcessMagenta.85lpi.1200dpi/85 lpi / 1200 dpi: "94.8683"
  386. *ColorSepScreenFreq ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi: "30.0"
  387. *ColorSepScreenProc ProcessYellow.85lpi.1200dpi/85 lpi / 1200 dpi: "
  388. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  389. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  390. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  391. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  392. *End
  393. *% For 141 lpi / 2400 dpi ===================================================
  394. *ColorSepScreenAngle ProcessBlack.141lpi.2400dpi/141 lpi / 2400 dpi: "45.0"
  395. *ColorSepScreenAngle CustomColor.141lpi.2400dpi/141 lpi / 2400 dpi: "45.0"
  396. *ColorSepScreenAngle ProcessCyan.141lpi.2400dpi/141 lpi / 2400 dpi: "71.5651"
  397. *ColorSepScreenAngle ProcessMagenta.141lpi.2400dpi/141 lpi / 2400 dpi: "18.4349"
  398. *ColorSepScreenAngle ProcessYellow.141lpi.2400dpi/141 lpi / 2400 dpi: "0.0"
  399. *ColorSepScreenFreq ProcessBlack.141lpi.2400dpi/141 lpi / 2400 dpi: "141.421"
  400. *ColorSepScreenFreq CustomColor.141lpi.2400dpi/141 lpi / 2400 dpi: "141.421"
  401. *ColorSepScreenFreq ProcessCyan.141lpi.2400dpi/141 lpi / 2400 dpi: "126.491"
  402. *ColorSepScreenFreq ProcessMagenta.141lpi.2400dpi/141 lpi / 2400 dpi: "126.491"
  403. *ColorSepScreenFreq ProcessYellow.141lpi.2400dpi/141 lpi / 2400 dpi: "133.333"
  404. *% For 121 lpi / 2400 dpi ===================================================
  405. *ColorSepScreenAngle ProcessBlack.121lpi.2400dpi/121 lpi / 2400 dpi: "45.0"
  406. *ColorSepScreenAngle CustomColor.121lpi.2400dpi/121 lpi / 2400 dpi: "45.0"
  407. *ColorSepScreenAngle ProcessCyan.121lpi.2400dpi/121 lpi / 2400 dpi: "71.5651"
  408. *ColorSepScreenAngle ProcessMagenta.121lpi.2400dpi/121 lpi / 2400 dpi: "18.4349"
  409. *ColorSepScreenAngle ProcessYellow.121lpi.2400dpi/121 lpi / 2400 dpi: "0.0"
  410. *ColorSepScreenFreq ProcessBlack.121lpi.2400dpi/121 lpi / 2400 dpi: "121.218"
  411. *ColorSepScreenFreq CustomColor.121lpi.2400dpi/121 lpi / 2400 dpi: "121.218"
  412. *ColorSepScreenFreq ProcessCyan.121lpi.2400dpi/121 lpi / 2400 dpi: "108.421"
  413. *ColorSepScreenFreq ProcessMagenta.121lpi.2400dpi/121 lpi / 2400 dpi: "108.421"
  414. *ColorSepScreenFreq ProcessYellow.121lpi.2400dpi/121 lpi / 2400 dpi: "114.286"
  415. *% For 113 lpi / 2400 dpi (15,15,6,18,18,6,20,0) ============================
  416. *ColorSepScreenAngle ProcessBlack.113lpi.2400dpi/113 lpi / 2400 dpi: "45.0"
  417. *ColorSepScreenAngle CustomColor.113lpi.2400dpi/113 lpi / 2400 dpi: "45.0"
  418. *ColorSepScreenAngle ProcessCyan.113lpi.2400dpi/113 lpi / 2400 dpi: "71.5651"
  419. *ColorSepScreenAngle ProcessMagenta.113lpi.2400dpi/113 lpi / 2400 dpi: "18.4349"
  420. *ColorSepScreenAngle ProcessYellow.113lpi.2400dpi/113 lpi / 2400 dpi: "0.0"
  421. *ColorSepScreenFreq ProcessBlack.113lpi.2400dpi/113 lpi / 2400 dpi: "113.137"
  422. *ColorSepScreenFreq CustomColor.113lpi.2400dpi/113 lpi / 2400 dpi: "113.137"
  423. *ColorSepScreenFreq ProcessCyan.113lpi.2400dpi/113 lpi / 2400 dpi: "126.491"
  424. *ColorSepScreenFreq ProcessMagenta.113lpi.2400dpi/113 lpi / 2400 dpi: "126.491"
  425. *ColorSepScreenFreq ProcessYellow.113lpi.2400dpi/113 lpi / 2400 dpi: "120.0"
  426. *% For 106 lpi / 2400 dpi ===================================================
  427. *ColorSepScreenAngle ProcessBlack.106lpi.2400dpi/106 lpi / 2400 dpi: "45.0"
  428. *ColorSepScreenAngle CustomColor.106lpi.2400dpi/106 lpi / 2400 dpi: "45.0"
  429. *ColorSepScreenAngle ProcessCyan.106lpi.2400dpi/106 lpi / 2400 dpi: "71.5651"
  430. *ColorSepScreenAngle ProcessMagenta.106lpi.2400dpi/106 lpi / 2400 dpi: "18.4349"
  431. *ColorSepScreenAngle ProcessYellow.106lpi.2400dpi/106 lpi / 2400 dpi: "0.0"
  432. *ColorSepScreenFreq ProcessBlack.106lpi.2400dpi/106 lpi / 2400 dpi: "106.066"
  433. *ColorSepScreenFreq CustomColor.106lpi.2400dpi/106 lpi / 2400 dpi: "106.066"
  434. *ColorSepScreenFreq ProcessCyan.106lpi.2400dpi/106 lpi / 2400 dpi: "94.8683"
  435. *ColorSepScreenFreq ProcessMagenta.106lpi.2400dpi/106 lpi / 2400 dpi: "94.8683"
  436. *ColorSepScreenFreq ProcessYellow.106lpi.2400dpi/106 lpi / 2400 dpi: "100.0"
  437. *% For 85 lpi / 2400 dpi (20,20,8,24,24,8,80/3,0) ===========================
  438. *ColorSepScreenAngle ProcessBlack.85lpi.2400dpi/85 lpi / 2400 dpi: "45.0"
  439. *ColorSepScreenAngle CustomColor.85lpi.2400dpi/85 lpi / 2400 dpi: "45.0"
  440. *ColorSepScreenAngle ProcessCyan.85lpi.2400dpi/85 lpi / 2400 dpi: "71.5651"
  441. *ColorSepScreenAngle ProcessMagenta.85lpi.2400dpi/85 lpi / 2400 dpi: "18.4349"
  442. *ColorSepScreenAngle ProcessYellow.85lpi.2400dpi/85 lpi / 2400 dpi: "0.0"
  443. *ColorSepScreenFreq ProcessBlack.85lpi.2400dpi/85 lpi / 2400 dpi: "84.8528"
  444. *ColorSepScreenFreq CustomColor.85lpi.2400dpi/85 lpi / 2400 dpi: "84.8528"
  445. *ColorSepScreenFreq ProcessCyan.85lpi.2400dpi/85 lpi / 2400 dpi: "94.8683"
  446. *ColorSepScreenFreq ProcessMagenta.85lpi.2400dpi/85 lpi / 2400 dpi: "94.8683"
  447. *ColorSepScreenFreq ProcessYellow.85lpi.2400dpi/85 lpi / 2400 dpi: "30.0"
  448. *ColorSepScreenProc ProcessYellow.85lpi.2400dpi/85 lpi / 2400 dpi: "
  449. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  450. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  451. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  452. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  453. *End
  454. *% For "4300P" version 49.3 AND 52.2
  455. *% Produced by "BuildPPD.ps" version 3.0 edit 56
  456. *% Converted to meet 4.0 specification
  457. *% Last Edit Date: Sep 15 1992
  458. *% The byte count of this file should be exactly 019070 or 019576
  459. *% depending on the filesystem it resides in.
  460. *% end of PPD file for 4300P