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.

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