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.

537 lines
20 KiB

  1. *PPD-Adobe: "4.2"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% For IBM LaserPrinter 4029
  4. *% For use with Windows NT
  5. *% Produced by Lexmark International, Inc.
  6. *%
  7. *% Copyright (c) 1993-1996 Lexmark International Inc. All Rights Reserved.
  8. *% Permission is granted for redistribution of this file as
  9. *% long as this copyright notice is intact and the content
  10. *% of the file is not altered in any way from its original form.
  11. *%
  12. *FormatVersion: "4.2"
  13. *FileVersion: "3.2"
  14. *LanguageVersion: English
  15. *PCFileName: "40291730.PPD"
  16. *Product: "(IBM LaserPrinter 4029)"
  17. *PSVersion: "(52.3) 1"
  18. *ModelName: "IBM 4029 LaserPrinter PS17"
  19. *ShortNickName: "IBM 4029 LaserPrinter PS17"
  20. *NickName: "IBM 4029 LaserPrinter PS17"
  21. *% === Options and Constraints ============
  22. *OpenGroup: InstallableOptions/Options Installed
  23. *OpenUI *Option1/Lower Tray: Boolean
  24. *DefaultOption1: False
  25. *Option1 True/Installed: ""
  26. *Option1 False/Not Installed: ""
  27. *CloseUI: *Option1
  28. *OpenUI *Option2/Envelope Feeder: Boolean
  29. *DefaultOption2: False
  30. *Option2 True/Installed: ""
  31. *Option2 False/Not Installed: ""
  32. *CloseUI: *Option2
  33. *OpenUI *Option3/Printer Memory: PickOne
  34. *DefaultOption3: 2Meg
  35. *Option3 2Meg/2 Mb Printer Memory: ""
  36. *Option3 3Meg/3 Mb Printer Memory: ""
  37. *Option3 4Meg/4 Mb Printer Memory: ""
  38. *Option3 5Meg/5+ Mb Printer Memory: ""
  39. *CloseUI: *Option3
  40. *CloseGroup: InstallableOptions
  41. *UIConstraints: *Option1 False *InputSlot Lower
  42. *UIConstraints: *Option1 False *TraySwitch
  43. *UIConstraints: *Option2 False *InputSlot Envelope
  44. *UIConstraints: *Resolution 600dpi *Smoothing On
  45. *UIConstraints: *Smoothing On *Resolution 600dpi
  46. *% === Basic Capabilities ============
  47. *LanguageLevel: "1"
  48. *Protocols: SIC
  49. *FreeVM: "427000"
  50. *ColorDevice: False
  51. *DefaultColorSpace: Gray
  52. *VariablePaperSize: False
  53. *Throughput: "10"
  54. *Password: "0"
  55. *ExitServer: "
  56. count 0 eq % is the password on the stack?
  57. { true }
  58. { dup % potential password
  59. statusdict /checkpassword get exec not
  60. } ifelse
  61. { % if no password or not valid
  62. (WARNING : Cannot perform the exitserver command.) =
  63. (Password supplied is not valid.) =
  64. (Please contact the author of this software.) = flush
  65. quit
  66. } if
  67. serverdict /exitserver get exec
  68. "
  69. *End
  70. *Reset: "
  71. count 0 eq % is the password on the stack?
  72. { true }
  73. { dup % potential password
  74. statusdict /checkpassword get exec not
  75. } ifelse
  76. { % if no password or not valid
  77. (WARNING : Cannot reset printer.) =
  78. (Password supplied is not valid.) =
  79. (Please contact the author of this software.) = flush
  80. quit
  81. } if
  82. serverdict /exitserver get exec
  83. systemdict /quit get exec
  84. (WARNING : Printer Reset Failed.) = flush
  85. "
  86. *End
  87. *% === Resolution ============
  88. *OpenUI *Resolution/Resolution: PickOne
  89. *DefaultResolution: 300dpi
  90. *OrderDependency: 10 AnySetup *Resolution
  91. *Resolution 300dpi/300 dpi: "
  92. statusdict begin /setresolution where {pop 300 setresolution}if end"
  93. *End
  94. *Resolution 600dpi/600 dpi: "
  95. statusdict begin /setresolution where {pop 600 setresolution}if end"
  96. *End
  97. *?Resolution: "statusdict begin resolution ( ) cvs print (dpi) = flush end"
  98. *CloseUI: *Resolution
  99. *OpenUI *Smoothing/Smoothing: PickOne
  100. *DefaultSmoothing: PrtSet
  101. *OrderDependency: 40 AnySetup *Smoothing
  102. *Smoothing PrtSet/Printer Setting: ""
  103. *Smoothing On/On: "1 statusdict /setdoret get exec"
  104. *Smoothing Off/Off: "0 statusdict /setdoret get exec"
  105. *?Smoothing: "
  106. save
  107. [(False)(True)(True)(True)(Unknown)] statusdict /doret get exec
  108. dup 3 gt{pop 4}if get = flush
  109. restore
  110. "
  111. *End
  112. *CloseUI: *Smoothing
  113. *% === Halftone Information ===============
  114. *ScreenFreq: "60.0"
  115. *ScreenAngle: "45.0"
  116. *DefaultScreenProc: Dot
  117. *ScreenProc Dot: "
  118. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  119. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  120. "
  121. *End
  122. *ScreenProc Line: "{ pop }"
  123. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  124. *DefaultTransfer: Null
  125. *Transfer Null: "{ }"
  126. *Transfer Null.Inverse: "{ 1 exch sub }"
  127. *% === Paper Handling ===================
  128. *% Code in this section selects a tray and sets up a frame buffer.
  129. *OpenUI *PageSize: PickOne
  130. *OrderDependency: 30 AnySetup *PageSize
  131. *DefaultPageSize: Letter
  132. *PageSize Letter/Letter: "statusdict begin {lettertray}stopped {3 setpapertray letter}if end"
  133. *PageSize Legal/Legal: "statusdict begin {legaltray}stopped {3 setpapertray legal}if end"
  134. *PageSize Executive/Executive: "
  135. statusdict begin {executivetray}stopped {3 setpapertray executivepage}if end"
  136. *End
  137. *PageSize A4/A4: "statusdict begin {a4tray}stopped {3 setpapertray a4}if end"
  138. *PageSize A5/A5: "statusdict begin {a5tray}stopped {3 setpapertray a5}if end"
  139. *PageSize B5/B5: "statusdict begin {b5tray}stopped {3 setpapertray b5}if end"
  140. *PageSize Monarch/Monarch Envelope: "
  141. statusdict begin {3.875x7.5envelopetray}stopped
  142. {4 setpapertray 3.875x7.5envelope}if end
  143. 279 540 translate 180 rotate"
  144. *End
  145. *PageSize C9/C9 Envelope: "
  146. statusdict begin {3.875x8.875envelopetray}stopped
  147. {4 setpapertray 3.875x8.875envelope}if end
  148. 279 639 translate 180 rotate"
  149. *End
  150. *PageSize Comm10/C10 Envelope: "
  151. statusdict begin {4.125x9.5envelopetray}stopped
  152. {4 setpapertray 4.125x9.5envelope}if end
  153. 297 684 translate 180 rotate"
  154. *End
  155. *PageSize DL/DL Envelope: "
  156. statusdict begin {110x220envelopetray}stopped
  157. {4 setpapertray 110x220envelope}if end
  158. 312 624 translate 180 rotate"
  159. *End
  160. *PageSize C5/C5 Envelope: "
  161. statusdict begin {162x229envelopetray}stopped
  162. {4 setpapertray 162x229envelope}if end
  163. 459 649 translate 180 rotate"
  164. *End
  165. *PageSize ISOB5/B5 Envelope: "
  166. statusdict begin {176x250envelopetray}stopped
  167. {4 setpapertray 176x250envelope}if end
  168. 499 709 translate 180 rotate"
  169. *End
  170. *PageSize Envelope.612.1008/Other Envelope: "
  171. statusdict begin {otherenvelopetray}stopped
  172. {4 setpapertray otherenvelope}if end
  173. 612 1008 translate 180 rotate"
  174. *End
  175. *?PageSize: "
  176. save
  177. 13 dict
  178. dup /letter (Letter) put
  179. dup /legal (Legal) put
  180. dup /executivepage (Executive) put
  181. dup /a4 (A4) put
  182. dup /a5 (A5) put
  183. dup /b5 (B5) put
  184. dup /3.875x7.5envelope (Monarch) put
  185. dup /3.875x8.875envelope (C9) put
  186. dup /4.125x9.5envelope (Comm10) put
  187. dup /110x220envelope (DL) put
  188. dup /162x229envelope (C5) put
  189. dup /176x250envelope (Envelope.499.709) put
  190. dup /otherenvelope (Envelope.612.1008) put
  191. statusdict /papersize get exec
  192. 3 1 roll {get} stopped {(Unknown)}if
  193. exch not { print (.Transverse) }if
  194. = flush
  195. restore
  196. "
  197. *End
  198. *CloseUI: *PageSize
  199. *% These entries will set up the frame buffer. Usually used with manual feed.
  200. *OpenUI *PageRegion: PickOne
  201. *OrderDependency: 40 AnySetup *PageRegion
  202. *DefaultPageRegion: Letter
  203. *PageRegion Letter/Letter: "letter"
  204. *PageRegion Legal/Legal: "legal"
  205. *PageRegion Executive/Executive: "executivepage"
  206. *PageRegion A4/A4: "a4"
  207. *PageRegion A5/A5: "a5"
  208. *PageRegion B5/B5: "b5"
  209. *PageRegion Monarch/Monarch Envelope: "3.875x7.5envelope 279 540 translate 180 rotate"
  210. *PageRegion C9/C9 Envelope: "3.875x8.875envelope 279 639 translate 180 rotate"
  211. *PageRegion Comm10/C10 Envelope: "4.125x9.5envelope 297 684 translate 180 rotate"
  212. *PageRegion DL/DL Envelope: "110x220envelope 312 624 translate 180 rotate"
  213. *PageRegion C5/C5 Envelope: "162x229envelope 459 649 translate 180 rotate"
  214. *PageRegion ISOB5/B5 Envelope: "176x250envelope 499 709 translate 180 rotate"
  215. *PageRegion Envelope.612.1008/Other Envelope: "otherenvelope 612 1008 translate 180 rotate"
  216. *CloseUI: *PageRegion
  217. *DefaultImageableArea: Letter
  218. *ImageableArea Letter: "18 17 597 776"
  219. *ImageableArea Legal: "18 18 597 992"
  220. *ImageableArea Executive: "18 18 505 740"
  221. *ImageableArea A4: "10 19 588 827"
  222. *ImageableArea A5: "18 13 405 580"
  223. *ImageableArea B5: "18 18 505 711"
  224. *ImageableArea Monarch: "1 13 260 526"
  225. *ImageableArea C9: "1 16 260 623"
  226. *ImageableArea Comm10: "3 16 278 668"
  227. *ImageableArea DL: "3 16 293 608"
  228. *ImageableArea C5: "4 16 440 634"
  229. *ImageableArea ISOB5: "2 15 480 693"
  230. *ImageableArea Envelope.612.1008: "15 16 593 992"
  231. *?ImageableArea: "
  232. save
  233. /cvp { ( ) cvs print ( ) print } bind def
  234. /upperright {10000 mul floor 10000 div} bind def
  235. /lowerleft {10000 mul ceiling 10000 div} bind def
  236. newpath clippath pathbbox
  237. 4 -2 roll exch 2 {lowerleft cvp} repeat
  238. exch 2 {upperright cvp} repeat flush
  239. restore
  240. "
  241. *End
  242. *% These provide the physical dimensions of the paper (by keyword)
  243. *DefaultPaperDimension: Letter
  244. *PaperDimension Letter: "612 792"
  245. *PaperDimension Legal: "612 1008"
  246. *PaperDimension Executive: "522 756"
  247. *PaperDimension A4: "595 842"
  248. *PaperDimension A5: "420 595"
  249. *PaperDimension B5: "516 729"
  250. *PaperDimension Monarch: "279 540"
  251. *PaperDimension C9: "279 639"
  252. *PaperDimension Comm10: "297 684"
  253. *PaperDimension DL: "312 624"
  254. *PaperDimension C5: "459 649"
  255. *PaperDimension ISOB5: "499 709"
  256. *PaperDimension Envelope.612.1008: "612 1008"
  257. *RequiresPageRegion All: True
  258. *OpenUI *InputSlot: PickOne
  259. *OrderDependency: 20 AnySetup *InputSlot
  260. *DefaultInputSlot: Unknown
  261. *InputSlot Upper/Upper Tray: "0 statusdict /setpapertray get exec"
  262. *InputSlot Lower/Lower Tray: "
  263. statusdict begin optionalfeeder { 1 }{ 0 }ifelse setpapertray end"
  264. *End
  265. *InputSlot Envelope/Envelope Feeder: "
  266. statusdict begin envelopefeeder { 2 }{ 3 }ifelse setpapertray end"
  267. *End
  268. *InputSlot EnvelopeManual/Manual Envelope: "4 statusdict /setpapertray get exec"
  269. *?InputSlot: "
  270. save
  271. [ (Upper) (Lower) (Envelope) (Manual) (ManualEnvelope) ] statusdict /papertray get exec
  272. {get exec} stopped { pop pop (Unknown) } if = flush
  273. restore
  274. "
  275. *End
  276. *CloseUI: *InputSlot
  277. *OpenUI *ManualFeed/Manual Paper: Boolean
  278. *OrderDependency: 15 AnySetup *ManualFeed
  279. *DefaultManualFeed: False
  280. *ManualFeed True/On: "3 statusdict /setpapertray get exec"
  281. *ManualFeed False/Off: "statusdict /manualfeed false put"
  282. *?ManualFeed: "
  283. save
  284. statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  285. restore
  286. "
  287. *End
  288. *CloseUI: *ManualFeed
  289. *OpenUI *TraySwitch/Tray Linking: PickOne
  290. *OrderDependency: 50 AnySetup *TraySwitch
  291. *DefaultTraySwitch: PrtSet
  292. *TraySwitch PrtSet/Printer Setting: ""
  293. *TraySwitch On/On: "statusdict /trayswitch true put"
  294. *TraySwitch Off/Off: "statusdict /trayswitch false put"
  295. *?TraySwitch: "
  296. save
  297. statusdict /trayswitch get {(True)}{(False)}ifelse = flush
  298. restore
  299. "
  300. *End
  301. *CloseUI: *TraySwitch
  302. *DefaultOutputOrder: Normal
  303. *OutputOrder Normal: ""
  304. *OutputOrder Reverse: ""
  305. *% === Font Information =====================
  306. *DefaultFont: Courier
  307. *Font Courier: Standard "(002.002)" Standard ROM
  308. *Font Courier-Bold: Standard "(002.002)" Standard ROM
  309. *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM
  310. *Font Courier-Oblique: Standard "(002.002)" Standard ROM
  311. *Font Helvetica: Standard "(001.002)" Standard ROM
  312. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  313. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  314. *Font Helvetica-Narrow: Standard "(001.002)" Standard ROM
  315. *Font Helvetica-Narrow-Bold: Standard "(001.002)" Standard ROM
  316. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)" Standard ROM
  317. *Font Helvetica-Narrow-Oblique: Standard "(001.002)" Standard ROM
  318. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  319. *Font Symbol: Special "(001.003)" Special ROM
  320. *Font Times-Bold: Standard "(001.002)" Standard ROM
  321. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  322. *Font Times-Italic: Standard "(001.002)" Standard ROM
  323. *Font Times-Roman: Standard "(001.002)" Standard ROM
  324. *?FontQuery: "
  325. save
  326. /str 100 string dup 0 (fonts/) putinterval def
  327. { count 1 gt
  328. { exch dup str 6 94 getinterval cvs
  329. (/) print dup print (:) print exch
  330. FontDirectory exch known
  331. { pop (Yes) }
  332. { length 6 add str 0 3 -1 roll getinterval mark exch status
  333. {cleartomark (Yes)}{cleartomark (No)} ifelse
  334. } ifelse =
  335. }
  336. {exit} ifelse
  337. }bind loop
  338. (*) = flush
  339. restore
  340. "
  341. *End
  342. *?FontList: "
  343. save
  344. FontDirectory { pop == } bind forall flush /filenameforall where
  345. { pop (fonts/*)
  346. {dup length 6 sub 6 exch getinterval cvn == } bind
  347. 128 string filenameforall flush
  348. } if
  349. (*) = flush
  350. restore
  351. "
  352. *End
  353. *% Printer Messages (verbatim from printer):
  354. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  355. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  356. *Message: "\FontName\ not found, using Courier"
  357. *% Status (format: %%[ status: <one of these> ]%% )
  358. *Status: "Printer Busy"
  359. *Status: "Warming Up"
  360. *Status: "PrinterError: Printer Offline"
  361. *Status: "PrinterError: Paper Out or Feed Failure - Tray 1"
  362. *Status: "PrinterError: Paper Out or Feed Failure - Tray 2"
  363. *Status: "PrinterError: Paper Out or Feed Failure - Envelope Feeder"
  364. *Status: "PrinterError: Load Paper Requested"
  365. *Status: "PrinterError: Load Envelope Requested"
  366. *Status: "PrinterError: Invalid Manual Insertion"
  367. *Status: "PrinterError: Wrong Paper Length"
  368. *Status: "PrinterError: Paper Jam"
  369. *Status: "PrinterError: Cover Open/Cartridge Not Installed"
  370. *Status: "PrinterError: Output Bin Full"
  371. *Status: "PrinterError: Default Storage Error"
  372. *Status: "PrinterError: Battery Low - Slot 1"
  373. *Status: "PrinterError: Battery Low - Slot 2"
  374. *Status: "PrinterError: Non-Download Font Card Installed - Slot 1"
  375. *Status: "PrinterError: Non-Download Font Card Installed - Slot 2"
  376. *Status: "PrinterError: Write-Protect Switch in Protect Position - Slot 1"
  377. *Status: "PrinterError: Write-Protect Switch in Protect Position - Slot 2"
  378. *Status: "PrinterError: Defective or Unprogrammed Card Installed - Slot 1"
  379. *Status: "PrinterError: Defective or Unprogrammed Card Installed - Slot 2"
  380. *Status: "PrinterError: Defective Font Card Installed - Slot 1"
  381. *Status: "PrinterError: Defective Font Card Installed - Slot 2"
  382. *Status: "PrinterError: Unsupported Card Installed - Slot 1"
  383. *Status: "PrinterError: Unsupported Card Installed - Slot 2"
  384. *Status: "PrinterError: Printer Busy"
  385. *Status: "PrinterError: Printer Error"
  386. *Status: "PrinterError: Printer Warming Up"
  387. *Status: "PrinterError: Service Error"
  388. *Status: "PrinterError: ioerror"
  389. *Status: "PrinterError: Wrong Paper Size Installed"
  390. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  391. *Source: "serial9"
  392. *Source: "serial25"
  393. *Source: "AppleTalk"
  394. *Source: "Centronics"
  395. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  396. *PrinterError: "Printer Offline"
  397. *PrinterError: "Paper Out or Feed Failure - Tray 1"
  398. *PrinterError: "Paper Out or Feed Failure - Tray 2"
  399. *PrinterError: "Paper Out or Feed Failure - Envelope Feeder"
  400. *PrinterError: "Load Paper Requested"
  401. *PrinterError: "Load Envelope Requested"
  402. *PrinterError: "Invalid Manual Insertion"
  403. *PrinterError: "Wrong Paper Length"
  404. *PrinterError: "Paper Jam"
  405. *PrinterError: "Cover Open/Cartridge Not Installed"
  406. *PrinterError: "Output Bin Full"
  407. *PrinterError: "Default Storage Error"
  408. *PrinterError: "Battery Low - Slot 1"
  409. *PrinterError: "Battery Low - Slot 2"
  410. *PrinterError: "Non-Download Font Card Installed - Slot 1"
  411. *PrinterError: "Non-Download Font Card Installed - Slot 2"
  412. *PrinterError: "Write-Protect Switch in Protect Position - Slot 1"
  413. *PrinterError: "Write-Protect Switch in Protect Position - Slot 2"
  414. *PrinterError: "Defective or Unprogrammed Card Installed - Slot 1"
  415. *PrinterError: "Defective or Unprogrammed Card Installed - Slot 2"
  416. *PrinterError: "Defective Font Card Installed - Slot 1"
  417. *PrinterError: "Defective Font Card Installed - Slot 2"
  418. *PrinterError: "Unsupported Card Installed - Slot 1"
  419. *PrinterError: "Unsupported Card Installed - Slot 2"
  420. *PrinterError: "Printer Busy"
  421. *PrinterError: "Printer Error"
  422. *PrinterError: "Printer Warming Up"
  423. *PrinterError: "Service Error"
  424. *PrinterError: "ioerror"
  425. *PrinterError: "Wrong Paper Size Installed"
  426. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  427. *% === Color Separation Information =====================
  428. *DefaultColorSep: ProcessBlack.60lpi.300dpi/ 60 lpi / 300 dpi
  429. *InkName: ProcessBlack/Process Black
  430. *InkName: CustomColor/Custom Color
  431. *InkName: ProcessCyan/Process Cyan
  432. *InkName: ProcessMagenta/Process Magenta
  433. *InkName: ProcessYellow/Process Yellow
  434. *% For 60 lpi / 300 dpi ===============================
  435. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  436. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  437. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  438. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  439. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  440. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  441. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  442. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  443. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  444. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  445. *% For 53 lpi / 300 dpi ===============================
  446. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  447. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  448. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  449. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  450. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  451. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  452. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  453. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  454. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  455. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  456. *% For 85 lpi / 600 dpi ================================
  457. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  458. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  459. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  460. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  461. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  462. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  463. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  464. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  465. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  466. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  467. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  468. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  469. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  470. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  471. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  472. "
  473. *End
  474. *% For 71 lpi / 600 dpi ===============================
  475. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  476. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  477. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  478. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  479. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  480. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  481. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  482. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  483. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  484. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  485. *% End of PPD file for IBM LaserPrinter 4029