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.

747 lines
33 KiB

  1. *PPD-Adobe: "4.3"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1998 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.3"
  10. *FileVersion: "1.0"
  11. *PCFileName: "CS3C74_1.PPD"
  12. *LanguageVersion: English
  13. *LanguageEncoding: ISOLatin1
  14. *Manufacturer: "CASIO"
  15. *Product: "(PostArt)"
  16. *PSVersion: "(3010.106) 1041001"
  17. *ModelName: "CASIO PS-PAGEPRESTO 3 CP-7400/7500"
  18. *ShortNickName: "PS-PAGEPRESTO 3 CP-7400/7500"
  19. *NickName: "CASIO PS-PAGEPRESTO 3 CP-7400/7500"
  20. *% General Information and Defaults ===============
  21. *LanguageLevel: "3"
  22. *FreeVM: "1073737256"
  23. *VMOption None: "1073737256"
  24. *FCacheSize None: 5120000
  25. *ColorDevice: False
  26. *DefaultColorSpace: Gray
  27. *FileSystem: True
  28. *PrintPSErrors: False
  29. *TTRasterizer: Type42
  30. *?FileSystem: "
  31. save
  32. false (%os%)
  33. { currentdevparams dup /Writeable known
  34. {/Writeable get {pop true} if} {pop} ifelse
  35. } 10 string /IODevice resourceforall
  36. {(True)}{(False)} ifelse = flush
  37. restore
  38. "
  39. *End
  40. *Throughput: "16"
  41. *Password: "0"
  42. *ExitServer: "
  43. count 0 eq
  44. { false } { true exch startjob } ifelse
  45. not { (WARNING: Cannot modify initial VM.) =
  46. (Missing or invalid password.) =
  47. (Please contact the author of this software.) = flush quit
  48. } if"
  49. *End
  50. *Reset: "
  51. count 0 eq
  52. { false } { true exch startjob } ifelse
  53. not { (WARNING: Cannot reset printer.) =
  54. (Missing or invalid password.) =
  55. (Please contact the author of this software.) = flush quit
  56. } if
  57. systemdict /quit get exec
  58. (WARNING : Printer Reset Failed.) = flush
  59. "
  60. *End
  61. *% Resolution Information ===============
  62. *OpenUI *Resolution: PickOne
  63. *OrderDependency: 10 AnySetup *Resolution
  64. *DefaultResolution: 300dpi
  65. *Resolution 600dpi: "<</HWResolution [600 600]>> setpagedevice"
  66. *Resolution 300dpi: "<</HWResolution [300 300]>> setpagedevice"
  67. *?Resolution: "
  68. save
  69. currentpagedevice /HWResolution get 0 get cvi
  70. ( ) cvs print (dpi) = flush
  71. restore
  72. "
  73. *End
  74. *CloseUI: *Resolution
  75. *% Halftone Information ===============
  76. *DefaultHalftoneType: 1
  77. *ScreenFreq: "53.0"
  78. *ScreenAngle: "45.0"
  79. *ResScreenFreq 300dpi: "53.0"
  80. *ResScreenAngle 300dpi: "45.0"
  81. *ResScreenFreq 600dpi: "75.0"
  82. *ResScreenAngle 600dpi: "45.0"
  83. *DefaultScreenProc: Dot
  84. *ScreenProc Dot: "
  85. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  86. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  87. "
  88. *End
  89. *ScreenProc Line: "{ pop }"
  90. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  91. *DefaultTransfer: Null
  92. *Transfer Null: "{ }"
  93. *Transfer Null.Inverse: "{ 1 exch sub }"
  94. *% Paper Handling ===================
  95. *% Use these entries to set paper size most of the time, unless there is
  96. *% specific reason to use PageRegion.
  97. *OpenUI *PageSize: PickOne
  98. *OrderDependency: 50 AnySetup *PageSize
  99. *DefaultPageSize: A4
  100. *PageSize A3: "<</PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  101. *PageSize A4: "<</PageSize [595 842] /ImagingBBox null>> setpagedevice"
  102. *PageSize A5: "<</PageSize [420 595] /ImagingBBox null>> setpagedevice"
  103. *PageSize B4: "<</PageSize [729 1032] /ImagingBBox null>> setpagedevice"
  104. *PageSize B5: "<</PageSize [516 729] /ImagingBBox null>> setpagedevice"
  105. *PageSize Letter: "<</PageSize [612 792] /ImagingBBox null>> setpagedevice"
  106. *PageSize Postcard: "<</PageSize [284 419] /ImagingBBox null>> setpagedevice"
  107. *?PageSize: "
  108. save
  109. currentpagedevice /PageSize get aload pop
  110. 2 copy gt {exch} if
  111. (Unknown)
  112. 7 dict
  113. dup [842 1191] (A3) put
  114. dup [595 842] (A4) put
  115. dup [420 595] (A5) put
  116. dup [729 1032] (B4) put
  117. dup [516 729] (B5) put
  118. dup [612 792] (Letter) put
  119. dup [284 419] (Postcard) put
  120. { exch aload pop 4 index sub abs 5 le exch
  121. 5 index sub abs 5 le and
  122. {exch pop exit} {pop} ifelse
  123. } bind forall
  124. = flush pop pop
  125. restore
  126. "
  127. *End
  128. *CloseUI: *PageSize
  129. *OpenUI *PageRegion: PickOne
  130. *OrderDependency: 60 AnySetup *PageRegion
  131. *DefaultPageRegion: A4
  132. *PageRegion A3: "<</PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  133. *PageRegion A4: "<</PageSize [595 842] /ImagingBBox null>> setpagedevice"
  134. *PageRegion A5: "<</PageSize [420 595] /ImagingBBox null>> setpagedevice"
  135. *PageRegion B4: "<</PageSize [729 1032] /ImagingBBox null>> setpagedevice"
  136. *PageRegion B5: "<</PageSize [516 729] /ImagingBBox null>> setpagedevice"
  137. *PageRegion Letter: "<</PageSize [612 792] /ImagingBBox null>> setpagedevice"
  138. *PageRegion Postcard: "<</PageSize [284 419] /ImagingBBox null>> setpagedevice"
  139. *CloseUI: *PageRegion
  140. *DefaultImageableArea: A4
  141. *ImageableArea A3: "14.4 14.4 827.52 1176"
  142. *ImageableArea A4: "14.4 14.4 580.8 827.52"
  143. *ImageableArea A5: "14.4 14.4 405.12 580.8"
  144. *ImageableArea B4: "14.4 14.4 714.24 1017.6"
  145. *ImageableArea B5: "14.4 14.4 501.6 714.24"
  146. *ImageableArea Letter: "14.4 14.4 597.6 777.6"
  147. *ImageableArea Postcard: "14.4 14.4 269.04 405.12"
  148. *?ImageableArea: "
  149. save
  150. /cvp {( ) cvs print ( ) print } bind def
  151. /upperright {10000 mul floor 10000 div} bind def
  152. /lowerleft {10000 mul ceiling 10000 div} bind def
  153. newpath clippath pathbbox
  154. 4 -2 roll exch 2 {lowerleft cvp} repeat
  155. exch 2 {upperright cvp} repeat flush
  156. restore
  157. "
  158. *End
  159. *% These provide the physical dimensions of the paper (by keyword)
  160. *DefaultPaperDimension: A4
  161. *PaperDimension A3: "842 1191"
  162. *PaperDimension A4: "595 842"
  163. *PaperDimension A5: "420 595"
  164. *PaperDimension B4: "729 1032"
  165. *PaperDimension B5: "516 729"
  166. *PaperDimension Letter: "612 792"
  167. *PaperDimension Postcard: "284 419"
  168. *RequiresPageRegion All: True
  169. *DefaultOutputOrder: Normal
  170. *OpenUI *InputSlot: PickOne
  171. *OrderDependency: 30 AnySetup *InputSlot
  172. *DefaultInputSlot: AUTO
  173. *InputSlot AUTO: "<</TraySwitch true>> setpagedevice"
  174. *InputSlot MPF: "
  175. mark { currentpagedevice /InputAttributes get dup 0 get null eq {pop}
  176. { dup length dict begin {def} forall /Priority [0 1 2 3] def currentdict end
  177. 1 dict dup /InputAttributes 4 -1 roll put
  178. dup /TraySwitch false put setpagedevice } ifelse
  179. } stopped {cleartomark} {pop} ifelse"
  180. *End
  181. *InputSlot CPF1: "
  182. mark { currentpagedevice /InputAttributes get dup 1 get null eq {pop}
  183. { dup length dict begin {def} forall /Priority [1 0 2 3] def currentdict end
  184. 1 dict dup /InputAttributes 4 -1 roll put
  185. dup /TraySwitch false put setpagedevice } ifelse
  186. } stopped {cleartomark} {pop} ifelse"
  187. *End
  188. *InputSlot CPF2: "
  189. mark { currentpagedevice /InputAttributes get dup 2 get null eq {pop}
  190. { dup length dict begin {def} forall /Priority [2 0 1 3] def currentdict end
  191. 1 dict dup /InputAttributes 4 -1 roll put
  192. dup /TraySwitch false put setpagedevice } ifelse
  193. } stopped {cleartomark} {pop} ifelse"
  194. *End
  195. *InputSlot CPF3: "
  196. mark { currentpagedevice /InputAttributes get dup 3 get null eq {pop}
  197. { dup length dict begin {def} forall /Priority [3 0 1 2] def currentdict end
  198. 1 dict dup /InputAttributes 4 -1 roll put
  199. dup /TraySwitch false put setpagedevice } ifelse
  200. } stopped {cleartomark} {pop} ifelse"
  201. *End
  202. *?InputSlot: "
  203. save
  204. currentpagedevice /TraySwitch get false eq
  205. { << 0 (MPF) 1 (CPF1) 2 (CPF2) 3 (CPF3) >>
  206. currentpagedevice /InputAttributes get dup
  207. /Priority known { /Priority get 0 get get }
  208. { dup length 1 eq
  209. { {pop} forall get }
  210. { pop pop (Unknown) } ifelse
  211. } ifelse
  212. } {(AUTO)} ifelse
  213. = flush
  214. restore"
  215. *End
  216. *CloseUI: *InputSlot
  217. *OpenUI *ManualFeed/Manual Feed: Boolean
  218. *OrderDependency: 40 AnySetup *ManualFeed
  219. *DefaultManualFeed: False
  220. *ManualFeed True: "<< /ManualFeed true >> setpagedevice"
  221. *ManualFeed False: "<< /ManualFeed false >> setpagedevice"
  222. *?ManualFeed: "save
  223. currentpagedevice /ManualFeed get
  224. {(True)} {(False)} ifelse = flush
  225. restore"
  226. *End
  227. *CloseUI: *ManualFeed
  228. *OpenGroup: InstallableOptions/Options Installed
  229. *OpenUI *Option2/CPF2: Boolean
  230. *DefaultOption2: False
  231. *Option2 True/Attached: ""
  232. *Option2 False/None: ""
  233. *?Option2: "
  234. save currentpagedevice /InputAttributes get 2 get
  235. type (dicttype) eq {(True)} {(False)} ifelse = flush restore"
  236. *End
  237. *CloseUI: *Option2
  238. *OpenUI *Option3/CPF3: Boolean
  239. *DefaultOption3: False
  240. *Option3 True/Attached: ""
  241. *Option3 False/None: ""
  242. *?Option3: "
  243. save currentpagedevice /InputAttributes get 3 get
  244. type (dicttype) eq {(True)} {(False)} ifelse = flush restore"
  245. *End
  246. *CloseUI: *Option3
  247. *CloseGroup: InstallableOptions
  248. *% PostRenderingEnhance Information ===================
  249. *OpenUI *Smoothing: Boolean
  250. *OrderDependency: 70 AnySetup *Smoothing
  251. *DefaultSmoothing: True
  252. *Smoothing True/On: "
  253. 2 dict begin
  254. /PostRenderingEnhance true def
  255. /PostRenderingEnhanceDetails
  256. currentpagedevice /PostRenderingEnhanceDetails get dup length dict begin
  257. { def } forall /REValue 1 def currentdict end def
  258. currentdict end setpagedevice"
  259. *End
  260. *Smoothing False/Off: "
  261. 2 dict begin
  262. /PostRenderingEnhance true def
  263. /PostRenderingEnhanceDetails
  264. currentpagedevice /PostRenderingEnhanceDetails get dup length dict begin
  265. { def } forall /REValue 0 def currentdict end def
  266. currentdict end setpagedevice"
  267. *End
  268. *?Smoothing: "save
  269. { mark currentpagedevice /PostRenderingEnhanceDetails get dup
  270. /Type get 18 eq
  271. { /REValue get 0 eq {(False)}{(True)} ifelse }
  272. { pop (Off) } ifelse
  273. exch pop
  274. } stopped
  275. { cleartomark (True) } if
  276. = flush restore"
  277. *End
  278. *CloseUI: *Smoothing
  279. *OpenUI *CS3C70TonerSaver/Toner Save: PickOne
  280. *OrderDependency: 80 AnySetup *CS3C70TonerSaver
  281. *DefaultCS3C70TonerSaver: 0
  282. *CS3C70TonerSaver 0/Off: "
  283. 2 dict begin /PostRenderingEnhance true def /PostRenderingEnhanceDetails
  284. currentpagedevice /PostRenderingEnhanceDetails get dup length dict begin
  285. { def } forall /TonerSaver 0 def currentdict end def currentdict end
  286. setpagedevice"
  287. *End
  288. *CS3C70TonerSaver 1/Level 1: "
  289. 2 dict begin /PostRenderingEnhance true def /PostRenderingEnhanceDetails
  290. currentpagedevice /PostRenderingEnhanceDetails get dup length dict begin
  291. { def } forall /TonerSaver 1 def currentdict end def currentdict end
  292. setpagedevice"
  293. *End
  294. *CS3C70TonerSaver 2/Level 2: "
  295. 2 dict begin /PostRenderingEnhance true def /PostRenderingEnhanceDetails
  296. currentpagedevice /PostRenderingEnhanceDetails get dup length dict begin
  297. { def } forall /TonerSaver 2 def currentdict end def currentdict end
  298. setpagedevice"
  299. *End
  300. *?CS3C70TonerSaver: "save
  301. { mark currentpagedevice /PostRenderingEnhanceDetails get dup
  302. /Type get 18 eq
  303. { /TonerSaver get }
  304. { pop 0 } ifelse
  305. exch pop
  306. } stopped
  307. { cleartomark 0 } if
  308. = flush restore"
  309. *End
  310. *CloseUI: *CS3C70TonerSaver
  311. *% CP-7400/7500 Specific Information =====================
  312. *OpenUI *CS3C70Screening/Halftone Type: PickOne
  313. *OrderDependency: 90 AnySetup *CS3C70Screening
  314. *DefaultCS3C70Screening: RT
  315. *CS3C70Screening ABS/Adobe Brilliant Screening: "
  316. statusdict /SO3C70-AutoHalftoneFlag false put
  317. (AdobeScreen_Startup-SO3C70.ps) run"
  318. *End
  319. *CS3C70Screening RT/RT Screening: "
  320. currenthalftone dup /HalftoneType known
  321. { /HalftoneType get 6 eq
  322. { statusdict /SO3C70-AutoHalftoneFlag true put
  323. <</Install statusdict /SO3C70-Install get>> setpagedevice
  324. } if
  325. } { pop } ifelse"
  326. *End
  327. *?CS3C70Screening: "save
  328. currenthalftone dup /HalftoneType known
  329. { /HalftoneType get 6 eq {(ABS)} {(RT)} ifelse }
  330. { pop (RT) } ifelse = flush restore"
  331. *End
  332. *CloseUI: *CS3C70Screening
  333. *% UI Constraints ===================
  334. *UIConstraints: *Option2 False *InputSlot CPF2
  335. *UIConstraints: *InputSlot CPF2 *Option2 False
  336. *UIConstraints: *Option3 False *InputSlot CPF3
  337. *UIConstraints: *InputSlot CPF3 *Option3 False
  338. *% Font Information =====================
  339. *DefaultFont: Courier
  340. *Font Courier: Standard "(003.000)" Standard Disk
  341. *Font Symbol: Special "(001.008)" Special Disk
  342. *Font AdobeSansMM: Standard "(001.000)" Standard Disk
  343. *Font AdobeSerifMM: Standard "(001.001)" Standard Disk
  344. *Font AlbertusMT: Standard "(001.000)" Standard Disk
  345. *Font AlbertusMT-Italic: Standard "(001.000)" Standard Disk
  346. *Font AlbertusMT-Light: Standard "(001.000)" Standard Disk
  347. *Font AntiqueOlive-Bold: Standard "(001.001)" Standard Disk
  348. *Font AntiqueOlive-Compact: Standard "(001.001)" Standard Disk
  349. *Font AntiqueOlive-Italic: Standard "(001.001)" Standard Disk
  350. *Font AntiqueOlive-Roman: Standard "(001.001)" Standard Disk
  351. *Font Apple-Chancery: Standard "(2.0)" Standard Disk
  352. *Font Apple-ChanceryCE: Standard "(2.0)" Standard Disk
  353. *Font Arial-BoldItalicMT: Standard "(2.00)" Standard Disk
  354. *Font Arial-BoldMT: Standard "(2.00)" Standard Disk
  355. *Font Arial-ItalicMT: Standard "(2.00)" Standard Disk
  356. *Font ArialCE: Standard "(2.00)" Standard Disk
  357. *Font ArialCE-Bold: Standard "(2.00)" Standard Disk
  358. *Font ArialCE-BoldItalic: Standard "(2.00)" Standard Disk
  359. *Font ArialCE-Italic: Standard "(2.00)" Standard Disk
  360. *Font ArialMT: Standard "(2.00)" Standard Disk
  361. *Font AvantGarde-Book: Standard "(002.000)" Standard Disk
  362. *Font AvantGarde-BookOblique: Standard "(002.000)" Standard Disk
  363. *Font AvantGarde-Demi: Standard "(002.000)" Standard Disk
  364. *Font AvantGarde-DemiOblique: Standard "(002.000)" Standard Disk
  365. *Font AvantGardeCE-Book: Standard "(002.000)" Standard Disk
  366. *Font AvantGardeCE-BookOblique: Standard "(002.000)" Standard Disk
  367. *Font AvantGardeCE-Demi: Standard "(002.000)" Standard Disk
  368. *Font AvantGardeCE-DemiOblique: Standard "(002.000)" Standard Disk
  369. *Font Bodoni: Standard "(001.002)" Standard Disk
  370. *Font Bodoni-Bold: Standard "(001.002)" Standard Disk
  371. *Font Bodoni-BoldItalic: Standard "(001.002)" Standard Disk
  372. *Font Bodoni-Italic: Standard "(001.002)" Standard Disk
  373. *Font Bodoni-Poster: Standard "(001.002)" Standard Disk
  374. *Font Bodoni-PosterCompressed: Standard "(001.001)" Standard Disk
  375. *Font Bookman-Demi: Standard "(002.000)" Standard Disk
  376. *Font Bookman-DemiItalic: Standard "(002.000)" Standard Disk
  377. *Font Bookman-Light: Standard "(002.000)" Standard Disk
  378. *Font Bookman-LightItalic: Standard "(002.000)" Standard Disk
  379. *Font BookmanCE-Demi: Standard "(002.000)" Standard Disk
  380. *Font BookmanCE-DemiItalic: Standard "(002.000)" Standard Disk
  381. *Font BookmanCE-Light: Standard "(002.000)" Standard Disk
  382. *Font BookmanCE-LightItalic: Standard "(002.000)" Standard Disk
  383. *Font Carta: Standard "(001.001)" Standard Disk
  384. *Font Chicago: Standard "(2.0)" Standard Disk
  385. *Font ChicagoCE: Standard "(2.0)" Standard Disk
  386. *Font Clarendon: Standard "(001.001)" Standard Disk
  387. *Font Clarendon-Bold: Standard "(001.001)" Standard Disk
  388. *Font Clarendon-Light: Standard "(001.001)" Standard Disk
  389. *Font CooperBlack: Standard "(001.003)" Standard Disk
  390. *Font CooperBlack-Italic: Standard "(001.003)" Standard Disk
  391. *Font Copperplate-ThirtyThreeBC: Standard "(001.002)" Standard Disk
  392. *Font Copperplate-ThirtyTwoBC: Standard "(001.002)" Standard Disk
  393. *Font Coronet-Regular: Standard "(001.000)" Standard Disk
  394. *Font CoronetCE-Regular: Standard "(001.000)" Standard Disk
  395. *Font Courier-Bold: Standard "(003.000)" Standard Disk
  396. *Font Courier-BoldOblique: Standard "(003.000)" Standard Disk
  397. *Font Courier-Oblique: Standard "(003.000)" Standard Disk
  398. *Font CourierCE: Standard "(003.000)" Standard Disk
  399. *Font CourierCE-Bold: Standard "(003.000)" Standard Disk
  400. *Font CourierCE-BoldOblique: Standard "(003.000)" Standard Disk
  401. *Font CourierCE-Oblique: Standard "(003.000)" Standard Disk
  402. *Font Eurostile: Standard "(001.002)" Standard Disk
  403. *Font Eurostile-Bold: Standard "(001.001)" Standard Disk
  404. *Font Eurostile-BoldExtendedTwo: Standard "(001.002)" Standard Disk
  405. *Font Eurostile-ExtendedTwo: Standard "(001.002)" Standard Disk
  406. *Font Geneva: Standard "(2.0)" Standard Disk
  407. *Font GenevaCE: Standard "(2.0)" Standard Disk
  408. *Font GillSans: Standard "(001.002)" Standard Disk
  409. *Font GillSans-Bold: Standard "(001.001)" Standard Disk
  410. *Font GillSans-BoldCondensed: Standard "(001.001)" Standard Disk
  411. *Font GillSans-BoldItalic: Standard "(001.002)" Standard Disk
  412. *Font GillSans-Condensed: Standard "(001.001)" Standard Disk
  413. *Font GillSans-ExtraBold: Standard "(001.001)" Standard Disk
  414. *Font GillSans-Italic: Standard "(001.002)" Standard Disk
  415. *Font GillSans-Light: Standard "(001.001)" Standard Disk
  416. *Font GillSans-LightItalic: Standard "(001.002)" Standard Disk
  417. *Font Goudy: Standard "(001.003)" Standard Disk
  418. *Font Goudy-Bold: Standard "(001.002)" Standard Disk
  419. *Font Goudy-BoldItalic: Standard "(001.002)" Standard Disk
  420. *Font Goudy-ExtraBold: Standard "(001.001)" Standard Disk
  421. *Font Goudy-Italic: Standard "(001.002)" Standard Disk
  422. *Font Helvetica: Standard "(002.000)" Standard Disk
  423. *Font Helvetica-Bold: Standard "(002.000)" Standard Disk
  424. *Font Helvetica-BoldOblique: Standard "(002.000)" Standard Disk
  425. *Font Helvetica-Condensed: Standard "(002.000)" Standard Disk
  426. *Font Helvetica-Condensed-Bold: Standard "(002.000)" Standard Disk
  427. *Font Helvetica-Condensed-BoldObl: Standard "(002.000)" Standard Disk
  428. *Font Helvetica-Condensed-Oblique: Standard "(002.000)" Standard Disk
  429. *Font Helvetica-Narrow: Standard "(002.000)" Standard Disk
  430. *Font Helvetica-Narrow-Bold: Standard "(002.000)" Standard Disk
  431. *Font Helvetica-Narrow-BoldOblique: Standard "(002.000)" Standard Disk
  432. *Font Helvetica-Narrow-Oblique: Standard "(002.000)" Standard Disk
  433. *Font Helvetica-Oblique: Standard "(002.000)" Standard Disk
  434. *Font HelveticaCE: Standard "(002.000)" Standard Disk
  435. *Font HelveticaCE-Bold: Standard "(002.000)" Standard Disk
  436. *Font HelveticaCE-BoldOblique: Standard "(002.000)" Standard Disk
  437. *Font HelveticaCE-Cond: Standard "(002.000)" Standard Disk
  438. *Font HelveticaCE-CondBold: Standard "(002.000)" Standard Disk
  439. *Font HelveticaCE-CondBoldObl: Standard "(002.000)" Standard Disk
  440. *Font HelveticaCE-CondObl: Standard "(002.000)" Standard Disk
  441. *Font HelveticaCE-Narrow: Standard "(002.000)" Standard Disk
  442. *Font HelveticaCE-NarrowBold: Standard "(002.000)" Standard Disk
  443. *Font HelveticaCE-NarrowBoldOblique: Standard "(002.000)" Standard Disk
  444. *Font HelveticaCE-NarrowOblique: Standard "(002.000)" Standard Disk
  445. *Font HelveticaCE-Oblique: Standard "(002.000)" Standard Disk
  446. *Font HoeflerText-Black: Standard "(2.0)" Standard Disk
  447. *Font HoeflerText-BlackItalic: Standard "(2.0)" Standard Disk
  448. *Font HoeflerText-Italic: Standard "(2.0)" Standard Disk
  449. *Font HoeflerText-Ornaments: Standard "(2.0)" Standard Disk
  450. *Font HoeflerText-Regular: Standard "(2.0)" Standard Disk
  451. *Font HoeflerTextCE-Black: Standard "(2.0)" Standard Disk
  452. *Font HoeflerTextCE-BlackItalic: Standard "(2.0)" Standard Disk
  453. *Font HoeflerTextCE-Italic: Standard "(2.0)" Standard Disk
  454. *Font HoeflerTextCE-Regular: Standard "(2.0)" Standard Disk
  455. *Font JoannaMT: Standard "(001.000)" Standard Disk
  456. *Font JoannaMT-Bold: Standard "(001.000)" Standard Disk
  457. *Font JoannaMT-BoldItalic: Standard "(001.000)" Standard Disk
  458. *Font JoannaMT-Italic: Standard "(001.000)" Standard Disk
  459. *Font LetterGothic: Standard "(001.004)" Standard Disk
  460. *Font LetterGothic-Bold: Standard "(001.006)" Standard Disk
  461. *Font LetterGothic-BoldSlanted: Standard "(001.005)" Standard Disk
  462. *Font LetterGothic-Slanted: Standard "(001.004)" Standard Disk
  463. *Font LubalinGraph-Book: Standard "(001.002)" Standard Disk
  464. *Font LubalinGraph-BookOblique: Standard "(001.002)" Standard Disk
  465. *Font LubalinGraph-Demi: Standard "(001.002)" Standard Disk
  466. *Font LubalinGraph-DemiOblique: Standard "(001.002)" Standard Disk
  467. *Font Marigold: Standard "(001.000)" Standard Disk
  468. *Font Monaco: Standard "(2.0)" Standard Disk
  469. *Font MonacoCE: Standard "(2.0)" Standard Disk
  470. *Font MonaLisa-Recut: Standard "(001.000)" Standard Disk
  471. *Font NewCenturySchlbk-Bold: Standard "(002.000)" Standard Disk
  472. *Font NewCenturySchlbk-BoldItalic: Standard "(002.000)" Standard Disk
  473. *Font NewCenturySchlbk-Italic: Standard "(002.000)" Standard Disk
  474. *Font NewCenturySchlbk-Roman: Standard "(002.000)" Standard Disk
  475. *Font NewCenturySchlbkCE-Bold: Standard "(002.000)" Standard Disk
  476. *Font NewCenturySchlbkCE-BoldItalic: Standard "(002.000)" Standard Disk
  477. *Font NewCenturySchlbkCE-Italic: Standard "(002.000)" Standard Disk
  478. *Font NewCenturySchlbkCE-Roman: Standard "(002.000)" Standard Disk
  479. *Font NewYork: Standard "(2.0)" Standard Disk
  480. *Font NewYorkCE: Standard "(2.0)" Standard Disk
  481. *Font Optima: Standard "(001.005)" Standard Disk
  482. *Font Optima-Bold: Standard "(001.005)" Standard Disk
  483. *Font Optima-BoldItalic: Standard "(001.000)" Standard Disk
  484. *Font Optima-Italic: Standard "(001.000)" Standard Disk
  485. *Font Oxford: Standard "(001.000)" Standard Disk
  486. *Font Palatino-Bold: Standard "(002.000)" Standard Disk
  487. *Font Palatino-BoldItalic: Standard "(002.000)" Standard Disk
  488. *Font Palatino-Italic: Standard "(002.000)" Standard Disk
  489. *Font Palatino-Roman: Standard "(002.000)" Standard Disk
  490. *Font PalatinoCE-Bold: Standard "(002.000)" Standard Disk
  491. *Font PalatinoCE-BoldItalic: Standard "(002.000)" Standard Disk
  492. *Font PalatinoCE-Italic: Standard "(002.000)" Standard Disk
  493. *Font PalatinoCE-Roman: Standard "(002.000)" Standard Disk
  494. *Font StempelGaramond-Bold: Standard "(001.002)" Standard Disk
  495. *Font StempelGaramond-BoldItalic: Standard "(001.002)" Standard Disk
  496. *Font StempelGaramond-Italic: Standard "(001.002)" Standard Disk
  497. *Font StempelGaramond-Roman: Standard "(001.002)" Standard Disk
  498. *Font Tekton: Standard "(001.001)" Standard Disk
  499. *Font Times-Bold: Standard "(002.000)" Standard Disk
  500. *Font Times-BoldItalic: Standard "(002.000)" Standard Disk
  501. *Font Times-Italic: Standard "(002.000)" Standard Disk
  502. *Font Times-Roman: Standard "(002.000)" Standard Disk
  503. *Font TimesCE-Bold: Standard "(002.000)" Standard Disk
  504. *Font TimesCE-BoldItalic: Standard "(002.000)" Standard Disk
  505. *Font TimesCE-Italic: Standard "(002.000)" Standard Disk
  506. *Font TimesCE-Roman: Standard "(002.000)" Standard Disk
  507. *Font TimesNewRomanCE: Standard "(2.00)" Standard Disk
  508. *Font TimesNewRomanCE-Bold: Standard "(2.00)" Standard Disk
  509. *Font TimesNewRomanCE-BoldItalic: Standard "(2.00)" Standard Disk
  510. *Font TimesNewRomanCE-Italic: Standard "(2.00)" Standard Disk
  511. *Font TimesNewRomanPS-BoldItalicMT: Standard "(2.00)" Standard Disk
  512. *Font TimesNewRomanPS-BoldMT: Standard "(2.00)" Standard Disk
  513. *Font TimesNewRomanPS-ItalicMT: Standard "(2.00)" Standard Disk
  514. *Font TimesNewRomanPSMT: Standard "(2.00)" Standard Disk
  515. *Font Univers: Standard "(001.003)" Standard Disk
  516. *Font Univers-Bold: Standard "(001.003)" Standard Disk
  517. *Font Univers-BoldExt: Standard "(001.000)" Standard Disk
  518. *Font Univers-BoldExtObl: Standard "(001.000)" Standard Disk
  519. *Font Univers-BoldOblique: Standard "(001.003)" Standard Disk
  520. *Font Univers-Condensed: Standard "(001.002)" Standard Disk
  521. *Font Univers-CondensedBold: Standard "(001.001)" Standard Disk
  522. *Font Univers-CondensedBoldOblique: Standard "(001.001)" Standard Disk
  523. *Font Univers-CondensedOblique: Standard "(001.002)" Standard Disk
  524. *Font Univers-Extended: Standard "(001.000)" Standard Disk
  525. *Font Univers-ExtendedObl: Standard "(001.000)" Standard Disk
  526. *Font Univers-Light: Standard "(001.003)" Standard Disk
  527. *Font Univers-LightOblique: Standard "(001.003)" Standard Disk
  528. *Font Univers-Oblique: Standard "(001.003)" Standard Disk
  529. *Font Wingdings-Regular: Standard "(2.00)" Standard Disk
  530. *Font ZapfChancery-MediumItalic: Standard "(002.000)" Standard Disk
  531. *Font ZapfChanceryCE-MediumItalic: Standard "(002.000)" Standard Disk
  532. *Font ZapfDingbats: Special "(002.000)" Special Disk
  533. *% Japanese Fonts ===============
  534. *Font Ryumin-Light-78-EUC-H: 78-EUC-H "(3.01)" Adobe-Japan1-0 Disk
  535. *Font Ryumin-Light-78-EUC-V: 78-EUC-V "(3.01)" Adobe-Japan1-0 Disk
  536. *Font Ryumin-Light-78-H: 78-H "(3.01)" Adobe-Japan1-0 Disk
  537. *Font Ryumin-Light-78-RKSJ-H: 78-RKSJ-H "(3.01)" Adobe-Japan1-0 Disk
  538. *Font Ryumin-Light-78-RKSJ-V: 78-RKSJ-V "(3.01)" Adobe-Japan1-0 Disk
  539. *Font Ryumin-Light-78-V: 78-V "(3.01)" Adobe-Japan1-0 Disk
  540. *Font Ryumin-Light-78ms-RKSJ-H: 78ms-RKSJ-H "(3.01)" Adobe-Japan1-2 Disk
  541. *Font Ryumin-Light-78ms-RKSJ-V: 78ms-RKSJ-V "(3.01)" Adobe-Japan1-2 Disk
  542. *Font Ryumin-Light-83pv-RKSJ-H: 83pv-RKSJ-H "(3.01)" Adobe-Japan1-1 Disk
  543. *Font Ryumin-Light-90ms-RKSJ-H: 90ms-RKSJ-H "(3.01)" Adobe-Japan1-2 Disk
  544. *Font Ryumin-Light-90ms-RKSJ-V: 90ms-RKSJ-V "(3.01)" Adobe-Japan1-2 Disk
  545. *Font Ryumin-Light-90pv-RKSJ-H: 90pv-RKSJ-H "(3.01)" Adobe-Japan1-1 Disk
  546. *Font Ryumin-Light-90pv-RKSJ-V: 90pv-RKSJ-V "(3.01)" Adobe-Japan1-1 Disk
  547. *Font Ryumin-Light-Add-H: Add-H "(3.01)" Adobe-Japan1-1 Disk
  548. *Font Ryumin-Light-Add-RKSJ-H: Add-RKSJ-H "(3.01)" Adobe-Japan1-1 Disk
  549. *Font Ryumin-Light-Add-RKSJ-V: Add-RKSJ-V "(3.01)" Adobe-Japan1-1 Disk
  550. *Font Ryumin-Light-Add-V: Add-V "(3.01)" Adobe-Japan1-1 Disk
  551. *Font Ryumin-Light-Adobe-Japan1-0: Adobe-Japan1-0 "(3.01)" Adobe-Japan1-0 Disk
  552. *Font Ryumin-Light-Adobe-Japan1-1: Adobe-Japan1-1 "(3.01)" Adobe-Japan1-1 Disk
  553. *Font Ryumin-Light-Adobe-Japan1-2: Adobe-Japan1-2 "(3.01)" Adobe-Japan1-2 Disk
  554. *Font Ryumin-Light-EUC-H: EUC-H "(3.01)" Adobe-Japan1-1 Disk
  555. *Font Ryumin-Light-EUC-V: EUC-V "(3.01)" Adobe-Japan1-0 Disk
  556. *Font Ryumin-Light-Ext-H: Ext-H "(3.01)" Adobe-Japan1-2 Disk
  557. *Font Ryumin-Light-Ext-RKSJ-H: Ext-RKSJ-H "(3.01)" Adobe-Japan1-2 Disk
  558. *Font Ryumin-Light-Ext-RKSJ-V: Ext-RKSJ-V "(3.01)" Adobe-Japan1-0 Disk
  559. *Font Ryumin-Light-Ext-V: Ext-V "(3.01)" Adobe-Japan1-0 Disk
  560. *Font Ryumin-Light-H: H "(3.01)" Adobe-Japan1-1 Disk
  561. *Font Ryumin-Light-Hankaku: Hankaku "(3.01)" Adobe-Japan1-0 Disk
  562. *Font Ryumin-Light-Hiragana: Hiragana "(3.01)" Adobe-Japan1-0 Disk
  563. *Font Ryumin-Light-Katakana: Katakana "(3.01)" Adobe-Japan1-0 Disk
  564. *Font Ryumin-Light-NWP-H: NWP-H "(3.01)" Adobe-Japan1-0 Disk
  565. *Font Ryumin-Light-NWP-V: NWP-V "(3.01)" Adobe-Japan1-0 Disk
  566. *Font Ryumin-Light-RKSJ-H: RKSJ-H "(3.01)" Adobe-Japan1-1 Disk
  567. *Font Ryumin-Light-RKSJ-V: RKSJ-V "(3.01)" Adobe-Japan1-0 Disk
  568. *Font Ryumin-Light-Roman: Roman "(3.01)" Adobe-Japan1-0 Disk
  569. *Font Ryumin-Light-V: V "(3.01)" Adobe-Japan1-0 Disk
  570. *Font Ryumin-Light-WP-Symbol: WP-Symbol "(3.01)" Adobe-Japan1-0 Disk
  571. *Font GothicBBB-Medium-78-EUC-H:78-EUC-H "(3.011)" Adobe-Japan1-0 Disk
  572. *Font GothicBBB-Medium-78-EUC-V:78-EUC-V "(3.011)" Adobe-Japan1-0 Disk
  573. *Font GothicBBB-Medium-78-H: 78-H "(3.011)" Adobe-Japan1-0 Disk
  574. *Font GothicBBB-Medium-78-RKSJ-H:78-RKSJ-H "(3.011)" Adobe-Japan1-0 Disk
  575. *Font GothicBBB-Medium-78-RKSJ-V:78-RKSJ-V "(3.011)" Adobe-Japan1-0 Disk
  576. *Font GothicBBB-Medium-78-V: 78-V "(3.011)" Adobe-Japan1-0 Disk
  577. *Font GothicBBB-Medium-78ms-RKSJ-H:78ms-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  578. *Font GothicBBB-Medium-78ms-RKSJ-V:78ms-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  579. *Font GothicBBB-Medium-83pv-RKSJ-H:83pv-RKSJ-H "(3.011)" Adobe-Japan1-1 Disk
  580. *Font GothicBBB-Medium-90ms-RKSJ-H:90ms-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  581. *Font GothicBBB-Medium-90ms-RKSJ-V:90ms-RKSJ-V "(3.011)" Adobe-Japan1-2 Disk
  582. *Font GothicBBB-Medium-90pv-RKSJ-H:90pv-RKSJ-H "(3.011)" Adobe-Japan1-1 Disk
  583. *Font GothicBBB-Medium-90pv-RKSJ-V:90pv-RKSJ-V "(3.011)" Adobe-Japan1-1 Disk
  584. *Font GothicBBB-Medium-Add-H: Add-H "(3.011)" Adobe-Japan1-1 Disk
  585. *Font GothicBBB-Medium-Add-RKSJ-H:Add-RKSJ-H "(3.011)" Adobe-Japan1-1 Disk
  586. *Font GothicBBB-Medium-Add-RKSJ-V:Add-RKSJ-V "(3.011)" Adobe-Japan1-1 Disk
  587. *Font GothicBBB-Medium-Add-V: Add-V "(3.011)" Adobe-Japan1-1 Disk
  588. *Font GothicBBB-Medium-Adobe-Japan1-0: Adobe-Japan1-0 "(3.011)" Adobe-Japan1-0 Disk
  589. *Font GothicBBB-Medium-Adobe-Japan1-1: Adobe-Japan1-1 "(3.011)" Adobe-Japan1-1 Disk
  590. *Font GothicBBB-Medium-Adobe-Japan1-2: Adobe-Japan1-2 "(3.011)" Adobe-Japan1-2 Disk
  591. *Font GothicBBB-Medium-EUC-H: EUC-H "(3.011)" Adobe-Japan1-1 Disk
  592. *Font GothicBBB-Medium-EUC-V: EUC-V "(3.011)" Adobe-Japan1-0 Disk
  593. *Font GothicBBB-Medium-Ext-H: Ext-H "(3.011)" Adobe-Japan1-2 Disk
  594. *Font GothicBBB-Medium-Ext-RKSJ-H:Ext-RKSJ-H "(3.011)" Adobe-Japan1-2 Disk
  595. *Font GothicBBB-Medium-Ext-RKSJ-V:Ext-RKSJ-V "(3.011)" Adobe-Japan1-0 Disk
  596. *Font GothicBBB-Medium-Ext-V: Ext-V "(3.011)" Adobe-Japan1-0 Disk
  597. *Font GothicBBB-Medium-H: H "(3.011)" Adobe-Japan1-1 Disk
  598. *Font GothicBBB-Medium-Hankaku: Hankaku "(3.011)" Adobe-Japan1-0 Disk
  599. *Font GothicBBB-Medium-Hiragana:Hiragana "(3.011)" Adobe-Japan1-0 Disk
  600. *Font GothicBBB-Medium-Katakana:Katakana "(3.011)" Adobe-Japan1-0 Disk
  601. *Font GothicBBB-Medium-NWP-H: NWP-H "(3.011)" Adobe-Japan1-0 Disk
  602. *Font GothicBBB-Medium-NWP-V: NWP-V "(3.011)" Adobe-Japan1-0 Disk
  603. *Font GothicBBB-Medium-RKSJ-H: RKSJ-H "(3.011)" Adobe-Japan1-1 Disk
  604. *Font GothicBBB-Medium-RKSJ-V: RKSJ-V "(3.011)" Adobe-Japan1-0 Disk
  605. *Font GothicBBB-Medium-Roman: Roman "(3.011)" Adobe-Japan1-0 Disk
  606. *Font GothicBBB-Medium-V: V "(3.011)" Adobe-Japan1-0 Disk
  607. *Font GothicBBB-Medium-WP-Symbol:WP-Symbol "(3.011)" Adobe-Japan1-0 Disk
  608. *?FontQuery: "
  609. save
  610. { count 1 gt
  611. { exch dup 127 string cvs (/) print print (:) print
  612. /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  613. } { exit } ifelse
  614. } bind loop
  615. (*) = flush
  616. restore"
  617. *End
  618. *?FontList: "
  619. save (*) {cvn ==} 128 string /Font resourceforall
  620. (*) = flush restore"
  621. *End
  622. *% Printer Messages (verbatim from printer):
  623. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  624. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  625. *Message: "\FontName\ not found, using Courier"
  626. *% Status (format: %%[ status: <one of these> ]%% )
  627. *Status: "initializing"
  628. *Status: "idle"
  629. *Status: "holding"
  630. *Status: "busy"
  631. *Status: "waiting"
  632. *Status: "PrinterError: printer is warming up"
  633. *Status: "PrinterError: printer is not ready"
  634. *Status: "PrinterError: out of paper"
  635. *Status: "PrinterError: paper jam"
  636. *Status: "PrinterError: paper jam at entry"
  637. *Status: "PrinterError: out of ribbon"
  638. *Status: "PrinterError: ribbon jam"
  639. *Status: "PrinterError: cover is open"
  640. *Status: "PrinterError: thermal head temperature"
  641. *Status: "PrinterError: internal interface error"
  642. *Status: "PrinterError: print engine failure"
  643. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  644. *Source: "Serial"
  645. *Source: "LocalTalk"
  646. *Source: "Parallel"
  647. *Source: "Internal"
  648. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  649. *PrinterError: "printer is warming up"
  650. *PrinterError: "printer is not ready"
  651. *PrinterError: "out of paper"
  652. *PrinterError: "paper jam"
  653. *PrinterError: "paper jam at entry"
  654. *PrinterError: "out of ribbon"
  655. *PrinterError: "ribbon jam"
  656. *PrinterError: "cover is open"
  657. *PrinterError: "thermal head temperature"
  658. *PrinterError: "internal interface error"
  659. *PrinterError: "print engine failure"
  660. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  661. *InkName: ProcessBlack/Process Black
  662. *InkName: CustomColor/Custom Color
  663. *InkName: ProcessCyan/Process Cyan
  664. *InkName: ProcessMagenta/Process Magenta
  665. *InkName: ProcessYellow/Process Yellow
  666. *% For 60 lpi / 300 dpi ===============================
  667. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45.0"
  668. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45.0"
  669. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "11.31"
  670. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "78.69"
  671. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0.0"
  672. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "53.033"
  673. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "53.033"
  674. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "58.8348"
  675. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "58.8348"
  676. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  677. *% For 53 lpi / 300 dpi ===============================
  678. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  679. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  680. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  681. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  682. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  683. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  684. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  685. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  686. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  687. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  688. *% For 85 lpi / 600 dpi ===============================
  689. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  690. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  691. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  692. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  693. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  694. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  695. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  696. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  697. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  698. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "85.7142"
  699. *% For 71 lpi / 600 dpi ===============================
  700. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  701. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  702. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "75.9638"
  703. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "14.0362"
  704. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  705. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  706. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  707. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "72.7607"
  708. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "72.7607"
  709. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "75.0"
  710. *% end of PPD file for CASIO PS-PAGEPRESTO 3 CP-7400/7500