home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextLibrary / PrinterTypes / English.lproj / NEC_Silentwriter_80PS2.ppd < prev    next >
PostScript Printer Description  |  1995-02-06  |  16KB  |  469 lines

  1. *PPD-Adobe: "4.1"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1993 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.1"
  10. *FileVersion: "1.1"
  11. *LanguageVersion: English
  12. *PCFileName: "NCN4SF21.PPD"
  13. *Product: "(PC-PR3000PS/4)"
  14. *PSVersion: "(2011.110) 2"
  15. *ModelName: "NEC Silentwriter 80PS2"
  16. *ShortNickName: "NEC Silentwriter 80PS2"
  17. *NickName: "NEC Silentwriter 80PS2 v2011.110"
  18.  
  19. *% === Options and Constraints =========
  20. *OpenGroup: InstallableOptions/Options Installed
  21. *OpenUI *Option1/Memory Configuration: PickOne
  22. *DefaultOption1: None
  23. *Option1 None/Standard 10 MB RAM: ""
  24. *Option1 14Meg/14 MB Upgrade: ""
  25. *CloseUI: *Option1
  26. *CloseGroup: InstallableOptions
  27.  
  28. *% ==== Device Capabilities ===============
  29. *LanguageLevel: "2"
  30. *Protocols: BCP
  31.  
  32. *FreeVM: "5266816"
  33. *VMOption None/Standard 10MB RAM: "5266816"
  34. *VMOption 14Meg/14 Meg Upgrade: "8868200"
  35.  
  36. *ColorDevice: False
  37. *DefaultColorSpace: Gray
  38. *VariablePaperSize: False
  39. *FileSystem: True
  40. *?FileSystem: "
  41.   save false
  42.    (%disk?%) 
  43.    { currentdevparams dup /Writeable known
  44.       { /Writeable get {pop true} if }  { pop } ifelse 
  45.     } 10 string /IODevice resourceforall
  46.     {(True)}{(False)} ifelse = flush
  47.  restore"
  48. *End
  49.  
  50. *Throughput: "8"
  51. *Password: "()" 
  52. *ExitServer: "
  53.  count 0 eq
  54.  { false } { true exch startjob } ifelse
  55.  not { 
  56.      (WARNING: Cannot modify initial VM.) =
  57.      (Missing or invalid password.) =
  58.      (Please contact the author of this software.) = flush quit
  59.      } if
  60. "
  61. *End
  62. *Reset: "
  63.  count 0 eq
  64.  { false } { true exch startjob } ifelse
  65.  not { 
  66.     (WARNING: Cannot reset printer.) =
  67.     (Missing or invalid password.) =
  68.     (Please contact the author of this software.) = flush quit
  69.     } if
  70.  systemdict /quit get exec
  71.  (WARNING : Printer Reset Failed.) = flush
  72. "
  73. *End
  74.  
  75. *OpenUI *Resolution: PickOne
  76. *OrderDependency: 20 AnySetUp *Resolution
  77. *DefaultResolution: 400dpi
  78. *Resolution 400dpi: "1 dict dup /HWResolution [400 400] put setpagedevice"
  79. *Resolution 240dpi: "1 dict dup /HWResolution [240 240] put setpagedevice"
  80. *?Resolution: "
  81.   save
  82.     currentpagedevice /HWResolution get
  83.     0 get
  84.     (          ) cvs print
  85.     (dpi)
  86.     = flush
  87.   restore
  88. "
  89. *End
  90. *CloseUI: *Resolution
  91.  
  92. *% Halftone Information ===============
  93. *ScreenFreq: "60.0"
  94. *ScreenAngle: "45.0"
  95. *DefaultScreenProc: Dot
  96. *ScreenProc Dot: "
  97. {abs   exch   abs   2 copy   add   1 gt   {1 sub   dup   mul   exch  
  98. 1 sub   dup   mul   add   1 sub  } {dup   mul   exch   dup   mul  
  99. add   1 exch   sub  } ifelse  }
  100. "
  101. *End
  102. *ScreenProc Line: "{ pop }"
  103. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  104.  
  105. *DefaultTransfer: Null
  106. *Transfer Null: "{ }"
  107. *Transfer Null.Inverse: "{ 1 exch sub }"
  108.  
  109. *OpenUI *Smoothing:  PickOne
  110. *OrderDependency: 50 AnySetup *Smoothing
  111. *DefaultSmoothing:True
  112. *Smoothing True: "1 dict dup /PostRenderingEnhance true put setpagedevice"
  113. *Smoothing False: "1 dict dup /PostRenderingEnhance false put setpagedevice"
  114. *?Smoothing: "
  115.   save
  116.     currentpagedevice /PostRenderingEnhance get
  117.     {(True)}{(False)}ifelse = flush
  118.   restore
  119. "
  120. *End
  121. *CloseUI: *Smoothing
  122.  
  123. *% Paper Handling =====================
  124.  
  125. *% Code in this section both selects a tray and sets up a frame buffer.
  126. *OpenUI *PageSize: PickOne
  127. *OrderDependency: 30 AnySetup *PageSize
  128. *DefaultPageSize: A4
  129. *PageSize Postcard: "
  130.     2 dict dup /PageSize [283 419] put dup /ImagingBBox null put setpagedevice"
  131. *End
  132. *PageSize Letter: "
  133.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  134. *End
  135. *PageSize A4: "
  136.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  137. *End
  138. *PageSize A5: "
  139.     2 dict dup /PageSize [420 595] put dup /ImagingBBox null put setpagedevice"
  140. *End
  141. *PageSize B4: "
  142.     2 dict dup /PageSize [728 1032] put dup /ImagingBBox null put setpagedevice"
  143. *End
  144. *PageSize B5: "
  145.     2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
  146. *End
  147. *?PageSize: "
  148.  save
  149.    currentpagedevice /PageSize get aload pop
  150.    2 copy gt {exch} if 
  151.    (Unknown) 
  152.   6 dict
  153.    dup [283 419] (Postcard) put
  154.    dup [612 792] (Letter) put
  155.    dup [595 842] (A4) put
  156.    dup [420 595] (A5) put
  157.    dup [728 1032] (B4) put
  158.    dup [516 729] (B5) put
  159.  { exch aload pop 4 index sub abs 5 le exch 
  160.    5 index sub abs 5 le and 
  161.       {exch pop exit} {pop} ifelse
  162.    } bind forall
  163.    = flush pop pop
  164. restore 
  165. "
  166. *End
  167. *CloseUI: *PageSize
  168.  
  169. *OpenUI *PageRegion:  PickOne
  170. *OrderDependency: 40 AnySetup *PageRegion
  171. *DefaultPageRegion: A4
  172. *PageRegion Postcard: "
  173.     2 dict dup /PageSize [283 419] put dup /ImagingBBox null put setpagedevice"
  174. *End
  175. *PageRegion Letter: "
  176.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  177. *End
  178. *PageRegion A4: "
  179.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  180. *End
  181. *PageRegion A5: "
  182.     2 dict dup /PageSize [420 595] put dup /ImagingBBox null put setpagedevice"
  183. *End
  184. *PageRegion B4: "
  185.     2 dict dup /PageSize [728 1032] put dup /ImagingBBox null put setpagedevice"
  186. *End
  187. *PageRegion B5: "
  188.     2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
  189. *End
  190. *CloseUI: *PageRegion
  191.  
  192. *% The following entries provide information about specific paper keywords.
  193. *DefaultImageableArea: A4
  194. *ImageableArea Postcard: "22.6801 9.45 276.12 405.45 "
  195. *ImageableArea Letter: "14.0401 13.95 601.56 777.87 "
  196. *ImageableArea A4: "14.0401 14.0401 584.28 827.82 "
  197. *ImageableArea A5: "14.04 14.0401 411.48 581.22 "
  198. *ImageableArea B4: "14.0401 13.95 711.0 1017.63 "
  199. *ImageableArea B5: "14.0401 14.0401 509.4 714.42 "
  200. *?ImageableArea: "
  201.  save
  202.    /cvp { (                ) cvs print ( ) print } bind def
  203.    /upperright {10000 mul floor 10000 div} bind def
  204.    /lowerleft {10000 mul ceiling 10000 div} bind def
  205.    newpath clippath pathbbox
  206.    4 -2 roll exch 2 {lowerleft cvp} repeat
  207.    exch 2 {upperright cvp} repeat flush
  208.  restore
  209. "
  210. *End
  211.  
  212. *% These provide the physical dimensions of the paper (by keyword)
  213. *DefaultPaperDimension: A4
  214. *PaperDimension Postcard: "283 419"
  215. *PaperDimension Letter: "612 792"
  216. *PaperDimension A4: "595 842"
  217. *PaperDimension A5: "420 595"
  218. *PaperDimension B4: "728 1032"
  219. *PaperDimension B5: "516 729"
  220.  
  221. *RequiresPageRegion All: False
  222.  
  223. *OpenUI *InputSlot: PickOne
  224. *OrderDependency: 20 AnySetup *InputSlot
  225. *DefaultInputSlot: Lower
  226. *InputSlot Lower: "
  227.   currentpagedevice /InputAttributes get 0 get 
  228.   dup null eq 
  229.   { pop } 
  230.   { dup length 1 add dict copy 
  231.     dup /InputAttributes
  232.     1 dict dup /Priority [0] put
  233.     put setpagedevice
  234.   } ifelse"
  235. *End
  236. *InputSlot Upper: "
  237.   currentpagedevice /InputAttributes get 1 get 
  238.   dup null eq 
  239.   { pop } 
  240.   { dup length 1 add dict copy 
  241.     dup /InputAttributes
  242.     1 dict dup /Priority [1] put
  243.     put setpagedevice
  244.   } ifelse"
  245. *End
  246.  
  247. *?InputSlot: "
  248. save
  249.   2 dict
  250.   dup /0 (Lower) put
  251.   dup /1 (Upper) put
  252.   currentpagedevice /InputAttributes get
  253.   dup /Priority known
  254.   { /Priority get 0 get (      ) cvs cvn get }
  255.   {
  256.     dup length 1 eq
  257.     { {pop} forall (       ) cvs cvn get }
  258.     { pop pop (Unknown) } ifelse
  259.   } ifelse
  260.   = flush
  261. restore
  262. "
  263. *End
  264. *CloseUI: *InputSlot
  265.  
  266. *DefaultOutputBin:  OnlyOne
  267. *DefaultOutputOrder:  Normal
  268.  
  269. *OpenUI *ManualFeed:  Boolean
  270. *OrderDependency: 20 AnySetup *ManualFeed
  271. *DefaultManualFeed: False
  272. *ManualFeed True: "1 dict dup /ManualFeed true put setpagedevice"
  273. *ManualFeed False: "1 dict dup /ManualFeed false put setpagedevice"
  274. *?ManualFeed: "
  275.   save
  276.     currentpagedevice /ManualFeed get
  277.     {(True)}{(False)}ifelse = flush
  278.   restore
  279. "
  280. *End
  281. *CloseUI: *ManualFeed
  282.  
  283. *% Font Information =====================
  284. *DefaultFont: Courier
  285. *Font Courier: Standard "(002.004S)" Standard ROM
  286. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  287. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  288. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  289. *Font GothicBBB-Medium-83pv-RKSJ-H: RKSJ "(003.000)" 83pv ROM
  290. *Font GothicBBB-Medium-Add-H: JIS "(003.000)" Add ROM
  291. *Font GothicBBB-Medium-Add-RKSJ-H: RKSJ "(003.000)" Add ROM
  292. *Font GothicBBB-Medium-Add-RKSJ-V: RKSJ "(003.000)" Add ROM
  293. *Font GothicBBB-Medium-Add-V: JIS "(003.000)" Add ROM
  294. *Font GothicBBB-Medium-EUC-H: EUC "(003.000)" JIS-83 ROM
  295. *Font GothicBBB-Medium-EUC-V: EUC "(003.000)" JIS-83 ROM
  296. *Font GothicBBB-Medium-Ext-H: JIS "(003.000)" Ext ROM
  297. *Font GothicBBB-Medium-Ext-RKSJ-H: RKSJ "(003.000)" Ext ROM
  298. *Font GothicBBB-Medium-Ext-RKSJ-V: RKSJ "(003.000)" Ext ROM
  299. *Font GothicBBB-Medium-Ext-V: JIS "(003.000)" Ext ROM
  300. *Font GothicBBB-Medium-H: JIS "(003.000)" JIS-83 ROM
  301. *Font GothicBBB-Medium-NWP-H: JIS "(003.000)" NWP ROM
  302. *Font GothicBBB-Medium-NWP-V: JIS "(003.000)" NWP ROM
  303. *Font GothicBBB-Medium-RKSJ-H: RKSJ "(003.000)" JIS-83 ROM
  304. *Font GothicBBB-Medium-RKSJ-UserGaiji: Special "(003.000)" Special ROM
  305. *Font GothicBBB-Medium-RKSJ-V: RKSJ "(003.000)" JIS-83 ROM
  306. *Font GothicBBB-Medium-V: JIS "(003.000)" JIS-83 ROM
  307. *Font GothicBBB-Medium.Hankaku: Special "(003.000)" Special ROM
  308. *Font GothicBBB-Medium.Oubun: Special "(003.000)" Special ROM
  309. *Font GothicBBB-Medium.Roman: Special "(003.000)" Special ROM
  310. *Font GothicBBB-Medium.Roman83pv: Special "(003.000)" Special ROM
  311. *Font GothicBBB-Medium.WP-Symbol: Special "(003.000)" Special ROM
  312. *Font Helvetica: Standard "(001.006S)" Standard ROM
  313. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  314. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  315. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  316. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  317. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  318. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  319. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  320. *Font Mincho-PC-Hiragana: Special "(002.000)" Special ROM
  321. *Font Mincho-PC-Katakana: Special "(002.001)" Special ROM
  322. *Font Ryumin-Light-83pv-RKSJ-H: RKSJ "(002.003)" 83pv ROM
  323. *Font Ryumin-Light-Add-H: JIS "(002.003)" Add ROM
  324. *Font Ryumin-Light-Add-RKSJ-H: RKSJ "(002.003)" Add ROM
  325. *Font Ryumin-Light-Add-RKSJ-V: RKSJ "(002.003)" Add ROM
  326. *Font Ryumin-Light-Add-V: JIS "(002.003)" Add ROM
  327. *Font Ryumin-Light-EUC-H: EUC "(002.003)" JIS-83 ROM
  328. *Font Ryumin-Light-EUC-V: EUC "(002.003)" JIS-83 ROM
  329. *Font Ryumin-Light-Ext-H: JIS "(002.003)" Ext ROM
  330. *Font Ryumin-Light-Ext-RKSJ-H: RKSJ "(002.003)" Ext ROM
  331. *Font Ryumin-Light-Ext-RKSJ-V: RKSJ "(002.003)" Ext ROM
  332. *Font Ryumin-Light-Ext-V: JIS "(002.003)" Ext ROM
  333. *Font Ryumin-Light-H: JIS "(002.003)" JIS-83 ROM
  334. *Font Ryumin-Light-NWP-H: JIS "(002.003)" NWP ROM
  335. *Font Ryumin-Light-NWP-V: JIS "(002.003)" NWP ROM
  336. *Font Ryumin-Light-RKSJ-H: RKSJ "(002.003)" JIS-83 ROM
  337. *Font Ryumin-Light-RKSJ-UserGaiji: Special "(002.003)" Special ROM
  338. *Font Ryumin-Light-RKSJ-V: RKSJ "(002.003)" JIS-83 ROM
  339. *Font Ryumin-Light-V: JIS "(002.003)" JIS-83 ROM
  340. *Font Ryumin-Light.Hankaku: Special "(002.003)" Special ROM
  341. *Font Ryumin-Light.Oubun: Special "(002.003)" Special ROM
  342. *Font Ryumin-Light.Roman: Special "(002.003)" Special ROM
  343. *Font Ryumin-Light.Roman83pv: Special "(002.003)" Special ROM
  344. *Font Ryumin-Light.WP-Symbol: Special "(002.003)" Special ROM
  345. *Font Symbol: Special "(001.007S)" Special ROM
  346. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  347. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  348. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  349. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  350.  
  351. *?FontQuery: "
  352. save
  353. { count 1 gt
  354. { exch dup 127 string cvs (/) print print (:) print
  355. /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  356. } { exit } ifelse 
  357. } bind loop
  358. (*) = flush
  359. restore
  360. "
  361. *End
  362. *?FontList: "
  363. save
  364. (*) {cvn ==} 128 string /Font resourceforall
  365. (*) = flush
  366. restore
  367. "
  368. *End
  369.  
  370. *% Printer Messages (verbatim from printer):
  371. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  372. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  373. *Message: "\FontName\ not found, using Courier"
  374.  
  375. *% Status (format: %%[ status: <one of these> ] %%)
  376. *Status: "idle"
  377. *Status: "busy"
  378. *Status: "waiting"
  379. *Status: "printing"
  380. *Status: "warming up"
  381. *Status: "PrinterError: cover open"
  382. *Status: "PrinterError: toner cartridge missing or incorrect"
  383. *Status: "PrinterError: paper misfeed"
  384. *Status: "PrinterError: out of paper"
  385. *Status: "PrinterError: fuser service call"
  386. *Status: "PrinterError: polygon service call"
  387. *Status: "PrinterError: motor service call"
  388. *Status: "PrinterError: fan service call"
  389. *Status: "PrinterError: low toner level"
  390. *Status: "PrinterError: service call"
  391.  
  392. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  393. *Source: "Serial"
  394. *Source: "SerialB"
  395. *Source: "LocalTalk"
  396. *Source: "Parallel"
  397. *Source: "ParallelB"
  398.  
  399. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  400. *PrinterError: "cover open"
  401. *PrinterError: "toner cartridge missing or incorrect"
  402. *PrinterError: "paper misfeed"
  403. *PrinterError: "out of paper"
  404. *PrinterError: "fuser service call"
  405. *PrinterError: "polygon service call"
  406. *PrinterError: "motor service call"
  407. *PrinterError: "fan service call"
  408. *PrinterError: "low toner level"
  409. *PrinterError: "service call"
  410.  
  411. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  412.  
  413. *% Color Separation Information =====================
  414. *DefaultColorSep: ProcessBlack.60lpi.400dpi/60 lpi / 400 dpi
  415.  
  416. *InkName: ProcessBlack/Process Black
  417. *InkName: CustomColor/Custom Color
  418. *InkName: ProcessCyan/Process Cyan
  419. *InkName: ProcessMagenta/Process Magenta
  420. *InkName: ProcessYellow/Process Yellow
  421.  
  422. *%  For 60 lpi / 400 dpi  ===============================
  423.  
  424. *ColorSepScreenAngle ProcessBlack.60lpi.400dpi/60 lpi / 400 dpi: "45.0"
  425. *ColorSepScreenAngle CustomColor.60lpi.400dpi/60 lpi / 400 dpi: "45.0"
  426. *ColorSepScreenAngle ProcessCyan.60lpi.400dpi/60 lpi / 400 dpi: "45.0"
  427. *ColorSepScreenAngle ProcessMagenta.60lpi.400dpi/60 lpi / 400 dpi: "45.0"
  428. *ColorSepScreenAngle ProcessYellow.60lpi.400dpi/60 lpi / 400 dpi: "45.0"
  429.  
  430. *ColorSepScreenFreq ProcessBlack.60lpi.400dpi/60 lpi / 400 dpi: "60.0"
  431. *ColorSepScreenFreq CustomColor.60lpi.400dpi/60 lpi / 400 dpi: "60.0"
  432. *ColorSepScreenFreq ProcessCyan.60lpi.400dpi/60 lpi / 400 dpi: "60.0"
  433. *ColorSepScreenFreq ProcessMagenta.60lpi.400dpi/60 lpi / 400 dpi: "60.0"
  434. *ColorSepScreenFreq ProcessYellow.60lpi.400dpi/60 lpi / 400 dpi: "60.0"
  435.  
  436. *%  For 71 lpi / 400 dpi  ===============================
  437.  
  438. *ColorSepScreenAngle ProcessBlack.71lpi.400dpi/71 lpi / 400 dpi: "45.0"
  439. *ColorSepScreenAngle CustomColor.71lpi.400dpi/71 lpi / 400 dpi: "45.0"
  440. *ColorSepScreenAngle ProcessCyan.71lpi.400dpi/71 lpi / 400 dpi: "71.5651"
  441. *ColorSepScreenAngle ProcessMagenta.71lpi.400dpi/71 lpi / 400 dpi: "18.4349"
  442. *ColorSepScreenAngle ProcessYellow.71lpi.400dpi/71 lpi / 400 dpi: "0.0"
  443.  
  444. *ColorSepScreenFreq ProcessBlack.71lpi.400dpi/71 lpi / 400 dpi: "70.7107"
  445. *ColorSepScreenFreq CustomColor.71lpi.400dpi/71 lpi / 400 dpi: "70.7107"
  446. *ColorSepScreenFreq ProcessCyan.71lpi.400dpi/71 lpi / 400 dpi: "63.2456"
  447. *ColorSepScreenFreq ProcessMagenta.71lpi.400dpi/71 lpi / 400 dpi: "63.2456"
  448. *ColorSepScreenFreq ProcessYellow.71lpi.400dpi/71 lpi / 400 dpi: "66.6667"
  449.  
  450. *%  For 47 lpi / 400 dpi  ===============================
  451.  
  452. *ColorSepScreenAngle ProcessBlack.47lpi.400dpi/47 lpi / 400 dpi: "45.0"
  453. *ColorSepScreenAngle CustomColor.47lpi.400dpi/47 lpi / 400 dpi: "45.0"
  454. *ColorSepScreenAngle ProcessCyan.47lpi.400dpi/47 lpi / 400 dpi: "71.5651"
  455. *ColorSepScreenAngle ProcessMagenta.47lpi.400dpi/47 lpi / 400 dpi: "18.4349"
  456. *ColorSepScreenAngle ProcessYellow.47lpi.400dpi/47 lpi / 400 dpi: "0.0"
  457.  
  458. *ColorSepScreenFreq ProcessBlack.47lpi.400dpi/47 lpi / 400 dpi: "47.1405"
  459. *ColorSepScreenFreq CustomColor.47lpi.400dpi/47 lpi / 400 dpi: "47.1405"
  460. *ColorSepScreenFreq ProcessCyan.47lpi.400dpi/47 lpi / 400 dpi: "42.1637"
  461. *ColorSepScreenFreq ProcessMagenta.47lpi.400dpi/47 lpi / 400 dpi: "42.1637"
  462. *ColorSepScreenFreq ProcessYellow.47lpi.400dpi/47 lpi / 400 dpi: "44.4444"
  463.  
  464. *% Produced by "bldppd42.ps" version 4.0 edit 11
  465. *% Last Edit Date: Jun 1 1993
  466. *% The byte count of this file should be exactly 016107 or 016575
  467. *% depending on the filesystem it resides in.
  468. *% end of PPD file for PC-PR3000PS/4
  469.