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.

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