home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 December / Chip_2000-12_cd1.bin / tema / starof / f_0130 / APLWLOT1.PS < prev    next >
PostScript Printer Description  |  2000-05-04  |  19KB  |  564 lines

  1. *PPD-Adobe: "4.2"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1995 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. *%LocalVersion: "J1-1.1L4"
  10. *FormatVersion: "4.2"
  11. *FileVersion: "1.0"
  12. *LanguageEncoding: ISOLatin1
  13. *LanguageVersion: English
  14. *PCFileName: "APLWLOT1.PPD"
  15. *Product: "(Color LaserWriter 12/600 PS-J)"
  16. *PSVersion: "(2014.108) 2"
  17. *ModelName: "LaserWriter Color 12/600 PS-J"
  18. *ShortNickName: "Apple Color LaserWriter 12/600J"
  19. *NickName: "Apple Color LaserWriter 12/600 PS-J v2014.108"
  20.  
  21. *% === Options and Constraints =========
  22. *OpenGroup: InstallableOptions/Options Installed
  23. *OpenUI *InstalledMemory/Memory Configuration: PickOne
  24. *DefaultInstalledMemory: 16Meg
  25. *InstalledMemory 16Meg/16 MB Upgrade: ""
  26. *InstalledMemory 24Meg/24 MB Upgrade: ""
  27. *InstalledMemory 25Meg/25 MB Upgrade: ""
  28. *InstalledMemory 28Meg/28 MB Upgrade: ""
  29. *InstalledMemory 40Meg/40 MB Upgrade: ""
  30. *?InstalledMemory: "
  31.    save
  32.    currentsystemparams /RamSize get
  33.    6 string dup 4 string 4 -1 roll 1048576 div cvi dup 9 gt {exch cvs 0 exch
  34.    putinterval dup 2}{exch cvs 0 exch putinterval dup 1}ifelse
  35.    (Meg) putinterval
  36.    = flush
  37.    restore
  38. "
  39. *End
  40. *CloseUI: *InstalledMemory
  41.  
  42. *OpenUI *Option1/ Cassette (Optional): PickOne
  43. *DefaultOption1: False
  44. *Option1 True/Installed: ""
  45. *Option1 False/Not Intalled: ""
  46. *Option1 Preferred/Installed and Preferred: "
  47.    1 dict dup /InputAttributes 1 dict dup /Priority [2 0 1] put put setpagedevice"
  48. *End
  49. *?Option1: "
  50.     save
  51.     (False)
  52.     currentpagedevice /InputAttributes get
  53.     dup 2 known { 2 get null ne {pop (True)}if }{pop}ifelse
  54.     = flush
  55.     restore
  56. "
  57. *End
  58. *CloseUI: *Option1
  59.  
  60. *CloseGroup: InstallableOptions
  61.  
  62. *UIConstraints: *Option1 False *InputSlot OptionalCassette
  63.  
  64. *% ==== Device Capabilities ===============
  65. *LanguageLevel: "2"
  66. *Protocols: TBCP
  67. *TTRasterizer: Type42
  68.  
  69. *FreeVM: "3911344"
  70. *VMOption 16Meg: "3911344"
  71. *VMOption 24Meg: "5402684"
  72. *VMOption 25Meg: "7401136"
  73. *VMOption 28Meg: "5795504"
  74. *VMOption 40Meg: "13717168"
  75. *ColorDevice: True
  76. *DefaultColorSpace: CMYK
  77. *VariablePaperSize: False
  78. *FileSystem: True
  79. *?FileSystem: "
  80.   save false
  81.    (%disk?%) 
  82.    { currentdevparams dup /Writeable known
  83.       { /Writeable get {pop true} if }  { pop } ifelse 
  84.     } 10 string /IODevice resourceforall
  85.     {(True)}{(False)} ifelse = flush
  86.  restore"
  87. *End
  88.  
  89. *Throughput: "12"
  90. *Password: "()" 
  91. *ExitServer: "
  92.  count 0 eq
  93.  { false } { true exch startjob } ifelse
  94.  not { 
  95.      (WARNING: Cannot modify initial VM.) =
  96.      (Missing or invalid password.) =
  97.      (Please contact the author of this software.) = flush quit
  98.      } if
  99. "
  100. *End
  101. *Reset: "
  102.  count 0 eq
  103.  { false } { true exch startjob } ifelse
  104.  not { 
  105.     (WARNING: Cannot reset printer.) =
  106.     (Missing or invalid password.) =
  107.     (Please contact the author of this software.) = flush quit
  108.     } if
  109.  systemdict /quit get exec
  110.  (WARNING : Printer Reset Failed.) = flush
  111. "
  112. *End
  113.  
  114. *Resolution 600dpi: ""
  115. *DefaultResolution: 600dpi
  116. *?Resolution: "
  117.   save
  118.     currentpagedevice /HWResolution get
  119.     0 get
  120.     (          ) cvs print
  121.     (dpi)
  122.     = flush
  123.   restore
  124. "
  125. *End
  126.  
  127. *OpenUI *TraySwitch/Tray Switch:  Boolean
  128. *OrderDependency: 50 AnySetup *TraySwitch
  129. *DefaultTraySwitch: False
  130. *TraySwitch True/On: "1 dict dup /TraySwitch true put setpagedevice"
  131. *TraySwitch False/Off: "1 dict dup /TraySwitch false put setpagedevice"
  132. *?TraySwitch: "
  133. save
  134.   currentpagedevice /TraySwitch get
  135.   {(True)}{(False)}ifelse = flush
  136. restore
  137. "
  138. *End
  139. *CloseUI: *TraySwitch
  140.  
  141. *OpenUI *MediaType/Paper Type: PickOne
  142. *OrderDependency: 50 AnySetup *MediaType
  143. *DefaultMediaType: Plain
  144. *MediaType Plain/Plain: "
  145.     2 dict
  146.         dup /MediaType (Plain) put
  147.         dup /InputAttributes mark
  148.             currentpagedevice /InputAttributes get
  149.             {
  150.                 dup type /dicttype eq {
  151.                     dup length 1 add dict begin {def} forall
  152.                     /MediaType (Plain) def
  153.                     currentdict end
  154.                 } if
  155.             } forall
  156.             counttomark 2 idiv dup dict begin {def} repeat
  157.             pop currentdict end
  158.         put
  159.     setpagedevice
  160. "
  161. *End
  162. *MediaType Transparency/Transparency: "
  163.     2 dict
  164.         dup /MediaType (Transparency) put
  165.         dup /InputAttributes mark
  166.             currentpagedevice /InputAttributes get
  167.             {
  168.                 dup type /dicttype eq {
  169.                     dup length 1 add dict begin {def} forall
  170.                     /MediaType (Transparency) def
  171.                     currentdict end
  172.                 } if
  173.             } forall
  174.             counttomark 2 idiv dup dict begin {def} repeat
  175.             pop currentdict end
  176.         put
  177.     setpagedevice
  178. *End
  179. *?MediaType: "
  180.   save
  181.       currentpagedevice /MediaType get dup null eq
  182.     { pop (Plain) }
  183.     {
  184.         (Transparency) ne {
  185.             (Plain)
  186.         }{
  187.             (Transparency)
  188.         } ifelse
  189.     }ifelse
  190.     = flush
  191.   restore
  192. "
  193. *End
  194. *CloseUI: *MediaType
  195.  
  196. *OpenUI *OutputMode/Print Quality Mode: PickOne
  197. *OrderDependency: 50 AnySetup *OutputMode
  198. *DefaultOutputMode: Normal
  199. *OutputMode Normal/ Normal (Fastest Print Speed): "
  200.    1 dict dup /PostRenderingEnhanceDetails 
  201.       2 dict dup /Type 19 put dup /OutputMode /Normal put put
  202.    setpagedevice "
  203. *End
  204. *OutputMode Best/ Best (Slower Print Speed): "
  205.    1 dict dup /PostRenderingEnhanceDetails 
  206.       2 dict dup /Type 19 put dup /OutputMode /Best put put
  207.    setpagedevice "
  208. *End
  209. *?OutputMode: "
  210.    save
  211.    currentpagedevice /PostRenderingEnhanceDetails get 
  212.    /OutputMode get = flush
  213.    restore "
  214. *End
  215. *CloseUI: *OutputMode
  216.  
  217. *SuggestedJobTimeout: "0"
  218. *SuggestedWaitTimeout: "300"
  219. *PrintPSErrors: False
  220.  
  221. *% Halftone Information ===============
  222. *ScreenFreq: "200.0"
  223. *ScreenAngle: "0.0"
  224. *DefaultScreenProc: Dot
  225. *ScreenProc Dot: "
  226. {abs   exch   abs   2 copy   add   1 gt   {1 sub   dup   mul   exch  
  227. 1 sub   dup   mul   add   1 sub  } {dup   mul   exch   dup   mul  
  228. add   1 exch   sub  } ifelse  }
  229. "
  230. *End
  231. *ScreenProc Line: "{ pop }"
  232. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  233.  
  234. *DefaultTransfer: Null
  235. *Transfer Null: "{ }"
  236. *Transfer Null.Inverse: "{ 1 exch sub }"
  237.  
  238. *% Paper Handling ===================
  239.  
  240. *% Code in this section both selects a tray and sets up a frame buffer.
  241. *OpenUI *PageSize: PickOne
  242. *OrderDependency: 30 AnySetup *PageSize
  243. *DefaultPageSize: Letter
  244. *PageSize Letter/US Letter: "
  245.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  246. *End
  247. *PageSize Legal/US Legal: "
  248.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  249. *End
  250. *PageSize A4: "
  251.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  252. *End
  253. *PageSize B5: "
  254.     2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
  255. *End
  256. *PageSize LetterSmall/US Letter Small: "
  257.     2 dict dup /PageSize [612 792] put dup /ImagingBBox [25 25 587 767] put setpagedevice"
  258. *End
  259. *PageSize A4Small/A4 Small: "
  260.     2 dict dup /PageSize [595 842] put dup /ImagingBBox [25 25 570 817] put setpagedevice"
  261. *End
  262. *PageSize LegalSmall/US Legal Small:  "
  263.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox [25 25 587 983] put setpagedevice"
  264. *End
  265.  
  266. *?PageSize: "
  267.   save
  268.    currentpagedevice /PageSize get aload pop
  269.    2 copy gt {exch} if 
  270.    (Unknown) 
  271.   4 dict
  272.    dup [612 792] (Letter) put
  273.    dup [612 1008] (Legal) put
  274.    dup [595 842] (A4) put
  275.    dup [516 729] (B5) put
  276.  { exch aload pop 4 index sub abs 5 le exch 
  277.    5 index sub abs 5 le and 
  278.       {exch pop exit} {pop} ifelse
  279.    } bind forall
  280.    = flush pop pop
  281.    restore
  282. "
  283. *End
  284. *CloseUI: *PageSize
  285.  
  286. *OpenUI *PageRegion:  PickOne
  287. *OrderDependency: 40 AnySetup *PageRegion
  288. *DefaultPageRegion: Letter
  289. *PageRegion Letter/US Letter: "
  290.    3 dict dup /PageSize [612 792] put dup /ImagingBBox null put
  291.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [612 792] put put put setpagedevice "
  292. *End
  293. *PageRegion Legal/US Legal: "
  294.    3 dict dup /PageSize [612 1008] put dup /ImagingBBox null put
  295.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [612 1008] put put put setpagedevice "
  296. *End
  297. *PageRegion A4: "
  298.    3 dict dup /PageSize [595 842] put dup /ImagingBBox null put
  299.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [595 842] put put put setpagedevice "
  300. *End
  301. *PageRegion B5: "
  302.    3 dict dup /PageSize [516 729] put dup /ImagingBBox null put
  303.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [516 729] put put put setpagedevice "
  304. *End
  305. *PageRegion LetterSmall/US Letter Small: "
  306.    3 dict dup /PageSize [612 792] put dup /ImagingBBox [25 25 587 767] put
  307.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [612 792] put put put setpagedevice "
  308. *End
  309. *PageRegion A4Small/A4 Small: " 
  310.    3 dict dup /PageSize [595 842] put dup /ImagingBBox [25 25 570 817] put
  311.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [595 842] put put put setpagedevice "
  312. *End
  313. *PageRegion LegalSmall/US Legal Small: "
  314.    3 dict dup /PageSize [612 1008] put dup /ImagingBBox [25 25 587 983] put
  315.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [612 1008] put put put setpagedevice "
  316. *End
  317. *CloseUI: *PageRegion
  318.  
  319. *% The following entries provide information about specific paper keywords.
  320. *DefaultImageableArea: Letter
  321. *ImageableArea Letter/ US Letter: "14.16 14.1601 597.84 769.32 "
  322. *ImageableArea Legal/US Legal: "14.16 14.1601 597.84 985.32 "
  323. *ImageableArea A4: "14.1601 14.2401 582.48 819.32 "
  324. *ImageableArea B5: "14.16 14.7 501.84 706.38 "
  325. *ImageableArea LetterSmall/US Letter Small: "31 31 583 761 "
  326. *ImageableArea A4Small/A4 Small: "29 31 567 812 "
  327. *ImageableArea LegalSmall/US Legal Small: "64 54 548 954 "
  328. *?ImageableArea: "
  329.  save
  330.    /cvp { (                ) cvs print ( ) print } bind def
  331.    /upperright {10000 mul floor 10000 div} bind def
  332.    /lowerleft {10000 mul ceiling 10000 div} bind def
  333.    newpath clippath pathbbox
  334.    4 -2 roll exch 2 {lowerleft cvp} repeat
  335.    exch 2 {upperright cvp} repeat flush
  336.  restore
  337. "
  338. *End
  339.  
  340. *% These provide the physical dimensions of the paper (by keyword)
  341. *DefaultPaperDimension: Letter
  342. *PaperDimension Letter/US Letter: "612 792"
  343. *PaperDimension Legal/US Legal: "612 1008"
  344. *PaperDimension A4: "595 842"
  345. *PaperDimension B5: "516 729"
  346. *PaperDimension LetterSmall/US Letter Small: "612 792"
  347. *PaperDimension A4Small/A4 Small: "595 842"
  348. *PaperDimension LegalSmall/US Legal Small: "612 1008"
  349.  
  350. *RequiresPageRegion Multipurpose: True
  351.  
  352. *OpenUI *InputSlot: PickOne
  353. *OrderDependency: 20 AnySetup *InputSlot
  354. *DefaultInputSlot: StandardCassette
  355. *InputSlot StandardCassette/ Cassette (Standard): "
  356.   currentpagedevice /InputAttributes get 0 get 
  357.   dup null eq 
  358.   { pop } 
  359.   { dup length 1 add dict copy 
  360.     dup /InputAttributes
  361.     1 dict dup /Priority [0 1 2] put
  362.     put setpagedevice
  363.   } ifelse"
  364. *End
  365. *InputSlot Multipurpose/ Multipurpose Tray: "
  366.   currentpagedevice /InputAttributes get 1 get 
  367.   dup null eq 
  368.   { pop } 
  369.   { dup length 1 add dict copy 
  370.     dup /InputAttributes
  371.     1 dict dup /Priority [1 0 2] put
  372.     put setpagedevice
  373.   } ifelse"
  374. *End
  375. *InputSlot OptionalCassette/ Cassette (Optional): "
  376.   currentpagedevice /InputAttributes get 2 get 
  377.   dup null eq 
  378.   { pop } 
  379.   { dup length 1 add dict copy 
  380.     dup /InputAttributes
  381.     1 dict dup /Priority [2 0 1] put
  382.     put setpagedevice
  383.   } ifelse"
  384. *End
  385. *?InputSlot: "
  386. save
  387.   3 dict
  388.   dup /0 (StandardCassette) put
  389.   dup /1 (Multipurpose) put
  390.   dup /2 (OptionalCassette) put
  391.   currentpagedevice /InputAttributes get
  392.   dup /Priority known
  393.   { /Priority get 0 get (      ) cvs cvn get }
  394.   {
  395.     dup length 1 eq
  396.     { {pop} forall (       ) cvs cvn get }
  397.     { pop pop (Unknown) } ifelse
  398.   } ifelse
  399.   = flush
  400. restore
  401. "
  402. *End
  403. *CloseUI: *InputSlot
  404.  
  405. *DefaultOutputBin: OnlyOne
  406. *DefaultOutputOrder: Normal
  407.  
  408. *OpenUI *ManualFeed/Manual Feed:  Boolean
  409. *OrderDependency: 20 AnySetup *ManualFeed
  410. *DefaultManualFeed: False
  411. *ManualFeed True: "1 dict dup /ManualFeed true put setpagedevice"
  412. *ManualFeed False: "1 dict dup /ManualFeed false put setpagedevice"
  413. *?ManualFeed: "
  414.   save
  415.     currentpagedevice /ManualFeed get
  416.     {(True)}{(False)}ifelse = flush
  417.   restore
  418. "
  419. *End
  420. *CloseUI: *ManualFeed
  421.  
  422. *% Font Information =====================
  423. *DefaultFont: Courier
  424. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  425. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  426. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  427. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  428. *Font Bookman-Demi: Standard "(001.004S)" Standard ROM
  429. *Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
  430. *Font Bookman-Light: Standard "(001.004S)" Standard ROM
  431. *Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
  432. *Font Courier: Standard "(002.004S)" Standard ROM
  433. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  434. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  435. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  436. *Font Helvetica: Standard "(001.006S)" Standard ROM
  437. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  438. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  439. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  440. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  441. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  442. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  443. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  444. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  445. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  446. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  447. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  448. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  449. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  450. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  451. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  452. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  453. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  454. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  455. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  456. *Font Symbol: Standard "(001.007S)" Standard ROM
  457. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  458. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  459. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  460. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  461. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  462. *Font ZapfDingbats: Standard "(001.004S)" Standard ROM
  463.  
  464. *?FontQuery: "
  465.  save
  466.    { count 1 gt
  467.       { exch dup 127 string cvs (/) print print (:) print
  468.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  469.       } { exit } ifelse 
  470.    } bind loop
  471.    (*) = flush
  472.  restore
  473. "
  474. *End
  475.  
  476. *?FontList: "
  477. save
  478.   (*) {(/)print print (\n)print}bind 128 string /Font resourceforall
  479.   (*) = flush
  480. restore
  481. "
  482. *End
  483.  
  484. *% Printer Messages (verbatim from printer):
  485. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  486. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  487. *Message: "\FontName\ not found, using Courier"
  488.  
  489. *% Status (format: %%[ status: <one of these> ] %%)
  490. *Status: "initializing"
  491. *Status: "idle"
  492. *Status: "busy"
  493. *Status: "waiting"
  494. *Status: "PrinterError: cover open"
  495. *Status: "PrinterError: door open"
  496. *Status: "PrinterError: warming up"
  497. *Status: "PrinterError: toner cartridge missing or incorrect"
  498. *Status: "PrinterError: paper jam"
  499. *Status: "PrinterError: Cassette (Standard): no paper tray"
  500. *Status: "PrinterError: Cassette (Standard): out of paper"
  501. *Status: "PrinterError: Cassette (Optional): no paper tray"
  502. *Status: "PrinterError: Cassette (Optional): out of paper"
  503. *Status: "PrinterError: Multipurpose Tray: out of paper"
  504. *Status: "PrinterError: waiting for manual feed"
  505. *Status: "PrinterError: fixing temperature malfunction"
  506. *Status: "PrinterError: scanner motor malfunction"
  507. *Status: "PrinterError: incorrect paper size setting"
  508.  
  509. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  510. *Source: "EtherTalk"
  511. *Source: "PrintServer"
  512. *Source: "LocalTalk"
  513. *Source: "Parallel"
  514.  
  515. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  516. *PrinterError: "cover open"
  517. *PrinterError: "door open"
  518. *PrinterError: "warming up"
  519. *PrinterError: "toner cartridge missing or incorrect"
  520. *PrinterError: "paper jam"
  521. *PrinterError: "Cassette (Standard): no paper tray"
  522. *PrinterError: "Cassette (Standard): out of paper"
  523. *PrinterError: "Cassette (Optional): no paper tray"
  524. *PrinterError: "Cassette (Optional): out of paper"
  525. *PrinterError: "Multipurpose Tray: out of paper"
  526. *PrinterError: "waiting for manual feed"
  527. *PrinterError: "fixing temperature malfunction"
  528. *PrinterError: "scanner motor malfunction"
  529. *PrinterError: "incorrect paper size setting"
  530.  
  531. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  532.  
  533. *% Color Separation Information =====================
  534.  
  535. *DefaultColorSep: ProcessBlack.200lpi.600dpi/200 lpi / 600 dpi
  536.  
  537. *InkName: ProcessBlack/Process Black
  538. *InkName: CustomColor/Custom Color
  539. *InkName: ProcessCyan/Process Cyan
  540. *InkName: ProcessMagenta/Process Magenta
  541. *InkName: ProcessYellow/Process Yellow
  542.  
  543. *%  For 200 lpi / 600 dpi  =====================
  544.  
  545. *ColorSepScreenAngle ProcessBlack.200lpi.600dpi/200 lpi / 600 dpi: "0"
  546. *ColorSepScreenAngle CustomColor.200lpi.600dpi/200 lpi / 600 dpi: "0"
  547. *ColorSepScreenAngle ProcessCyan.200lpi.600dpi/200 lpi / 600 dpi: "0"
  548. *ColorSepScreenAngle ProcessMagenta.200lpi.600dpi/200 lpi / 600 dpi: "0"
  549. *ColorSepScreenAngle ProcessYellow.200lpi.600dpi/200 lpi / 600 dpi: "0"
  550.  
  551. *ColorSepScreenFreq ProcessBlack.200lpi.600dpi/200 lpi / 600 dpi: "200"
  552. *ColorSepScreenFreq CustomColor.200lpi.600dpi/200 lpi / 600 dpi: "200"
  553. *ColorSepScreenFreq ProcessCyan.200lpi.600dpi/200 lpi / 600 dpi: "200"
  554. *ColorSepScreenFreq ProcessMagenta.200lpi.600dpi/200 lpi / 600 dpi: "200"
  555. *ColorSepScreenFreq ProcessYellow.200lpi.600dpi/200 lpi / 600 dpi: "200"
  556.  
  557. *% Produced by "bldppd42.ps" version 4.0 edit 11
  558. *% Last Edit Date: Dec 5 1995
  559. *% Edited by jbonacci@adobe.com: Dec 5, 1995
  560. *% The byte count of this file should be exactly 017975 or 018538
  561. *% depending on the filesystem it resides in.
  562. *% end of PPD file for Apple Color LaserWriter 12/600 PS-J
  563.