home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 February / VPR9602A.ISO / i386 / ricprip1.pp_ / ricprip1.ppd
PostScript Printer Description  |  1995-05-08  |  17KB  |  458 lines

  1. *PPD-Adobe: "4.1"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% For "RICOH PC_CONTROLLER"
  4. *% Date: 1994 05 31
  5. *FormatVersion: "4.1"
  6. *FileVersion: "1.0"
  7. *LanguageVersion: Japanese
  8. *PCFileName: "RICPRIP1.PPD"
  9. *Product: "(RICOH-SCRIPT)"
  10. *PSVersion: "(1.0) 0"
  11. *ModelName: "RICOH PC_CONTROLLER"
  12. *ShortNickName: "RICOH PC CONTROLLER RPS"
  13. *NickName: "RICOH PC_CONTROLLER"
  14.  
  15. *% === Options and Constraints =========
  16. *OpenGroup: InstallableOptions/Options Installed
  17.  
  18. *OpenUI *Option1/メモリ容量 : PickOne
  19. *DefaultOption1: None
  20. *Option1 None/標準 8 MB: ""
  21. *Option1 10Meg/10 MB に増設: ""
  22. *Option1 12Meg/12 MB に増設: ""
  23. *?Option1:"
  24.     save (None)
  25.     statusdict/ramsize known {
  26.     statusdict/ramsize get exec 10485760 ge{pop(10Meg)} if
  27.     statusdict/ramsize get exec 12582912 eq{pop(12Meg)} if
  28.      } if    =
  29.     restore"
  30. *End
  31. *CloseUI: *Option1
  32.  
  33. *CloseGroup: InstallableOptions
  34.  
  35. *UIConstraints: *Option1 None *VMOption
  36. *UIConstraints: *Option1 10Meg *VMOption None
  37. *UIConstraints: *Option1 10Meg *VMOption 12MB
  38. *UIConstraints: *Option1 12Meg *VMOption None
  39. *UIConstraints: *Option1 12Meg *VMOption 10MB
  40.  
  41.  
  42. *% General Information and Defaults ===============
  43. *LanguageLevel: "1"
  44. *Protocols: PJL BCP
  45. *JCLBegin: ""
  46. *JCLToPSInterpreter: "<1B><12>!1<2C>1@RPS<1B><20>"
  47. *JCLEnd: ""
  48. *FreeVM: "1220540"
  49. *VMOption None/8 MB RAM: "1220540"
  50. *VMOption 10MB/10 MB RAM: "2239420"
  51. *VMOption 12MB/12 MB RAM: "3193788"
  52. *ColorDevice: False
  53. *DefaultColorSpace: Gray
  54. *VariablePaperSize: False
  55. *FileSystem: False
  56. *?FileSystem: "
  57. save statusdict begin
  58.   diskonline {(True)}{(False)} ifelse = flush
  59. end restore
  60. "
  61. *End
  62.  
  63. *Throughput: "13"
  64. *Password: "0"
  65. *ExitServer: "
  66.   count 0 eq {  % is the password on the stack?
  67.     true 
  68.   }{
  69.     dup    % potential password
  70.     statusdict begin checkpassword end not 
  71.   } ifelse 
  72.   {  %  if no password or not valid 
  73.     (WARNING : Cannot perform the exitserver command.) = 
  74.     (Password supplied is not valid.) = 
  75.     (Please contact the author of this software.) = flush
  76.     quit 
  77.   } if 
  78.   serverdict begin exitserver
  79. "
  80. *End
  81. *Reset: "
  82.   count 0 eq {  % is the password on the stack?
  83.     true 
  84.   }{
  85.     dup    % potential password
  86.     statusdict begin checkpassword end not 
  87.   } ifelse 
  88.   {  %  if no password or not valid 
  89.     (WARNING : Cannot reset printer.) = 
  90.     (Password supplied is not valid.) = 
  91.     (Please contact the author of this software.) = flush
  92.     quit 
  93.   } if 
  94.   serverdict begin exitserver
  95.   systemdict /quit get exec
  96.   (WARNING : Printer Reset Failed.) = flush
  97. "
  98. *End
  99.  
  100. *DefaultResolution: 400dpi
  101. *?Resolution: "
  102. save
  103.   initgraphics
  104.   0 0 moveto currentpoint matrix defaultmatrix transform
  105.   0 72 lineto currentpoint matrix defaultmatrix transform
  106.   3 -1 roll sub dup mul
  107.   3 1 roll exch sub dup mul
  108.   add sqrt round cvi
  109.   (          ) cvs print (dpi) = flush
  110. restore
  111. "
  112. *End
  113.  
  114. *% Halftone Information ===============
  115. *ScreenFreq: "60.0"
  116. *ScreenAngle: "45.0"
  117. *DefaultScreenProc: Dot
  118. *ScreenProc Dot: "
  119. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  120. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  121. "
  122. *End
  123. *ScreenProc Line: "{ pop }"
  124. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  125. *DefaultTransfer: Null
  126. *Transfer Null: "{ }"
  127. *Transfer Null.Inverse: "{ 1 exch sub }"
  128.  
  129. *% Paper Handling ===================
  130.  
  131. *% Code in this section both selects a tray and sets up a frame buffer.
  132. *OpenUI *PageSize: PickOne
  133. *OrderDependency: 30 AnySetup *PageSize
  134. *DefaultPageSize: A4
  135. *PageSize A3: "statusdict/a3tray get{exec}stopped{a3}if"
  136. *PageSize A4: "statusdict/a4tray get{exec}stopped{a4}if"
  137. *PageSize A4Small: "statusdict/a4tray get{exec}stopped{a4}if"
  138. *PageSize A5: "statusdict/a5tray get{exec}stopped{a5}if"
  139. *PageSize A6: "statusdict/a6tray get{exec}stopped{a6}if"
  140. *PageSize B4: "statusdict/b4tray get{exec}stopped{b4}if"
  141. *PageSize B5: "statusdict/b5tray get{exec}stopped{b5}if"
  142. *PageSize B6: "statusdict/b6tray get{exec}stopped{b6}if"
  143. *PageSize HLT: "statusdict/halflettertray get{exec}stopped{halfletter}if"
  144. *PageSize LT: "statusdict/lettertray get{exec}stopped{letter}if"
  145. *PageSize LTSmall: "statusdict/lettertray get{exec}stopped{letter}if"
  146. *PageSize DLT: "statusdict/11x17tray get{exec}stopped{11x17}if"
  147. *PageSize LG: "statusdict/legaltray get{exec}stopped{legal}if"
  148. *PageSize LGSmall: "statusdict/legaltray get{exec}stopped{legal}if"
  149. *?PageSize: "
  150.  save
  151.    11 dict begin
  152.    /a4 (A4) def /a5 (A5) def /a3 (A3) def /a6 (A6) def
  153.    /b4 (B4) def /b5 (B5) def /b6 (B6) def
  154.    /halfletter (HLT) def /letter (LT) def
  155.    /11x17 (DLT) def /legal (LG) def
  156.    statusdict/papersize get exec {
  157.      {load exec} stopped not{= flush}{(Unknown) = flush}ifelse
  158.    }{
  159.      {load exec} stopped not{print (R) = flush}{(Unknown) = flush}ifelse
  160.    }ifelse
  161.   end
  162.  restore
  163. "
  164. *End
  165. *CloseUI: *PageSize
  166.  
  167. *% These entries will set up the frame buffer. Usually used with manual feed.
  168. *OpenUI *PageRegion:  PickOne
  169. *OrderDependency: 40 AnySetup *PageRegion
  170. *DefaultPageRegion: A4
  171. *PageRegion A3: "statusdict/a3tray get{exec}stopped{a3}if"
  172. *PageRegion A4: "statusdict/a4tray get{exec}stopped{a4}if"
  173. *PageRegion A4Small: "statusdict/a4tray get{exec}stopped{a4}if"
  174. *PageRegion A5: "statusdict/a5tray get{exec}stopped{a5}if"
  175. *PageRegion A6: "statusdict/a6tray get{exec}stopped{a6}if"
  176. *PageRegion B4: "statusdict/b4tray get{exec}stopped{b4}if"
  177. *PageRegion B5: "statusdict/b5tray get{exec}stopped{b5}if"
  178. *PageRegion B6: "statusdict/b6tray get{exec}stopped{b6}if"
  179. *PageRegion HLT: "statusdict/halflettertray get{exec}stopped{halfletter}if"
  180. *PageRegion LT: "statusdict/lettertray get{exec}stopped{letter}if"
  181. *PageRegion LTSmall: "statusdict/lettertray get{exec}stopped{letter}if"
  182. *PageRegion DLT: "statusdict/11x17tray get{exec}stopped{11x17}if"
  183. *PageRegion LG: "statusdict/legaltray get{exec}stopped{legal}if"
  184. *PageRegion LGSmall: "statusdict/legaltray get{exec}stopped{legal}if"
  185. *CloseUI: *PageRegion
  186.  
  187. *% The following entries provide information about specific paper keywords.
  188. *DefaultImageableArea: A4
  189. *ImageableArea A3: "17.73 12.06 824.16 1178.49 "
  190. *ImageableArea A4: "17.14 21.92 578.14 819.97 "
  191. *ImageableArea A4Small: "29 29.89 566.28 812 "
  192. *ImageableArea A5: "18.6 12.96 400.93 582.32 "
  193. *ImageableArea A6: "17.73 13.96 279.91 405.57 "
  194. *ImageableArea B4: "14.31 12.96 714.19 1018.84 "
  195. *ImageableArea B5: "18.90 11.43 496.98 717.03 "
  196. *ImageableArea B6: "15.8 13.14 347.03 502.77 "
  197. *ImageableArea HLT: "18.00 10.80 378.00 601.20 "
  198. *ImageableArea LT: "18.00 8 594.00 784 "
  199. *ImageableArea LTSmall: "31 31 583 761 "
  200. *ImageableArea DLT: "17.28 12.96 774.72 1211.04 "
  201. *ImageableArea LG: "18.00 13.04 594.00 994.96 "
  202. *ImageableArea LGSmall: "64 54 548 954 "
  203. *?ImageableArea: "
  204.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  205.   newpath clippath pathbbox
  206.   4 -2 roll exch 2 {ceiling cvp} repeat
  207.   exch 2 {floor 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 A3: "842 1191"
  215. *PaperDimension A4: "595 842"
  216. *PaperDimension A4Small: "595 842"
  217. *PaperDimension A5: "420 595"
  218. *PaperDimension A6: "297 420"
  219. *PaperDimension B4: "729 1032"
  220. *PaperDimension B5: "516 729"
  221. *PaperDimension B6: "363 516"
  222. *PaperDimension HLT: "396 612"
  223. *PaperDimension LT: "612 792"
  224. *PaperDimension LTSmall: "612 792"
  225. *PaperDimension DLT: "792 1224"
  226. *PaperDimension LG: "612 1008"
  227. *PaperDimension LGSmall: "612 1008"
  228.  
  229.  
  230. *OpenUI *InputSlot: PickOne
  231. *OrderDependency: 20 AnySetup *InputSlot
  232. *DefaultInputSlot:    None
  233. *InputSlot Tray1/トレイ1: "1 statusdict/setpapertray get exec"
  234. *?InputSlot: "
  235.  save
  236.   1 dict begin
  237.    /1 (Tray1) def
  238.    statusdict/papertray get
  239.      {( ) cvs cvn load exec} stopped not{= flush}if
  240.   end
  241.  restore
  242. "
  243. *End
  244. *CloseUI: *InputSlot
  245.  
  246. *OpenUI *ManualFeed/手差し: Boolean
  247. *OrderDependency: 20 AnySetup *ManualFeed
  248. *DefaultManualFeed: False
  249. *ManualFeed True: "statusdict /manualfeed true put"
  250. *ManualFeed False: "statusdict /manualfeed false put"
  251. *?ManualFeed: "save
  252.     statusdict /manualfeed get
  253.      {(True)}{(False)}ifelse = flush
  254. restore"
  255. *End
  256. *CloseUI: *ManualFeed
  257.  
  258. *DefaultOutputBin:  Main
  259. *DefaultOutputOrder:  Normal
  260.  
  261.  
  262. *% Font Information =====================
  263. *DefaultFont: Courier
  264. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  265. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  266. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  267. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  268. *Font Bookman-Demi: Standard "(001.003S)" Standard ROM
  269. *Font Bookman-DemiItalic: Standard "(001.003S)" Standard ROM
  270. *Font Bookman-Light: Standard "(001.003S)" Standard ROM
  271. *Font Bookman-LightItalic: Standard "(001.003S)" Standard ROM
  272. *Font Courier: Standard "(002.004S)" Standard ROM
  273. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  274. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  275. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  276. *Font Helvetica: Standard "(001.006S)" Standard ROM
  277. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  278. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  279. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  280. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  281. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  282. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  283. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  284. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  285. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  286. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  287. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  288. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  289. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  290. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  291. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  292. *Font Symbol: Special "(001.007S)" Special ROM
  293. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  294. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  295. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  296. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  297. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  298. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  299. *Font GothicBBB-Medium-83pv-RKSJ-H: RKSJ "(003.001)" Standard ROM
  300. *Font GothicBBB-Medium-EUC-H: EUC "(003.001)" Standard ROM
  301. *Font GothicBBB-Medium-EUC-V: EUC "(003.001)" Standard ROM
  302. *Font GothicBBB-Medium-Ext-H: JIS "(003.001)" Standard ROM
  303. *Font GothicBBB-Medium-Ext-RKSJ-H: RKSJ "(003.001)" Standard ROM
  304. *Font GothicBBB-Medium-Ext-RKSJ-V: RKSJ "(003.001)" Standard ROM
  305. *Font GothicBBB-Medium-Ext-V: JIS "(003.001)" Standard ROM
  306. *Font GothicBBB-Medium-H: JIS "(003.001)" Standard ROM
  307. *Font GothicBBB-Medium-NWP-H: JIS "(003.001)" Standard ROM
  308. *Font GothicBBB-Medium-NWP-V: JIS "(003.001)" Standard ROM
  309. *Font GothicBBB-Medium-RKSJ-H: RKSJ "(003.001)" Standard ROM
  310. *Font GothicBBB-Medium-RKSJ-V: RKSJ "(003.001)" Standard ROM
  311. *Font GothicBBB-Medium-V: JIS "(003.001)" Standard ROM
  312. *Font Ryumin-Light-83pv-RKSJ-H: RKSJ "(003.001)" Standard ROM
  313. *Font Ryumin-Light-EUC-H: EUC "(003.001)" Standard ROM
  314. *Font Ryumin-Light-EUC-V: EUC "(003.001)" Standard ROM
  315. *Font Ryumin-Light-Ext-H: JIS "(003.001)" Standard ROM
  316. *Font Ryumin-Light-Ext-RKSJ-H: RKSJ "(003.001)" Standard ROM
  317. *Font Ryumin-Light-Ext-RKSJ-V: RKSJ "(003.001)" Standard ROM
  318. *Font Ryumin-Light-Ext-V: JIS "(003.001)" Standard ROM
  319. *Font Ryumin-Light-H: JIS "(003.001)" Standard ROM
  320. *Font Ryumin-Light-NWP-H: JIS "(003.001)" Standard ROM
  321. *Font Ryumin-Light-NWP-V: JIS "(003.001)" Standard ROM
  322. *Font Ryumin-Light-RKSJ-H: RKSJ "(003.001)" Standard ROM
  323. *Font Ryumin-Light-RKSJ-V: RKSJ "(003.001)" Standard ROM
  324. *Font Ryumin-Light-V: JIS "(003.001)" Standard ROM
  325.  
  326. *?FontQuery: "
  327. save
  328.  /str 100 string dup 0 (fonts/) putinterval def
  329.  {
  330.    count 1 gt
  331.    {
  332.      exch dup str 6 94 getinterval cvs
  333.      (/) print dup print (:) print exch
  334.      FontDirectory exch known
  335.      { pop (Yes) }
  336.       {
  337.         length 6 add str 0 3 -1 roll getinterval
  338.         mark exch status
  339.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  340.      } ifelse =
  341.    }
  342.    {exit} ifelse
  343.  }bind loop
  344.  (*) = flush
  345. restore
  346. "
  347. *End
  348.  
  349. *?FontList: "
  350. save
  351.   FontDirectory { pop == } bind forall flush
  352.   /filenameforall where
  353.   {
  354.     pop (fonts/*)
  355.     { dup length 6 sub 6 exch getinterval cvn == } bind
  356.     128 string filenameforall flush
  357.   } if
  358.   (*) = flush
  359. restore
  360. "
  361. *End
  362.  
  363. *% Printer Messages (verbatim from printer):
  364. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  365. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  366. *Message: "\FontName\ not found, using Courier"
  367.  
  368. *% Status (format: %%[ status: <one of these> ]%% )
  369. *Status: "idle"
  370. *Status: "busy"
  371. *Status: "waiting"
  372. *Status: "printing"
  373. *Status: "printing test page"
  374. *Status: "OtherPort"
  375. *Status: "PrinterError: holding"
  376. *Status: "PrinterError: warming up"
  377. *Status: "PrinterError: paper end"
  378. *Status: "PrinterError: paper error"
  379. *Status: "PrinterError: paper size error"
  380. *Status: "PrinterError: paper path error"
  381. *Status: "PrinterError: paper cassette not equipped"
  382. *Status: "PrinterError: front cover open"
  383. *Status: "PrinterError: fuser error"
  384. *Status: "PrinterError: developer not equipped"
  385. *Status: "PrinterError: drum not equipped"
  386. *Status: "PrinterError: service call"
  387. *Status: "PrinterError: resetting printer"
  388. *Status: "PrinterError: timeout, clearing printer"
  389. *Status: "PrinterError: timeout"
  390. *Status: "PrinterError: manualfeed timeout"
  391.  
  392. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  393. *Source: "serial9"
  394. *Source: "serial25"
  395. *Source: "AppleTalk"
  396. *Source: "Centronics"
  397.  
  398. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  399. *PrinterError: "holding"
  400. *PrinterError: "warming up"
  401. *PrinterError: "paper end"
  402. *PrinterError: "paper error"
  403. *PrinterError: "paper size error"
  404. *PrinterError: "paper path error"
  405. *PrinterError: "paper cassette not equipped"
  406. *PrinterError: "front cover open"
  407. *PrinterError: "fuser error"
  408. *PrinterError: "developer not equipped"
  409. *PrinterError: "drum not equipped"
  410. *PrinterError: "service call"
  411. *PrinterError: "resetting printer"
  412. *PrinterError: "timeout, clearing printer"
  413. *PrinterError: "timeout"
  414. *PrinterError: "manualfeed timeout"
  415.  
  416. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  417.  
  418. *% Color Separation Information =====================
  419.  
  420. *DefaultColorSep: ProcessBlack.71lpi.400dpi/71 lpi / 400 dpi
  421.  
  422. *InkName: ProcessBlack/Process Black
  423. *InkName: CustomColor/Custom Color
  424. *InkName: ProcessCyan/Process Cyan
  425. *InkName: ProcessMagenta/Process Magenta
  426. *InkName: ProcessYellow/Process Yellow
  427.  
  428.  
  429. *%  For 71 lpi / 400 dpi  ===============================
  430.  
  431. *ColorSepScreenAngle ProcessBlack.71lpi.400dpi/71 lpi / 400 dpi: "45.0"
  432. *ColorSepScreenAngle CustomColor.71lpi.400dpi/71 lpi / 400 dpi: "45.0"
  433. *ColorSepScreenAngle ProcessCyan.71lpi.400dpi/71 lpi / 400 dpi: "71.5651"
  434. *ColorSepScreenAngle ProcessMagenta.71lpi.400dpi/71 lpi / 400 dpi: "18.4349"
  435. *ColorSepScreenAngle ProcessYellow.71lpi.400dpi/71 lpi / 400 dpi: "0.0"
  436.  
  437. *ColorSepScreenFreq ProcessBlack.71lpi.400dpi/71 lpi / 400 dpi: "70.7107"
  438. *ColorSepScreenFreq CustomColor.71lpi.400dpi/71 lpi / 400 dpi: "70.7107"
  439. *ColorSepScreenFreq ProcessCyan.71lpi.400dpi/71 lpi / 400 dpi: "63.2456"
  440. *ColorSepScreenFreq ProcessMagenta.71lpi.400dpi/71 lpi / 400 dpi: "63.2456"
  441. *ColorSepScreenFreq ProcessYellow.71lpi.400dpi/71 lpi / 400 dpi: "66.6667"
  442.  
  443. *%  For 47 lpi / 400 dpi  ===============================
  444.  
  445. *ColorSepScreenAngle ProcessBlack.47lpi.400dpi/47 lpi / 400 dpi: "45.0"
  446. *ColorSepScreenAngle CustomColor.47lpi.400dpi/47 lpi / 400 dpi: "45.0"
  447. *ColorSepScreenAngle ProcessCyan.47lpi.400dpi/47 lpi / 400 dpi: "71.5651"
  448. *ColorSepScreenAngle ProcessMagenta.47lpi.400dpi/47 lpi / 400 dpi: "18.4349"
  449. *ColorSepScreenAngle ProcessYellow.47lpi.400dpi/47 lpi / 400 dpi: "0.0"
  450.  
  451. *ColorSepScreenFreq ProcessBlack.47lpi.400dpi/47 lpi / 400 dpi: "47.1405"
  452. *ColorSepScreenFreq CustomColor.47lpi.400dpi/47 lpi / 400 dpi: "47.1405"
  453. *ColorSepScreenFreq ProcessCyan.47lpi.400dpi/47 lpi / 400 dpi: "42.1637"
  454. *ColorSepScreenFreq ProcessMagenta.47lpi.400dpi/47 lpi / 400 dpi: "42.1637"
  455. *ColorSepScreenFreq ProcessYellow.47lpi.400dpi/47 lpi / 400 dpi: "44.4444"
  456.  
  457. *% end of PPD file for PC_CONTROLLER
  458.