home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / w / wp160_1.zip / WP600XL.PP_ / WP600XL.PP
Text File  |  1992-11-19  |  17KB  |  464 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "WinPrint 600XL PS"
  3. *%
  4. *% Copyright 1992 LaserMaster Corporation
  5. *% All Rights Reserved.
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *%
  10. *%
  11. *% Date: 2 October, 1992
  12. *FormatVersion: "3.0"
  13. *FileVersion: "1.60"
  14. *LanguageVersion: English
  15.  
  16. *Product: "(LM WinPrint 600XL PS)"
  17. *PSVersion: "(47.0) 1"
  18. *NickName: "LM WinPrint 600XL PS"
  19.  
  20.  
  21.  
  22.  
  23.  
  24. *AcceptsTrueType: True
  25. *TrueImageDevice: True
  26.  
  27. *% General Information and Defaults ===============
  28. *ColorDevice: False
  29. *FreeVM: "1048576"
  30. *VariablePaperSize: False
  31. *FileSystem: False
  32. *?FileSystem: "
  33. save statusdict begin
  34.     (False) /diskstatus where{
  35.         pop diskstatus exch pop 0 ne {pop (True)} if
  36.     }if = flush
  37. end restore
  38. "
  39. *End
  40. *Throughput: "8"
  41. *Password: "0"
  42. *ExitServer: "
  43.   count 0 eq {  % is the password on the stack?
  44.     true 
  45.   }{
  46.     dup    % potential password
  47.     statusdict begin checkpassword end not
  48.   } ifelse 
  49.   {  %  if no password or not valid 
  50.     (WARNING : Cannot perform the exitserver command.) = 
  51.     (Password supplied is not valid.) = 
  52.     (Please contact the author of this software.) = flush
  53.     quit
  54.   } if 
  55.   serverdict begin exitserver
  56. "
  57. *End
  58.  
  59. *Reset: "
  60.   count 0 eq {  % is the password on the stack?
  61.     true 
  62.   }{
  63.     dup    % potential password
  64.     statusdict begin checkpassword end not
  65.   } ifelse 
  66.   {  %  if no password or not valid 
  67.     (WARNING : Cannot reset printer.) = 
  68.     (Password supplied is not valid.) = 
  69.     (Please contact the author of this software.) = flush
  70.     quit
  71.   } if 
  72.   serverdict begin exitserver
  73.   systemdict /quit get exec
  74.   (WARNING : Printer Reset Failed.) = flush
  75. "
  76. *End
  77.  
  78. *DefaultResolution: 600dpi
  79. *SetResolution 300dpi: "statusdict begin true proofmode end"
  80. *SetResolution 600dpi: "statusdict begin false proofmode end"
  81.  
  82. *?Resolution: "
  83. save
  84.   initgraphics
  85.   0 0 moveto currentpoint matrix defaultmatrix transform
  86.   0 72 lineto currentpoint matrix defaultmatrix transform
  87.   3 -1 roll sub dup mul
  88.   3 1 roll exch sub dup mul
  89.   add sqrt round cvi
  90.   (          ) cvs print (dpi) = flush
  91. restore
  92. "
  93. *End
  94.  
  95. *% Halftone Information ===============
  96. *ScreenFreq: "70.0"
  97. *ScreenAngle: "45.0"
  98. *DefaultScreenProc: Dot
  99. *ScreenProc Dot: "
  100.     { abs exch abs 2 copy add 1 gt
  101.         { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  102.         { dup mul exch dup mul add 1.0 exch sub }
  103.     ifelse }
  104. "
  105. *End
  106. *ScreenProc Line: "{ pop }"
  107. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  108.  
  109. *DefaultTransfer: Null
  110. *Transfer Null: "{ }"
  111. *Transfer Null.Inverse: "{ 1 exch sub }"
  112.  
  113. *% Paper Handling ===================
  114.  
  115. *% Use these entries to set paper size most of the time, unless there is
  116. *% specific reason to use PageRegion or PaperTray.
  117. *DefaultPageSize: Letter
  118. *PageSize A3: "a3"
  119. *PageSize A4: "a4"
  120. *PageSize A5: "a5"
  121. *PageSize Letter: "letter"
  122. *PageSize Legal: "legal"
  123.  
  124. *PageSize LegalHalf: "legal"
  125.  
  126. *PageSize Statement: "statement"
  127. *PageSize Executive: "executivesize"
  128. *PageSize Tabloid: "11x17"
  129. *PageSize Envelope.297.684/C10 Envelope: "com10envelope"
  130. *PageSize Envelope.312.624/DL Envelope: "dlenvelope"
  131.  
  132. *?PageSize: "
  133. save statusdict begin
  134.  /papersize where{ pop
  135.   12 dict begin
  136.    /a3 (A3) def 
  137.    /a4 (A4) def
  138.    /statement (Statement) def
  139.    /a5 (A5) def
  140.    /letter (Letter) def 
  141.    /legal (Legal) def
  142.    /executivesize (Executive) def
  143.    /11x17 (Tabloid) def
  144.    /com10envelope (Envelope.297.684/C10 Envelope) def
  145.    /dlenvelope (Envelope.312.624/DL Envelope) def
  146.  
  147.    papersize {
  148.      {load exec} stopped not{= flush}if
  149.   }{
  150.      {load exec} stopped not{print (.Transverse) = flush}if
  151.    }ifelse
  152.   end
  153.   }{
  154.   /pagetype where{pop[(Letter)(Legal)]pagetype dup 1 gt{pop 1}if get = flush}if
  155.    }ifelse
  156. end restore
  157. "
  158. *End
  159.  
  160. *% These entries will set up the frame buffer. Usually used with manual feed.
  161. *DefaultPageRegion: Letter
  162. *PageRegion A3: "a3"
  163. *PageRegion A4: "a4"
  164. *PageRegion Letter: "letter"
  165. *PageRegion Legal: "legal"
  166. *PageRegion Executive: "executivesize"
  167. *PageRegion Tabloid: "11x17"
  168. *PageRegion Envelope.297.684/C10 Envelope: "com10envelope"
  169. *PageRegion Envelope.312.624/DL Envelope: "dlenvelope"
  170.  
  171. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  172. *% These errors should be trapped by software and a message displayed
  173. *DefaultPaperTray: None
  174. *PaperTray A3: ""
  175. *PaperTray A4: ""
  176. *PaperTray Letter: ""
  177. *PaperTray Legal: ""
  178. *PagerTray Executive: ""
  179. *PaperTray Tabloid: ""
  180. *PaperTray Envelope.297.684/C10 Envelope: ""
  181. *PaperTray Envelope.312.624/DL Envelope: ""
  182.  
  183. *% The following entries provide information about specific paper keywords.
  184. *DefaultImageableArea: Letter
  185. *ImageableArea A3: "18 20 824 1171 "
  186. *ImageableArea A4: "15 10 580 832 "
  187. *ImageableArea A5: "13 10 416 577"
  188. *ImageableArea Letter: "15 8 597 784 "
  189. *ImageableArea Legal: "15 8 597 1000 "
  190.  
  191. *ImageableArea LegalHalf: "15 8 500 597"
  192.  
  193. *ImageableArea Statement: "15 8 388 597"
  194. *ImageableArea Executive: "18 17 505 740"
  195. *ImageableArea Tabloid: "15 8 777 1216 "
  196. *ImageableArea Envelope.297.684/C10 Envelope: "11 14 287 670"
  197. *ImageableArea Envelope.312.624/DL Envelope: "4 4 308 620"
  198.  
  199. *% These provide the physical dimensions of the paper (by keyword)
  200. *DefaultPaperDimension: Letter
  201. *PaperDimension A3: "842 1191"
  202. *PaperDimension A4: "596 842"
  203. *PaperDimension A5: "421 595"
  204. *PaperDimension Letter: "612 792"
  205. *PaperDimension Legal: "612 1008"
  206.  
  207. *PaperDimension LegalHalf: "504 612"
  208.  
  209. *PaperDimension Statement: "396 612"
  210. *PaperDimension Executive: "522 756"
  211. *PaperDimension Tabloid: "792 1224"
  212. *PaperDimension Envelope.297.684/C10 Envelope: "297 684"
  213. *PaperDimension Envelope.312.624/DL Envelope: "312 624"
  214.  
  215. *DefaultOutputBin: OnlyOne
  216. *DefaultInputSlot: AutoSelect
  217. *InputSlot Upper: "statusdict begin 1 setpapertray end"
  218. *InputSlot Lower: "statusdict begin 2 setpapertray end"
  219. *InputSlot EnvelopeManual: "statusdict begin 3 setpapertray end"
  220. *InputSlot AutoSelect: "statusdict begin -2 setpapertray end"
  221. *DefaultManualFeed: False
  222. *?ManualFeed: "
  223. save
  224.   statusdict /manualfeed get
  225.  {(True)}{(False)}ifelse = flush
  226. restore 
  227. "
  228. *End
  229. *ManualFeed True: "statusdict begin /manualfeed true store end"
  230. *ManualFeed False: "statusdict begin /manualfeed false store end"
  231.  
  232. *DefaultOutputOrder: Normal
  233.  
  234. *DefaultCollator: None
  235. *DefaultSorter: None
  236. *DefaultDuplex: None
  237.  
  238. *% Font Information =====================
  239.  
  240. *DefaultFont: Courier
  241. *Font AvantGarde-Book: Standard "(001.003)"
  242. *Font AvantGarde-BookOblique: Standard "(001.003)"
  243. *Font AvantGarde-Demi: Standard "(001.003)"
  244. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  245. *Font Bookman-Demi: Standard "(001.003)"
  246. *Font Bookman-DemiItalic: Standard "(001.003)"
  247. *Font Bookman-Light: Standard "(001.003)"
  248. *Font Bookman-LightItalic: Standard "(001.003)"
  249. *Font Courier-BoldOblique: Standard "(001.003)"
  250. *Font Courier: Standard "(001.003)"
  251. *Font Courier-Bold: Standard "(001.003)"
  252. *Font Courier-Oblique: Standard "(001.003)"
  253. *Font Helvetica-BoldOblique: Standard "(001.003)"
  254. *Font Helvetica: Standard "(001.003)"
  255. *Font Helvetica-Bold: Standard "(001.003)"
  256. *Font Helvetica-Narrow: Standard "(001.003)"
  257. *Font Helvetica-Oblique: Standard "(001.003)"
  258. *Font Helvetica-Narrow-Bold: Standard "(001.003)"
  259. *Font Helvetica-Narrow-Oblique: Standard "(001.003)"
  260. *Font Helvetica-Narrow-BoldOblique: Standard "(001.003)"
  261. *Font NewCenturySchlbk-Bold: Standard "(001.003)"
  262. *Font NewCenturySchlbk-BoldItalic: Standard "(001.003)"
  263. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  264. *Font NewCenturySchlbk-Roman: Standard "(001.003)"
  265. *Font Palatino-Bold: Standard "(001.003)"
  266. *Font Palatino-Italic: Standard "(001.003)"
  267. *Font Palatino-Roman: Standard "(001.003)"
  268. *Font Palatino-BoldItalic: Standard "(001.003)"
  269. *Font Symbol: Special "(001.003)"
  270. *Font Times-BoldItalic: Standard "(001.003)"
  271. *Font Times-Bold: Standard "(001.003)"
  272. *Font Times-Italic: Standard "(001.003)"
  273. *Font Times-Roman: Standard "(001.003)"
  274. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  275. *Font ZapfDingbats: Standard "(001.003)"
  276. *?FontQuery: "
  277. save  4 dict begin /sv exch def
  278. /str (fonts/                              ) def
  279. /st2 128 string def
  280. {
  281.   count 0 gt {
  282.     dup st2 cvs (/) print print (:) print
  283.     dup FontDirectory exch known {pop (Yes)}{
  284.      str exch st2 cvs dup length /len exch def
  285.      6 exch putinterval str 0 len 6 add getinterval mark exch
  286.      { } st2 filenameforall counttomark 0 gt {
  287.       cleartomark (Yes)}{cleartomark (No)}ifelse
  288.     }ifelse = flush
  289.   }{ exit } ifelse
  290. } bind loop 
  291. (*) = flush
  292. sv end restore
  293. "
  294. *End
  295.  
  296. *?FontList: "
  297. save  2 dict begin /sv exch def
  298. /str 128 string def
  299. FontDirectory { pop == } bind forall flush 
  300. /filenameforall where { 
  301.  pop save (fonts/*) { 
  302.   dup length 6 sub 6 exch getinterval cvn ==  
  303.  } bind str filenameforall flush restore
  304. } if 
  305. (*) = flush
  306. sv end restore
  307. "
  308. *End
  309.  
  310. *% Printer Messages (verbatim from printer):
  311. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  312. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  313. *Message: "\FontName\ not found, using Courier"
  314.  
  315. *% Status (format: %%[ status: <one of these> ]%% )
  316. *Status: "idle"
  317. *Status: "busy"
  318. *Status: "waiting"
  319. *Status: "printing"
  320. *Status: "warming up"
  321. *Status: "PrinterError: timeout, clearing printer"
  322. *Status: "PrinterError: warming up"
  323. *Status: "PrinterError: service call"
  324. *Status: "PrinterError: paper entry misfeed"
  325. *Status: "PrinterError: no toner cartridge"
  326. *Status: "PrinterError: paper entry misfeed"
  327.  
  328. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  329. *Source: "parallel"
  330.  
  331. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  332. *PrinterError: "timeout, clearing printer"
  333. *PrinterError: "warming up"
  334. *PrinterError: "service call"
  335. *PrinterError: "paper entry misfeed"
  336. *PrinterError: "no toner cartridge"
  337. *PrinterError: "paper entry misfeed"
  338.  
  339. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  340.  
  341. *% Color Separation Information =====================
  342.  
  343. *DefaultColorSep: ProcessBlack.70lpi.600dpi/70 lpi / 600 dpi
  344.  
  345. *InkName: ProcessBlack/Process Black
  346. *InkName: CustomColor/Custom Color
  347. *InkName: ProcessCyan/Process Cyan
  348. *InkName: ProcessMagenta/Process Magenta
  349. *InkName: ProcessYellow/Process Yellow
  350.  
  351. *% For 60 lpi / 300 dpi =====================================================
  352.  
  353. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  354. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  355. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  356. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  357. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  358.  
  359. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  360. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  361. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  362. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  363. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  364.  
  365. *% For 53 lpi / 300 dpi =====================================================
  366.  
  367. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  368. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  369. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  370. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  371. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  372.  
  373. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  374. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  375. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  376. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  377. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  378.  
  379. *% For 70 lpi / 600 dpi =====================================================
  380.  
  381. *ColorSepScreenAngle ProcessBlack.70lpi.600dpi/70 lpi / 600 dpi: "45"
  382. *ColorSepScreenAngle CustomColor.70lpi.600dpi/70 lpi / 600 dpi: "45"
  383. *ColorSepScreenAngle ProcessCyan.70lpi.600dpi/70 lpi / 600 dpi: "13"
  384. *ColorSepScreenAngle ProcessMagenta.70lpi.600dpi/70 lpi / 600 dpi: "77"
  385. *ColorSepScreenAngle ProcessYellow.70lpi.600dpi/70 lpi / 600 dpi: "1"
  386.  
  387. *ColorSepScreenFreq ProcessBlack.70lpi.600dpi/70 lpi / 600 dpi: "70"
  388. *ColorSepScreenFreq CustomColor.70lpi.600dpi/70 lpi / 600 dpi: "70"
  389. *ColorSepScreenFreq ProcessCyan.70lpi.600dpi/70 lpi / 600 dpi: "70"
  390. *ColorSepScreenFreq ProcessMagenta.70lpi.600dpi/70 lpi / 600 dpi: "70"
  391. *ColorSepScreenFreq ProcessYellow.70lpi.600dpi/70 lpi / 600 dpi: "70"
  392.  
  393. *% For 60 lpi / 600 dpi =====================================================
  394.  
  395. *ColorSepScreenAngle ProcessBlack.60lpi.600dpi/60 lpi / 600 dpi: "45"
  396. *ColorSepScreenAngle CustomColor.60lpi.600dpi/60 lpi / 600 dpi: "45"
  397. *ColorSepScreenAngle ProcessCyan.60lpi.600dpi/60 lpi / 600 dpi: "13"
  398. *ColorSepScreenAngle ProcessMagenta.60lpi.600dpi/60 lpi / 600 dpi: "77"
  399. *ColorSepScreenAngle ProcessYellow.60lpi.600dpi/60 lpi / 600 dpi: "0"
  400.  
  401. *ColorSepScreenFreq ProcessBlack.60lpi.600dpi/60 lpi / 600 dpi: "60"
  402. *ColorSepScreenFreq CustomColor.60lpi.600dpi/60 lpi / 600 dpi: "60"
  403. *ColorSepScreenFreq ProcessCyan.60lpi.600dpi/60 lpi / 600 dpi: "65"
  404. *ColorSepScreenFreq ProcessMagenta.60lpi.600dpi/60 lpi / 600 dpi: "65"
  405. *ColorSepScreenFreq ProcessYellow.60lpi.600dpi/60 lpi / 600 dpi: "60"
  406.  
  407. *% For 141 lpi / 600 dpi =====================================================
  408.  
  409. *ColorSepScreenAngle ProcessBlack.141lpi.600dpi/141 lpi / 600 dpi: "45"
  410. *ColorSepScreenAngle CustomColor.141lpi.600dpi/141 lpi / 600 dpi: "45"
  411. *ColorSepScreenAngle ProcessCyan.141lpi.600dpi/141 lpi / 600 dpi: "14"
  412. *ColorSepScreenAngle ProcessMagenta.141lpi.600dpi/141 lpi / 600 dpi: "77"
  413. *ColorSepScreenAngle ProcessYellow.141lpi.600dpi/141 lpi / 600 dpi: "0"
  414.  
  415. *ColorSepScreenFreq ProcessBlack.141lpi.600dpi/141 lpi / 600 dpi: "141"
  416. *ColorSepScreenFreq CustomColor.141lpi.600dpi/141 lpi / 600 dpi: "141"
  417. *ColorSepScreenFreq ProcessCyan.141lpi.600dpi/141 lpi / 600 dpi: "141"
  418. *ColorSepScreenFreq ProcessMagenta.141lpi.600dpi/141 lpi / 600 dpi: "141"
  419. *ColorSepScreenFreq ProcessYellow.141lpi.600dpi/141 lpi / 600 dpi: "141"
  420.  
  421. *% For 100 lpi / 600 dpi =====================================================
  422.  
  423. *ColorSepScreenAngle ProcessBlack.100lpi.600dpi/100 lpi / 600 dpi: "45"
  424. *ColorSepScreenAngle CustomColor.100lpi.600dpi/100 lpi / 600 dpi: "45"
  425. *ColorSepScreenAngle ProcessCyan.100lpi.600dpi/100 lpi / 600 dpi: "60"
  426. *ColorSepScreenAngle ProcessMagenta.100lpi.600dpi/100 lpi / 600 dpi: "75"
  427. *ColorSepScreenAngle ProcessYellow.100lpi.600dpi/100 lpi / 600 dpi: "0"
  428.  
  429. *ColorSepScreenFreq ProcessBlack.100lpi.600dpi/100 lpi / 600 dpi: "100"
  430. *ColorSepScreenFreq CustomColor.100lpi.600dpi/100 lpi / 600 dpi: "100"
  431. *ColorSepScreenFreq ProcessCyan.100lpi.600dpi/100 lpi / 600 dpi: "100"
  432. *ColorSepScreenFreq ProcessMagenta.100lpi.600dpi/100 lpi / 600 dpi: "100"
  433. *ColorSepScreenFreq ProcessYellow.100lpi.600dpi/100 lpi / 600 dpi: "100"
  434.  
  435. *% For 85 lpi / 600 dpi =====================================================
  436.  
  437. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45"
  438. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45"
  439. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "15"
  440. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "75"
  441. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0"
  442.  
  443. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "85"
  444. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "85"
  445. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "83"
  446. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "83"
  447. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "85"
  448.  
  449. *% For 75 lpi / 600 dpi =====================================================
  450.  
  451. *ColorSepScreenAngle ProcessBlack.75lpi.600dpi/75 lpi / 600 dpi: "45"
  452. *ColorSepScreenAngle CustomColor.75lpi.600dpi/75 lpi / 600 dpi: "45"
  453. *ColorSepScreenAngle ProcessCyan.75lpi.600dpi/75 lpi / 600 dpi: "15"
  454. *ColorSepScreenAngle ProcessMagenta.75lpi.600dpi/75 lpi / 600 dpi: "75"
  455. *ColorSepScreenAngle ProcessYellow.75lpi.600dpi/75 lpi / 600 dpi: "0"
  456.  
  457. *ColorSepScreenFreq ProcessBlack.75lpi.600dpi/75 lpi / 600 dpi: "75"
  458. *ColorSepScreenFreq CustomColor.75lpi.600dpi/75 lpi / 600 dpi: "75"
  459. *ColorSepScreenFreq ProcessCyan.75lpi.600dpi/75 lpi / 600 dpi: "77"
  460. *ColorSepScreenFreq ProcessMagenta.75lpi.600dpi/75 lpi / 600 dpi: "75"
  461. *ColorSepScreenFreq ProcessYellow.75lpi.600dpi/75 lpi / 600 dpi: "75"
  462.  
  463. *% end of PPD file for WinPrint 600XL */
  464.