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.

607 lines
21 KiB

  1. *PPD-Adobe: "4.2"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1996 Seiko Instruments Development Corporation.
  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.2"
  10. *FileVersion: "1.1"
  11. *LanguageEncoding: ISOLatin1
  12. *LanguageVersion: English
  13. *% PCFileName Convention SK820RL#.PPD
  14. *% SK is set by Adobe, 8 is engine, 2 is printer size, 0 is model, R is Roman PPD
  15. *% L is Localization: A=Asia, E=Europe, Z=GLOBAL, U=USA
  16. *% # is Seiko Installer version number
  17. *PCFileName: "SK835RU2.PPD"
  18. *Product: "(ColorPoint 835 PS)"
  19. *PSVersion: "(2015.105) 102"
  20. *ModelName: "ColorPoint 835 PS USA v2015.105"
  21. *ShortNickName: "ColorPoint 835 PS USA"
  22. *NickName: "ColorPoint 835 PS USA v2015.105"
  23. *% === Options and Constraints =========
  24. *OpenGroup: InstallableOptions/Options Installed
  25. *OpenUI *InstalledMemory/Memory Configuration: PickOne
  26. *DefaultInstalledMemory: 28Meg
  27. *InstalledMemory 28Meg/Standard memory: ""
  28. *InstalledMemory 92Meg/Full Frame memory: ""
  29. *InstalledMemory 136Meg/Maximum memory: ""
  30. *?InstalledMemory: "
  31. save
  32. currentsystemparams /RamSize get
  33. 1048576 div cvi 10 string cvs print
  34. (Meg\n) print flush
  35. restore"
  36. *End
  37. *CloseUI: *InstalledMemory
  38. *CloseGroup: InstallableOptions
  39. *% Constrain for Interpolation Resolution
  40. *UIConstraints:*SKInterpolationM 0 *SKInterpolationR
  41. *% Constrain for LocalPrint Time Out
  42. *UIConstraints:*SKLocalPrint 0 *SKLocalPrintTO
  43. *% System Management ===========================
  44. *JobPatchFile 1:"
  45. %%BeginFile: Seiko Instruments PPD *JobPatchFile 1
  46. %%Copyright: 1990-1996 Seiko Instruments Incorporated. All Rights Reserved.
  47. %%Copyright: by Sol & Mark @ Seiko Instruments Development Corporation
  48. %%Copyright: V+1.408.922.5800, F+1.408.922.5840 [email protected]
  49. currentglobal true setglobal
  50. globaldict begin
  51. (
  52. /setSKcolorconvert
  53. { /SeikoProcs /ProcSet resourcestatus
  54. { pop pop true} { false} ifelse
  55. { { /SeikoProcs /ProcSet findresource /setambient get exec
  56. /SeikoProcs /ProcSet findresource /settarget get exec
  57. true } { false } ifelse
  58. /SeikoProcs /ProcSet findresource /setcolorconversion get exec
  59. }
  60. { { 2 dict begin
  61. /cat
  62. { /s1 exch def /s2 exch def
  63. s1 length s2 length add string dup dup
  64. 0 s2 putinterval s2 length s1 putinterval
  65. } def
  66. cat /CurrentName exch def
  67. currentpagedevice dup length dict copy dup dup dup
  68. /PageDeviceName get CurrentName (.) cat exch cat %dup ==
  69. { /Press findresource} stopped
  70. { pop pop /DeviceRenderingInfo get dup }
  71. { currentglobal true setglobal
  72. CurrentName 50 string cvs
  73. globaldict begin
  74. /CurrentPMD exch def
  75. end
  76. setglobal
  77. exch /DeviceRenderingInfo get dup dup dup
  78. 5 -1 roll dup
  79. 3 1 roll
  80. /CMYTable exch /CMYTable get put
  81. /BlackTable exch /BlackTable get put
  82. } ifelse
  83. end
  84. /PressMatch true put
  85. /DeviceRenderingInfo exch put setpagedevice
  86. }
  87. { 1 dict dup /DeviceRenderingInfo
  88. currentpagedevice /DeviceRenderingInfo get dup
  89. /PressMatch false put put setpagedevice } ifelse
  90. } ifelse
  91. } bind def
  92. /setSKcolorrendering
  93. { systemdict /findcolorrendering known
  94. { dup systemdict /findcolorrendering get exec
  95. { /ColorRendering findresource setcolorrendering pop}
  96. { pop /General ne
  97. { /General systemdict /findcolorrendering get exec
  98. { /ColorRendering findresource setcolorrendering}
  99. { pop} ifelse
  100. } if
  101. }ifelse
  102. } { pop } ifelse
  103. }bind def
  104. /setpapersize
  105. { 2 dict dup /PageSize 4 -1 roll put dup /ImagingBBox null put setpagedevice
  106. }bind def
  107. /setSKLocalPrintCount
  108. { (%Engine%)currentdevparams/LocalPrintCount known
  109. { (%Engine%) 1 dict dup /LocalPrintCount 5 -1 roll put setdevparams}
  110. { pop }ifelse
  111. }bind def
  112. /setSKLocalPrintTimeout
  113. { (%Engine%)currentdevparams/LocalPrintTimeout known
  114. { (%Engine%) 1 dict dup /LocalPrintTimeout 5 -1 roll put setdevparams}
  115. { pop }ifelse
  116. }bind def
  117. /setSKInterpolationM
  118. { dup 0 eq
  119. { currentglobal true setglobal
  120. globaldict /ForceInterpolation false put setglobal
  121. }
  122. { currentglobal true setglobal
  123. globaldict /ForceInterpolation true put setglobal
  124. dup 3 ge
  125. { 3 exch 3 sub .1 mul .5 exch sub
  126. (%Engine%)currentdevparams/BlackmanCutoff known
  127. { (%Engine%) 1 dict dup /BlackmanCutoff 5 -1 roll put setdevparams}
  128. { pop }ifelse
  129. }if
  130. }ifelse
  131. 1 dict dup /DeviceRenderingInfo
  132. 2 dict dup /InterpolateType 7 -1 roll put put setpagedevice
  133. }bind def
  134. /setSKInterpolationR
  135. { (%Engine%)currentdevparams/InterpolationResolution known
  136. { (%Engine%) 1 dict dup /InterpolationResolution 5 -1 roll put setdevparams}
  137. { pop }ifelse
  138. }bind def
  139. /setSKPaperColor
  140. { /SeikoProcs /ProcSet resourcestatus
  141. { pop pop /SeikoProcs /ProcSet findresource /setpapercolor get exec}
  142. { pop } ifelse
  143. }bind def
  144. ) cvx exec
  145. end %globaldict
  146. globaldict /ForceInterpolation false put
  147. setglobal
  148. 0 globaldict /setSKLocalPrintCount get exec
  149. 5 globaldict /setSKLocalPrintTimeout get exec
  150. 4 globaldict /setSKInterpolationM get exec
  151. 0 globaldict /setSKInterpolationR get exec
  152. false globaldict /setSKPaperColor get exec
  153. %%EndFile: Seiko Instruments PPD *JobPatchFile 1
  154. "
  155. *End
  156. *% ==== Device Capabilities ===============
  157. *LanguageLevel: "2"
  158. *Protocols: BCP TBCP
  159. *TTRasterizer: Type42
  160. *?TTRasterizer: "
  161. save
  162. 42 /FontType resourcestatus
  163. { pop pop (Type42)}
  164. { (None) } ifelse = flush
  165. restore
  166. "
  167. *End
  168. *FreeVM: "3700000"
  169. *VMOption 28Meg: "3700000"
  170. *VMOption 92Meg: "14000000"
  171. *VMOption 136Meg: "3883000"
  172. *?VMOption:"save vmstatus exch sub = pop flush restore"
  173. *ColorDevice: True
  174. *DefaultColorSpace: CMYK
  175. *VariablePaperSize: False
  176. *FileSystem: True
  177. *?FileSystem: "
  178. save false
  179. (%disk?%)
  180. { currentdevparams dup /Writeable known
  181. { /Writeable get {pop true} if } { pop } ifelse
  182. } 10 string /IODevice resourceforall
  183. {(True)}{(False)} ifelse = flush
  184. restore"
  185. *End
  186. *Throughput: "1"
  187. *Password: "()"
  188. *ExitServer: "
  189. count 0 eq
  190. { false } { true exch startjob } ifelse not
  191. { (WARNING: Cannot modify initial VM.) =
  192. (Missing or invalid password.) =
  193. (Please contact the author of this software.) = flush quit
  194. } if
  195. "
  196. *End
  197. *Reset: "
  198. count 0 eq
  199. { false } { true exch startjob } ifelse not
  200. { (WARNING: Cannot reset printer.) =
  201. (Missing or invalid password.) =
  202. (Please contact the author of this software.) = flush quit
  203. } if
  204. systemdict /quit get exec
  205. (WARNING : Printer Reset Failed.) = flush
  206. "
  207. *End
  208. *Resolution 300dpi: ""
  209. *DefaultResolution: 300dpi
  210. *?Resolution: "
  211. save
  212. currentpagedevice /HWResolution get 0 get
  213. ( ) cvs print (dpi) = flush
  214. restore
  215. "
  216. *End
  217. *SuggestedJobTimeout: "0"
  218. *SuggestedWaitTimeout: "0"
  219. *PrintPSErrors: False
  220. *% Document Setup
  221. *% CRD Selection ===============
  222. *OpenUI *SKCRD/MatchPoint RGB conversion : PickOne
  223. *OrderDependency: 10 DocumentSetup *SKCRD
  224. *DefaultSKCRD: Gen
  225. *SKCRD Gen/*General: "/General globaldict /setSKcolorrendering get exec"
  226. *SKCRD BAD/Adjust Blue: "/BAD globaldict /setSKcolorrendering get exec"
  227. *SKCRD STR/Business Graphics: "/STR globaldict /setSKcolorrendering get exec"
  228. *SKCRD GEN/Match Screen: "/GEN globaldict /setSKcolorrendering get exec"
  229. *SKCRD PER/Photographic: "/PER globaldict /setSKcolorrendering get exec"
  230. *SKCRD CLR/Preserve Spot Colors:"/CLR globaldict /setSKcolorrendering get exec"
  231. *?SKCRD: "
  232. save
  233. currentcolorrendering dup begin
  234. /ColorRenderingName known{ColorRenderingName 0 3 getinterval}{(Unknown)}ifelse
  235. end = flush
  236. restore
  237. "
  238. *End
  239. *CloseUI: *SKCRD
  240. *OpenUI *SKCMYK/MatchPoint CMYK conversion:PickOne
  241. *OrderDependency: 10 DocumentSetup *SKCMYK
  242. *DefaultSKCMYK: SWOP50
  243. *SKCMYK Off: "false globaldict /setSKcolorconvert get exec"
  244. *SKCMYK DIC50/DIC D50: "(DIC) (50) true globaldict /setSKcolorconvert get exec"
  245. *SKCMYK EURO50/EURO D50: "(EURO) (50) true globaldict /setSKcolorconvert get exec"
  246. *SKCMYK SWOP50/*SWOP D50: "(SWOP) (50) true globaldict /setSKcolorconvert get exec"
  247. *SKCMYK TOYO50/TOYO D50: "(TOYO) (50) true globaldict /setSKcolorconvert get exec"
  248. *?SKCMYK: "
  249. save
  250. currentpagedevice /DeviceRenderingInfo get /PressMatch get
  251. { globaldict /CurrentPMD known
  252. { globaldict /CurrentPMD get ==}
  253. { (Unknown) ==} ifelse
  254. }
  255. { (Off\n) print } ifelse
  256. flush
  257. restore
  258. "
  259. *End
  260. *CloseUI: *SKCMYK
  261. *OpenUI *SKPaperColor/Paper Color:Boolean
  262. *OrderDependency: 20 DocumentSetup *SKPaperColor
  263. *DefaultSKPaperColor: False
  264. *SKPaperColor True/On: "true globaldict /setSKPaperColor get exec"
  265. *SKPaperColor False/*Off: "false globaldict /setSKPaperColor get exec"
  266. *?SKPaperColor: "
  267. save
  268. /SeikoProcs /ProcSet resourcestatus
  269. { pop pop /SeikoProcs /ProcSet findresource /currentpapercolor get exec
  270. pop {(True)} {(False)}ifelse
  271. }
  272. { (Unknown) } ifelse ==
  273. flush
  274. restore
  275. "
  276. *End
  277. *CloseUI: *SKPaperColor
  278. *OpenUI *SKLocalPrint/Local Print Copies: PickOne
  279. *OrderDependency: 30 DocumentSetup *SKLocalPrint
  280. *DefaultSKLocalPrint: 0
  281. *SKLocalPrint 0/*Off: "0 globaldict /setSKLocalPrintCount get exec"
  282. *SKLocalPrint 2: "2 globaldict /setSKLocalPrintCount get exec"
  283. *SKLocalPrint 5: "5 globaldict /setSKLocalPrintCount get exec"
  284. *SKLocalPrint 10: "10 globaldict /setSKLocalPrintCount get exec"
  285. *SKLocalPrint 20: "20 globaldict /setSKLocalPrintCount get exec"
  286. *SKLocalPrint 40: "40 globaldict /setSKLocalPrintCount get exec"
  287. *SKLocalPrint 50: "50 globaldict /setSKLocalPrintCount get exec"
  288. *SKLocalPrint 60: "60 globaldict /setSKLocalPrintCount get exec"
  289. *SKLocalPrint 80: "80 globaldict /setSKLocalPrintCount get exec"
  290. *SKLocalPrint 100: "100 globaldict /setSKLocalPrintCount get exec"
  291. *?SKLocalPrint: "
  292. save
  293. (%Engine%) currentdevparams /LocalPrintCount known
  294. { (%Engine%) currentdevparams /LocalPrintCount get}
  295. { (Unknown)} ifelse = flush
  296. restore
  297. "
  298. *End
  299. *CloseUI: *SKLocalPrint
  300. *OpenUI *SKLocalPrintTO/Local Print Time Out: PickOne
  301. *OrderDependency: 30 DocumentSetup *SKLocalPrintTO
  302. *DefaultSKLocalPrintTO: 5
  303. *SKLocalPrintTO 0/never: "0 globaldict /setSKLocalPrintTimeout get exec"
  304. *SKLocalPrintTO 2/ 2 minutes: "2 globaldict /setSKLocalPrintTimeout get exec"
  305. *SKLocalPrintTO 5/*5 minutes: "5 globaldict /setSKLocalPrintTimeout get exec"
  306. *SKLocalPrintTO 10/10 minutes: "10 globaldict /setSKLocalPrintTimeout get exec"
  307. *SKLocalPrintTO 20/20 minutes: "20 globaldict /setSKLocalPrintTimeout get exec"
  308. *SKLocalPrintTO 40/40 minutes: "40 globaldict /setSKLocalPrintTimeout get exec"
  309. *SKLocalPrintTO 60/60 minutes: "60 globaldict /setSKLocalPrintTimeout get exec"
  310. *?SKLocalPrintTO: "
  311. save
  312. (%Engine%)currentdevparams/LocalPrintTimeout known
  313. {(%Engine%)currentdevparams/LocalPrintTimeout get}
  314. {(Unknown)}ifelse = flush
  315. restore
  316. "
  317. *End
  318. *CloseUI: *SKLocalPrintTO
  319. *% Interpolation Selection ===============
  320. *OpenUI *SKInterpolationM/Smoothing Method : PickOne
  321. *OrderDependency: 40 DocumentSetup *SKInterpolationM
  322. *DefaultSKInterpolationM: 4
  323. *SKInterpolationM 6/Blackman Blurry: "6 globaldict /setSKInterpolationM get exec"
  324. *SKInterpolationM 5/Blackman Fuzzy: "5 globaldict /setSKInterpolationM get exec"
  325. *SKInterpolationM 4/*Blackman Smooth: "4 globaldict /setSKInterpolationM get exec"
  326. *SKInterpolationM 3/Blackman Sharp: "3 globaldict /setSKInterpolationM get exec"
  327. *SKInterpolationM 2/Bicubic: "2 globaldict /setSKInterpolationM get exec"
  328. *SKInterpolationM 1/Bilinear: "1 globaldict /setSKInterpolationM get exec"
  329. *SKInterpolationM 0/Off: "0 globaldict /setSKInterpolationM get exec"
  330. *?SKInterpolationM: "
  331. save
  332. currentpagedevice /DeviceRenderingInfo known
  333. { currentpagedevice /DeviceRenderingInfo get /InterpolateType get
  334. dup 3 eq
  335. { (%Engine%)currentdevparams/BlackmanCutoff known
  336. { (%Engine%)currentdevparams/BlackmanCutoff get
  337. 10 mul round cvi 5 exch sub add
  338. }if
  339. }if
  340. }
  341. { (Unknown)}ifelse = flush
  342. restore
  343. "
  344. *End
  345. *CloseUI: *SKInterpolationM
  346. *OpenUI *SKInterpolationR/Smoothing Resolution : PickOne
  347. *OrderDependency: 45 DocumentSetup *SKInterpolationR
  348. *DefaultSKInterpolationR: 0
  349. *SKInterpolationR 0/*Auto: " 0 globaldict /setSKInterpolationR get exec"
  350. *SKInterpolationR 300/300 dpi: "300 globaldict /setSKInterpolationR get exec"
  351. *SKInterpolationR 150/150 dpi: "150 globaldict /setSKInterpolationR get exec"
  352. *SKInterpolationR 100/100 dpi: "100 globaldict /setSKInterpolationR get exec"
  353. *SKInterpolationR 75/75 dpi: " 75 globaldict /setSKInterpolationR get exec"
  354. *?SKInterpolationR: "
  355. save
  356. (%Engine%)currentdevparams/InterpolationResolution known
  357. { (%Engine%)currentdevparams/InterpolationResolution get}
  358. { (Unknown)}ifelse = flush
  359. restore
  360. "
  361. *End
  362. *CloseUI: *SKInterpolationR
  363. *OpenUI *InputSlot: PickOne
  364. *OrderDependency: 50 AnySetup *InputSlot
  365. *DefaultInputSlot: Cassette
  366. *InputSlot Cassette: "1 dict dup /ManualFeed false put setpagedevice"
  367. *?InputSlot: "
  368. save
  369. 1 dict
  370. dup /0 (Cassette) put
  371. currentpagedevice /InputAttributes get dup /Priority known
  372. { /Priority get 0 get ( ) cvs cvn get }
  373. { dup length 1 eq
  374. { {pop} forall ( ) cvs cvn get }
  375. { pop pop (Unknown) } ifelse
  376. } ifelse = flush
  377. restore
  378. "
  379. *End
  380. *CloseUI: *InputSlot
  381. *OpenUI *ManualFeed/Manual Feed: Boolean
  382. *OrderDependency: 60 AnySetup *ManualFeed
  383. *DefaultManualFeed: False
  384. *ManualFeed True: "1 dict dup /ManualFeed true put setpagedevice"
  385. *ManualFeed False: "1 dict dup /ManualFeed false put setpagedevice"
  386. *?ManualFeed: "
  387. save
  388. currentpagedevice /ManualFeed get
  389. {(True)} {(False)} ifelse = flush
  390. restore
  391. "
  392. *End
  393. *CloseUI: *ManualFeed
  394. *DefaultOutputBin: OnlyOne
  395. *DefaultOutputOrder: Normal
  396. *% Paper Handling ===================
  397. *% Use these entries to set paper size most of the time, unless there is
  398. *% specific reason, like manual feed, to use PageRegion.
  399. *OpenUI *PageSize: PickOne
  400. *OrderDependency: 70 AnySetup *PageSize
  401. *DefaultPageSize: A3W
  402. *PageSize A3W/A3 Super Wide: "[899 1431] globaldict /setpapersize get exec"
  403. *?PageSize: "
  404. save
  405. currentpagedevice /PageSize get aload pop 2 copy gt {exch} if
  406. (Unknown)
  407. 1 dict
  408. dup [899 1431] (A3W) put
  409. { exch aload pop 4 index sub abs 5 le exch
  410. 5 index sub abs 5 le and
  411. { exch pop exit} {pop} ifelse
  412. } bind forall
  413. = flush pop pop
  414. restore
  415. "
  416. *End
  417. *CloseUI: *PageSize
  418. *OpenUI *PageRegion: PickOne
  419. *OrderDependency: 70 AnySetup *PageRegion
  420. *DefaultPageRegion: A3W
  421. *PageRegion A3W/A3 Super Wide: "[899 1431] globaldict /setpapersize get exec"
  422. *CloseUI: *PageRegion
  423. *% The following entries provide information about specific paper keywords.
  424. *DefaultImageableArea: A3W
  425. *ImageableArea A3W/A3 Super Wide: "11.52 14.28 887.04 1310.28"
  426. *?ImageableArea: "
  427. save
  428. /cvp { ( ) cvs print ( ) print } bind def
  429. /upperright {10000 mul floor 10000 div} bind def
  430. /lowerleft {10000 mul ceiling 10000 div} bind def
  431. newpath clippath pathbbox
  432. 4 -2 roll exch 2 {lowerleft cvp} repeat
  433. exch 2 {upperright cvp} repeat flush
  434. restore
  435. "
  436. *End
  437. *% These provide the physical dimensions of the paper (by keyword)
  438. *DefaultPaperDimension: A3W
  439. *PaperDimension A3W/A3 Super Wide: "899 1431"
  440. *% Halftone Information ===============
  441. *% Halftone was moved to conform to Order Dependency section 2.5 of the PPD spec. v 4.2
  442. *ScreenFreq: "15.0"
  443. *ScreenAngle: "0.0"
  444. *DefaultScreenProc: Dot
  445. *ScreenProc Dot: "
  446. { abs exch abs 2 copy add 1 gt
  447. { 1 sub dup mul exch 1 sub dup mul add 1 sub }
  448. { dup mul exch dup mul add 1 exch sub } ifelse
  449. }
  450. "
  451. *End
  452. *ScreenProc Line: "{ pop }"
  453. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul add sqrt 1 exch sub }"
  454. *DefaultTransfer: Null
  455. *Transfer Null: "{ }"
  456. *Transfer Null.Inverse: "{ 1 exch sub }"
  457. *% Font Information =====================
  458. *DefaultFont: Courier
  459. *Font Courier: Standard "(002.004S)" Standard ROM
  460. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  461. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  462. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  463. *Font Helvetica: Standard "(001.006S)" Standard ROM
  464. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  465. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  466. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  467. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  468. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  469. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  470. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  471. *Font Symbol: Special "(001.007S)" Special ROM
  472. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  473. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  474. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  475. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  476. *Font AvantGarde-Book: Standard "(001.006S)" Standard Disk
  477. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard Disk
  478. *Font AvantGarde-Demi: Standard "(001.007S)" Standard Disk
  479. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard Disk
  480. *Font Bookman-Demi: Standard "(001.004S)" Standard Disk
  481. *Font Bookman-DemiItalic: Standard "(001.004S)" Standard Disk
  482. *Font Bookman-Light: Standard "(001.004S)" Standard Disk
  483. *Font Bookman-LightItalic: Standard "(001.004S)" Standard Disk
  484. *Font Helvetica-Condensed-Bold: Standard "(001.002S)" Standard Disk
  485. *Font Helvetica-Condensed-BoldObl: Standard "(001.002S)" Standard Disk
  486. *Font Helvetica-Condensed-Oblique: Standard "(001.001S)" Standard Disk
  487. *Font Helvetica-Condensed: Standard "(001.001S)" Standard Disk
  488. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard Disk
  489. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard Disk
  490. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard Disk
  491. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard Disk
  492. *Font Palatino-Bold: Standard "(001.005S)" Standard Disk
  493. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard Disk
  494. *Font Palatino-Italic: Standard "(001.005S)" Standard Disk
  495. *Font Palatino-Roman: Standard "(001.005S)" Standard Disk
  496. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard Disk
  497. *Font ZapfDingbats: Standard "(001.004S)" Standard Disk
  498. *?FontQuery: "
  499. save
  500. { count 1 gt
  501. { exch dup 127 string cvs (/) print print (:) print
  502. /Font resourcestatus
  503. { pop pop (Yes)} {(No)} ifelse =
  504. }
  505. { exit } ifelse
  506. } bind loop
  507. (*) = flush
  508. restore
  509. "
  510. *End
  511. *?FontList: "
  512. save
  513. (*) { (/)print print (\n)print}bind 128 string /Font resourceforall
  514. (*) = flush
  515. restore
  516. "
  517. *End
  518. *% Printer Messages (verbatim from printer):
  519. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  520. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  521. *Message: "\FontName\ not found, using Courier"
  522. *% Status (format: %%[ status: <one of these> ] %%)
  523. *Status: "busy"
  524. *Status: "holding"
  525. *Status: "idle"
  526. *Status: "initializing"
  527. *Status: "waiting"
  528. *Status: "PrinterError: cover open"
  529. *Status: "PrinterError: paper jam"
  530. *Status: "PrinterError: out of paper"
  531. *Status: "PrinterError: waiting for manual feed"
  532. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  533. *Source: "EtherTalk"
  534. *Source: "IP"
  535. *Source: "LocalTalk"
  536. *Source: "Parallel"
  537. *Source: "Serial"
  538. *Source: "ScsiproComm"
  539. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  540. *PrinterError: "cover open"
  541. *PrinterError: "paper jam"
  542. *PrinterError: "out of paper"
  543. *PrinterError: "waiting for manual feed"
  544. *% Color Separation Information =====================
  545. *DefaultColorSep: ProcessBlack.100lpi.300dpi/100 lpi / 300 dpi
  546. *InkName: ProcessBlack/Process Black
  547. *InkName: CustomColor/Custom Color
  548. *InkName: ProcessCyan/Process Cyan
  549. *InkName: ProcessMagenta/Process Magenta
  550. *InkName: ProcessYellow/Process Yellow
  551. *% For 100 lpi / 300 dpi =====================
  552. *ColorSepScreenAngle ProcessBlack.100lpi.300dpi/100 lpi / 300 dpi: "0"
  553. *ColorSepScreenAngle CustomColor.100lpi.300dpi/100 lpi / 300 dpi: "0"
  554. *ColorSepScreenAngle ProcessCyan.100lpi.300dpi/100 lpi / 300 dpi: "0"
  555. *ColorSepScreenAngle ProcessMagenta.100lpi.300dpi/100 lpi / 300 dpi: "0"
  556. *ColorSepScreenAngle ProcessYellow.100lpi.300dpi/100 lpi / 300 dpi: "0"
  557. *ColorSepScreenFreq ProcessBlack.100lpi.300dpi/100 lpi / 300 dpi: "100"
  558. *ColorSepScreenFreq CustomColor.100lpi.300dpi/100 lpi / 300 dpi: "100"
  559. *ColorSepScreenFreq ProcessCyan.100lpi.300dpi/100 lpi / 300 dpi: "100"
  560. *ColorSepScreenFreq ProcessMagenta.100lpi.300dpi/100 lpi / 300 dpi: "100"
  561. *ColorSepScreenFreq ProcessYellow.100lpi.300dpi/100 lpi / 300 dpi: "100"
  562. *% Produced by Sol & Mark
  563. *% Last Edit Date: April 1, 1996
  564. *% end of PPD file for Seiko ColorPoint