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.

1055 lines
27 KiB

  1. *PPD-Adobe: "4.3"
  2. *% Adobe systems PostScript(R) Printer Description File
  3. *% Copyright (c) Tektronix, Incorporated.
  4. *% This program, or portions thereof, is protected as an unpublished
  5. *% work under the copyright laws of the United States.
  6. *FormatVersion: "4.3"
  7. *FileVersion: "1.0"
  8. *LanguageEncoding: ISOLatin1
  9. *LanguageVersion: English
  10. *PCFileName: "TKPH4501.PPD"
  11. *Product: "(Phaser 450)"
  12. *PSVersion: "(2013.113) 19"
  13. *Manufacturer: "Tektronix"
  14. *ModelName: "Tektronix Phaser 450"
  15. *ShortNickName: "Tektronix Phaser 450"
  16. *NickName: "Tektronix Phaser 450"
  17. *% === Installable Options ===========
  18. *OpenGroup: InstallableOptions/Options Installed
  19. *OpenUI *InstalledMemory/Memory Configuration: PickOne
  20. *DefaultInstalledMemory: None
  21. *InstalledMemory None/Standard 16 MB RAM: ""
  22. *InstalledMemory 32Meg/32 MB Total RAM: ""
  23. *InstalledMemory 48Meg/48 MB Total RAM: ""
  24. *InstalledMemory 64Meg/64 MB Total RAM: ""
  25. *?InstalledMemory: "
  26. currentsystemparams /RamSize get
  27. 16#100000 div round cvi
  28. dup 20 lt
  29. { pop (None) } {2 string cvs print (Meg) } ifelse
  30. = flush"
  31. *End
  32. *CloseUI: *InstalledMemory
  33. *OpenUI *Option1/Optional Hard Drive: Boolean
  34. *DefaultOption1: False
  35. *Option1 True/Installed: ""
  36. *Option1 False/Not Installed: ""
  37. *?Option1: "
  38. save false
  39. (%disk?%)
  40. { currentdevparams dup /Writeable known
  41. { /Writeable get {pop true} if } {pop} ifelse
  42. } 10 string /IODevice resourceforall
  43. {(True)}{(False)} ifelse = flush
  44. restore"
  45. *End
  46. *CloseUI: *Option1
  47. *OpenUI *Option2/Optional Ethernet Card: Boolean
  48. *DefaultOption2: False
  49. *Option2 True/Installed: ""
  50. *Option2 False/Not Installed: ""
  51. *?Option2: "
  52. (%EthernetPhysical%) /IODevice resourcestatus
  53. {pop pop (True) } { (False) } ifelse = flush"
  54. *End
  55. *CloseUI: *Option2
  56. *OpenUI *Option3/Optional Lower Tray: Boolean
  57. *DefaultOption3: False
  58. *Option3 True/Installed: ""
  59. *Option3 False/Not Installed: ""
  60. *?Option3: "
  61. currentpagedevice /InputAttributes get 1 known
  62. { (True) } { (False) } ifelse = flush"
  63. *End
  64. *CloseUI: *Option3
  65. *CloseGroup: InstallableOptions
  66. *% === Constraints ===================
  67. *UIConstraints: *Option3 False *InputSlot Lower
  68. *UIConstraints: *InputSlot Lower *Option3 False
  69. *UIConstraints: *Option3 False *InputSlot AutoSelect
  70. *UIConstraints: *InputSlot AutoSelect *Option3 False
  71. *% === Device Capabilities ============
  72. *LanguageLevel: "2"
  73. *Protocols: BCP
  74. *FreeVM: "1500000"
  75. *VMOption None/Standard 16 MB RAM: "1500000"
  76. *VMOption 32Meg/32 MB Total RAM: "3500000"
  77. *VMOption 48Meg/48 MB Total RAM: "11900000"
  78. *VMOption 64Meg/64 MB Total RAM: "23000000"
  79. *ColorDevice: True
  80. *DefaultColorSpace: CMYK
  81. *AccurateScreensSupport: False
  82. *SuggestedJobTimeout: "0"
  83. *SuggestedWaitTimeout: "300"
  84. *1284Modes Parallel: Compat
  85. *TTRasterizer: Type42
  86. *?TTRasterizer: "
  87. save
  88. 42 /FontType resourcestatus
  89. { pop pop (Type42)} {pop pop (None)} ifelse = flush
  90. restore
  91. "
  92. *End
  93. *Emulators: hpgl
  94. *StartEmulator_hpgl: "currentfile /hpgl statusdict /emulate get exec "
  95. *StopEmulator_hpgl: "<1B7F>0"
  96. *FileSystem: True
  97. *?FileSystem: "
  98. save false
  99. (%disk?%)
  100. { currentdevparams dup /Writeable known
  101. { /Writeable get {pop true} if } {pop} ifelse
  102. } 10 string /IODevice resourceforall
  103. {(True)}{(False)} ifelse = flush
  104. restore
  105. "
  106. *End
  107. *Throughput: "1"
  108. *Password: "(0)"
  109. *ExitServer: "
  110. count 0 eq
  111. { false } { true exch startjob } ifelse
  112. not
  113. { (WARNING: Cannot modify initial VM.) =
  114. (Missing or invalid password.) =
  115. (Please contact the author of this software.) = flush quit
  116. } if
  117. "
  118. *End
  119. *Reset: "
  120. count 0 eq
  121. { false } { true exch startjob } ifelse
  122. not
  123. { (WARNING: Cannot reset printer.) =
  124. (Missing or invalid password.) =
  125. (Please contact the author of this software.) = flush quit
  126. } if
  127. systemdict /quit get exec
  128. (WARNING : Printer Reset Failed.) = flush
  129. "
  130. *End
  131. *DefaultResolution: 300dpi
  132. *Resolution 300dpi: "1 dict dup /HWResolution [300 300] put setpagedevice"
  133. *?Resolution: "
  134. save currentpagedevice
  135. /HWResolution get 0 get ( ) cvs print (dpi) = flush restore
  136. "
  137. *End
  138. *% ==================================================
  139. *% Define TekColor Logo for use in ColorControlStrip
  140. *JobPatchFile 1: "
  141. userdict/TekColorStripDict known not
  142. {userdict begin/TekColorStripDict 20 dict def end}if
  143. TekColorStripDict
  144. begin/DrawTekLogo{/xxxxit save store
  145. LogoInsetX LogoInsetY translate
  146. BorderHeight LogoInsetY sub LogoInsetY sub
  147. 47.76 div
  148. dup scale<</m/moveto load/l/lineto load/c/curveto load/x/closepath
  149. load/s/stroke load/e/eofill load/f/fill load/i/clip load/ei/eoclip
  150. load/r/setrgbcolor load/k/setcmykcolor load/g/setgray
  151. load/w/setlinewidth load/t/setlinecap load/j/setlinejoin
  152. load/p/newpath load/gs/gsave load/gr/grestore load>>begin
  153. 1.0 w
  154. 0 j
  155. 0 t
  156. 0.44 w
  157. 0 0 0 0 k
  158. gs
  159. 0.0 47.52 m
  160. 38.16 47.52 l
  161. 38.16 0.0 l
  162. 0.0 0.0 l
  163. 0.0 47.52 l
  164. x
  165. f
  166. gr
  167. 0 0 0 1 k
  168. 0.0 47.52 m
  169. 38.16 47.52 l
  170. 38.16 0.0 l
  171. 0.0 0.0 l
  172. 0.0 47.52 l
  173. x
  174. s
  175. 0.1375 w
  176. 0 0 0 1 k
  177. gs
  178. 1.2 46.08 m
  179. 36.72 46.08 l
  180. 36.72 10.56 l
  181. 1.2 10.56 l
  182. 1.2 46.08 l
  183. x
  184. f
  185. gr
  186. 0 0 0 0 k
  187. 1.2 46.08 m
  188. 36.72 46.08 l
  189. 36.72 10.56 l
  190. 1.2 10.56 l
  191. 1.2 46.08 l
  192. x
  193. s
  194. 0.4399 w
  195. 0 0 0 0 k
  196. gs
  197. 1.44 9.12 m
  198. 36.48 9.12 l
  199. 36.48 1.68 l
  200. 1.44 1.68 l
  201. 1.44 9.12 l
  202. x
  203. f
  204. gr
  205. 0 0 0 1 k
  206. 1.44 9.12 m
  207. 36.48 9.12 l
  208. 36.48 1.68 l
  209. 1.44 1.68 l
  210. 1.44 9.12 l
  211. x
  212. s
  213. 0 0 0 1 k
  214. gs
  215. 3.36 6.72 m
  216. 4.08 6.72 l
  217. 4.08 3.12 l
  218. 5.04 3.12 l
  219. 5.04 6.72 l
  220. 6.0 6.72 l
  221. 6.0 7.68 l
  222. 3.36 7.68 l
  223. 3.36 6.72 l
  224. x
  225. 8.4 5.28 m
  226. 8.4 5.52 l
  227. 8.48 5.788 8.547 6.006 8.88 6.0 c
  228. 9.069 6.006 9.148 5.782 9.12 5.76 c
  229. 9.12 5.28 l
  230. 8.4 5.28 l
  231. x
  232. 10.08 4.8 m
  233. 10.08 5.76 l
  234. 10.114 6.395 9.488 6.65 8.88 6.72 c
  235. 8.067 6.638 7.514 6.353 7.44 5.52 c
  236. 7.44 4.08 l
  237. 7.514 3.315 8.122 3.03 8.88 3.12 c
  238. 9.652 3.048 10.126 3.449 10.08 4.32 c
  239. 9.12 4.32 l
  240. 9.1 4.038 9.136 3.716 8.88 3.84 c
  241. 8.565 3.746 8.48 3.904 8.4 4.08 c
  242. 8.4 4.8 l
  243. 10.08 4.8 l
  244. x
  245. 13.2 3.12 m
  246. 13.2 4.32 l
  247. 13.2 4.56 l
  248. 13.92 3.12 l
  249. 14.88 3.12 l
  250. 13.92 5.28 l
  251. 14.88 6.48 l
  252. 13.68 6.48 l
  253. 13.2 5.52 l
  254. 13.2 5.52 l
  255. 13.2 7.68 l
  256. 12.24 7.68 l
  257. 12.24 3.12 l
  258. 13.2 3.12 l
  259. x
  260. 19.68 6.0 m
  261. 19.68 6.48 l
  262. 19.717 7.422 19.17 7.811 18.24 7.92 c
  263. 17.28 7.811 16.825 7.349 16.8 6.24 c
  264. 16.8 4.56 l
  265. 16.825 3.558 17.207 3.035 18.24 3.12 c
  266. 19.285 3.035 19.735 3.582 19.68 4.32 c
  267. 19.68 5.04 l
  268. 18.72 5.04 l
  269. 18.72 4.56 l
  270. 18.666 4.232 18.635 3.856 18.24 3.84 c
  271. 17.991 3.856 17.888 4.008 18.0 4.32 c
  272. 18.0 6.48 l
  273. 17.894 6.814 17.973 6.997 18.24 6.96 c
  274. 18.508 6.991 18.647 6.79 18.72 6.48 c
  275. 18.72 6.0 l
  276. 19.68 6.0 l
  277. x
  278. 21.6 4.08 m
  279. 21.561 3.315 22.132 3.035 22.8 3.12 c
  280. 23.56 3.035 24.04 3.321 24.0 4.08 c
  281. 24.0 5.52 l
  282. 24.089 6.243 23.675 6.644 22.8 6.72 c
  283. 22.078 6.644 21.561 6.353 21.6 5.52 c
  284. 21.6 4.08 l
  285. x
  286. 22.56 5.52 m
  287. 22.527 5.77 22.6 5.946 22.8 6.0 c
  288. 23.05 5.946 23.123 5.77 23.04 5.52 c
  289. 23.04 4.08 l
  290. 23.104 3.837 23.025 3.734 22.8 3.84 c
  291. 22.624 3.734 22.546 3.837 22.56 4.08 c
  292. 22.56 5.52 l
  293. x
  294. 26.88 3.12 m
  295. 26.88 7.68 l
  296. 25.92 7.68 l
  297. 25.92 3.12 l
  298. 26.88 3.12 l
  299. x
  300. 28.8 4.08 m
  301. 28.726 3.315 29.297 3.035 30.0 3.12 c
  302. 30.725 3.035 31.205 3.321 31.2 4.08 c
  303. 31.2 5.52 l
  304. 31.253 6.243 30.84 6.644 30.0 6.72 c
  305. 29.242 6.644 28.726 6.353 28.8 5.52 c
  306. 28.8 4.08 l
  307. x
  308. 29.76 5.52 m
  309. 29.692 5.77 29.765 5.946 30.0 6.0 c
  310. 30.214 5.946 30.287 5.77 30.24 5.52 c
  311. 30.24 4.08 l
  312. 30.269 3.837 30.19 3.734 30.0 3.84 c
  313. 29.789 3.734 29.71 3.837 29.76 4.08 c
  314. 29.76 5.52 l
  315. x
  316. 33.12 6.48 m
  317. 33.12 3.12 l
  318. 34.08 3.12 l
  319. 34.08 5.28 l
  320. 34.15 5.52 34.259 5.575 34.56 5.52 c
  321. 34.63 5.575 34.727 5.569 34.8 5.52 c
  322. 34.8 6.72 l
  323. 34.423 6.644 34.186 6.395 34.08 6.0 c
  324. 34.08 6.0 l
  325. 34.08 6.48 l
  326. 33.12 6.48 l
  327. x
  328. e
  329. gr
  330. p
  331. 0 0 0 1 k
  332. gs
  333. e
  334. gr
  335. p
  336. 0 0 0 1 k
  337. gs
  338. 41.52 47.76 m
  339. 41.28 47.76 l
  340. 40.8 46.8 l
  341. 40.8 46.8 l
  342. 40.56 47.76 l
  343. 40.08 47.76 l
  344. 40.08 46.32 l
  345. 40.32 46.32 l
  346. 40.32 47.52 l
  347. 40.32 47.52 l
  348. 40.8 46.32 l
  349. 41.04 46.32 l
  350. 41.28 47.52 l
  351. 41.28 47.52 l
  352. 41.28 46.32 l
  353. 41.52 46.32 l
  354. 41.52 47.76 l
  355. x
  356. 40.08 47.76 m
  357. 38.88 47.76 l
  358. 38.88 47.52 l
  359. 39.36 47.52 l
  360. 39.36 46.32 l
  361. 39.6 46.32 l
  362. 39.6 47.52 l
  363. 40.08 47.52 l
  364. 40.08 47.76 l
  365. x
  366. e
  367. gr
  368. p
  369. 0 0 0 0 k
  370. gs
  371. 34.56 35.76 m
  372. 34.844 35.85 34.824 36.065 35.04 36.24 c
  373. 35.272 36.635 35.421 37.479 35.28 37.44 c
  374. 34.894 37.399 34.321 37.389 33.36 37.2 c
  375. 33.294 37.401 33.184 37.482 33.12 37.44 c
  376. 31.4 40.035 28.121 41.54 23.28 42.0 c
  377. 20.773 42.179 17.714 41.632 17.28 41.52 c
  378. 17.1 41.486 17.008 41.727 17.04 41.76 c
  379. 16.629 42.328 16.543 42.586 16.32 43.2 c
  380. 16.113 43.419 15.621 44.206 15.36 44.4 c
  381. 14.998 45.382 15.105 45.104 14.88 45.6 c
  382. 14.47 46.464 14.464 46.708 14.16 46.8 c
  383. 13.629 46.662 11.252 42.814 11.52 42.48 c
  384. 12.153 41.578 12.814 40.558 13.2 40.08 c
  385. 13.24 39.863 13.24 39.766 13.2 39.84 c
  386. 10.314 38.243 1.195 32.238 3.6 22.8 c
  387. 3.628 22.642 2.488 21.322 2.4 20.88 c
  388. 2.312 20.5 2.381 20.156 2.64 19.68 c
  389. 2.702 19.45 3.015 19.194 3.12 18.72 c
  390. 3.422 18.21 3.618 17.629 3.84 17.76 c
  391. 4.294 17.714 4.618 18.224 5.04 18.48 c
  392. 4.959 18.54 5.201 18.623 5.28 18.48 c
  393. 5.648 18.077 6.764 16.588 7.92 15.84 c
  394. 12.104 13.1 16.673 13.467 19.2 13.92 c
  395. 19.755 13.944 21.661 14.576 21.84 14.64 c
  396. 22.156 14.54 21.938 11.64 21.84 10.8 c
  397. 21.855 10.593 22.639 10.973 23.04 11.28 c
  398. 23.176 11.46 23.393 11.454 23.52 11.76 c
  399. 23.477 12.169 23.648 14.245 23.52 14.64 c
  400. 23.619 15.45 23.777 15.446 24.0 15.6 c
  401. 24.208 15.644 25.262 16.271 25.44 16.32 c
  402. 26.396 16.999 28.041 17.957 29.04 18.72 c
  403. 32.851 21.605 34.73 25.643 34.8 29.52 c
  404. 34.98 30.906 34.969 33.321 34.08 35.52 c
  405. 34.164 35.571 34.164 35.655 34.32 35.76 c
  406. 34.298 35.762 34.384 35.763 34.56 35.76 c
  407. x
  408. f
  409. gr
  410. p
  411. 0.9 0 0.47 0 k
  412. gs
  413. 7.92 31.44 m
  414. 7.67 30.65 7.125 28.477 7.44 26.64 c
  415. 7.503 26.241 7.75 26.097 7.92 26.16 c
  416. 9.411 27.358 15.203 30.915 17.04 31.68 c
  417. 17.169 31.755 17.461 31.937 17.52 32.16 c
  418. 17.152 32.809 16.189 34.708 15.84 35.52 c
  419. 15.533 36.205 14.645 37.99 14.16 38.4 c
  420. 14.097 38.555 13.721 38.564 13.68 38.64 c
  421. 10.734 37.344 8.65 33.624 7.92 31.44 c
  422. x
  423. f
  424. gr
  425. p
  426. 0.56 0.56 0 0 k
  427. gs
  428. 18.48 29.28 m
  429. 18.44 29.28 18.261 29.345 18.24 29.28 c
  430. 16.612 28.612 13.484 26.481 12.48 25.68 c
  431. 10.803 24.384 8.965 22.771 8.88 22.32 c
  432. 8.71 21.686 8.894 21.069 9.12 20.64 c
  433. 9.769 18.603 11.498 17.46 12.24 17.04 c
  434. 13.605 16.235 16.31 15.657 17.52 15.6 c
  435. 19.309 15.435 20.87 15.497 21.36 15.84 c
  436. 22.095 16.306 19.294 27.822 18.48 29.28 c
  437. x
  438. f
  439. gr
  440. p
  441. 0 0.25 1 0 k
  442. gs
  443. 18.0 39.6 m
  444. 18.395 38.69 18.293 39.007 18.72 37.92 c
  445. 19.587 36.128 20.436 33.722 20.4 33.6 c
  446. 20.503 33.621 20.56 33.384 20.88 33.6 c
  447. 22.576 34.284 23.59 34.525 25.2 35.04 c
  448. 27.217 35.728 28.884 36.158 30.24 36.48 c
  449. 30.379 36.49 30.498 36.633 30.24 36.96 c
  450. 29.749 37.664 27.576 39.584 24.0 40.32 c
  451. 22.239 40.54 18.943 40.431 18.0 40.08 c
  452. 17.712 39.956 17.92 39.718 18.0 39.6 c
  453. x
  454. f
  455. gr
  456. p
  457. 0 0.94 0.65 0 k
  458. gs
  459. 26.4 18.48 m
  460. 25.804 18.087 24.795 17.432 24.0 17.04 c
  461. 23.772 16.977 23.59 17.023 23.52 17.28 c
  462. 23.212 22.391 22.679 25.45 21.36 30.48 c
  463. 21.391 30.674 21.579 31.019 21.84 31.2 c
  464. 22.32 31.474 23.335 31.987 24.0 32.4 c
  465. 25.928 33.133 30.019 34.662 31.2 34.8 c
  466. 31.31 34.946 31.356 34.736 31.44 34.56 c
  467. 33.469 30.893 32.246 24.199 29.04 20.88 c
  468. 28.388 20.096 27.414 19.204 26.4 18.48 c
  469. x
  470. f
  471. gr
  472. p
  473. end
  474. xxxxit restore}bind def
  475. end"
  476. *End
  477. *% End TekColor Logo for use in ColorControlStrip
  478. *% ==================================================
  479. *% Halftone Information =================
  480. *ContoneOnly: True
  481. *ScreenFreq: "60.0"
  482. *ScreenAngle: "45.0"
  483. *DefaultScreenProc: Dot
  484. *ScreenProc Dot: "{180 mul cos exch 180 mul cos add 2 div} bind"
  485. *DefaultTransfer: Null
  486. *Transfer Null: "{ }"
  487. *Transfer Null.Inverse: "{ 1 exch sub } bind"
  488. *% Tray Selection ============
  489. *OpenUI *InputSlot/Input Slot: PickOne
  490. *OrderDependency: 45.0 AnySetup *InputSlot
  491. *DefaultInputSlot: AutoSelect
  492. *InputSlot Upper: "% *InputSlot Upper
  493. <<
  494. /MediaType (Upper Tray)
  495. /MediaColor null
  496. /TraySwitch false
  497. >> setpagedevice"
  498. *End
  499. *InputSlot Lower: "% *InputSlot Lower
  500. <<
  501. /MediaType (Lower Tray)
  502. /MediaColor null
  503. /TraySwitch false
  504. >> setpagedevice"
  505. *End
  506. *InputSlot Paper: "% *InputSlot Paper
  507. <<
  508. /MediaType null
  509. /MediaColor (White)
  510. /TraySwitch true
  511. >> setpagedevice"
  512. *End
  513. *InputSlot Transparency: "% *InputSlot Transparency
  514. <<
  515. /MediaType null
  516. /MediaColor (Transparent)
  517. /TraySwitch true
  518. >> setpagedevice"
  519. *End
  520. *InputSlot AutoSelect: "% *InputSlot AutoSelect
  521. <<
  522. /MediaType null
  523. /MediaColor null
  524. /TraySwitch true
  525. >> setpagedevice"
  526. *End
  527. *?InputSlot: "
  528. save
  529. currentpagedevice /MediaColor get
  530. dup null eq
  531. { pop currentpagedevice /MediaType get
  532. dup null eq
  533. { pop (AutoSelect) }
  534. { dup (Upper Tray) eq
  535. { pop (Upper) }
  536. { (Lower Tray) eq
  537. { (Lower) }
  538. { (Unknown) } ifelse
  539. } ifelse
  540. } ifelse
  541. }
  542. {
  543. dup (White) eq
  544. { pop (Paper) }
  545. { (Transparent) eq
  546. { (Transparency) }
  547. { (Unknown) } ifelse
  548. } ifelse
  549. } ifelse
  550. = flush
  551. restore
  552. "
  553. *End
  554. *CloseUI: *InputSlot
  555. *% Paper Handling ===================
  556. *% Use these entries to set paper size most of the time, unless there is
  557. *% specific reason to use PageRegion.
  558. *OpenUI *PageSize: PickOne
  559. *OrderDependency: 55.0 AnySetup *PageSize
  560. *DefaultPageSize: Letter
  561. *PageSize Letter: "2 dict dup /PageSize [612 792] put
  562. dup /ImagingBBox null put setpagedevice
  563. "
  564. *End
  565. *PageSize A4: "2 dict dup /PageSize [595 842] put
  566. dup /ImagingBBox null put setpagedevice
  567. "
  568. *End
  569. *PageSize LetterLong/LetterExtra: "2 dict dup /PageSize [689 955] put
  570. dup /ImagingBBox null put setpagedevice
  571. "
  572. *End
  573. *?PageSize: "
  574. save currentpagedevice /PageSize get aload pop
  575. 2 copy gt {exch} if (Unknown)
  576. 3 dict
  577. dup [612 792] (Letter) put
  578. dup [595 842] (A4) put
  579. dup [689 955] (LetterLong) put
  580. { exch aload pop 4 index sub abs 5 le exch 5 index sub abs 5 le and
  581. { exch pop exit } { pop } ifelse
  582. } bind forall = flush pop pop
  583. restore
  584. "
  585. *End
  586. *CloseUI: *PageSize
  587. *% These entries will set up the frame buffer. Usually used with manual feed.
  588. *OpenUI *PageRegion: PickOne
  589. *OrderDependency: 60.0 AnySetup *PageRegion
  590. *DefaultPageRegion: Letter
  591. *PageRegion Letter: "
  592. 2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  593. *End
  594. *PageRegion A4: "
  595. 2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  596. *End
  597. *PageRegion LetterLong/LetterExtra: "
  598. 2 dict dup /PageSize [689 955] put dup /ImagingBBox null put setpagedevice"
  599. *End
  600. *CloseUI: *PageRegion
  601. *% The following entries provide information about specific paper keywords.
  602. *DefaultImageableArea: Letter
  603. *ImageableArea Letter: "8.39999 32.64 603.6 785.04"
  604. *ImageableArea A4: "7.7178 32.6249 587.558 834.945"
  605. *ImageableArea LetterLong/LetterExtra: "8.40948 32.6778 680.409 948.278"
  606. *?ImageableArea: "
  607. save
  608. /cvp { ( ) cvs print ( ) print } bind def
  609. /upperright {10000 mul floor 10000 div} bind def
  610. /lowerleft {10000 mul ceiling 10000 div} bind def
  611. newpath clippath pathbbox
  612. 4 -2 roll exch 2 {lowerleft cvp} repeat
  613. exch 2 {upperright cvp} repeat flush
  614. restore
  615. "
  616. *End
  617. *% These provide the physical dimensions of the paper (by keyword)
  618. *DefaultPaperDimension: Letter
  619. *PaperDimension Letter: "612 792"
  620. *PaperDimension A4: "595 842"
  621. *PaperDimension LetterLong/LetterExtra: "689 955"
  622. *DefaultOutputOrder: Reverse
  623. *RequiresPageRegion All: True
  624. *% TKColor Selections ===================
  625. *OpenUI *TKColor/Color Correction: PickOne
  626. *OrderDependency: 40.0 AnySetup *TKColor
  627. *DefaultTKColor: VividColor/Vivid Color
  628. *TKColor NoAdjust/None: "
  629. <<
  630. /DeviceRenderingInfo <<
  631. /Type 2
  632. /ID (None)
  633. /ToneFunction [ {} {} {} {} ]
  634. /VirtualColorDevice null
  635. >>
  636. >> setpagedevice"
  637. *End
  638. *TKColor VividColor/Vivid Color: "
  639. <<
  640. /DeviceRenderingInfo <<
  641. /Type 2
  642. /ID (Vivid Color)
  643. /ToneFunction [ {} {} {} {} ]
  644. /VirtualColorDevice <<
  645. /Type 3
  646. /ColorTransform /TekBlue
  647. >>
  648. >>
  649. >> setpagedevice"
  650. *End
  651. *TKColor TekPhoto/Photo: "
  652. <<
  653. /DeviceRenderingInfo <<
  654. /Type 2
  655. /ID (Photo)
  656. /ToneFunction [ {} {} {} {} ]
  657. /VirtualColorDevice <<
  658. /Type 3
  659. /ColorTransform /TekPhoto
  660. >>
  661. >>
  662. >> setpagedevice"
  663. *End
  664. *TKColor SimulateDisplay/Simulate Display: "
  665. <<
  666. /DeviceRenderingInfo <<
  667. /Type 2
  668. /ID (Simulate Display)
  669. /ToneFunction [ {} {} {} {} ]
  670. /VirtualColorDevice <<
  671. /Type 3
  672. /ColorTransform /TekDisplay
  673. >>
  674. >>
  675. >> setpagedevice"
  676. *End
  677. *TKColor SWOPPress/SWOP Press: "
  678. <<
  679. /DeviceRenderingInfo <<
  680. /Type 2
  681. /ID (SWOP Press)
  682. /ToneFunction [ {} {} {} {} ]
  683. /VirtualColorDevice <<
  684. /Type 3
  685. /ColorTransform /SWOP-Coated
  686. >>
  687. >>
  688. >> setpagedevice"
  689. *End
  690. *TKColor EuroscalePress/Euroscale Press: "
  691. <<
  692. /DeviceRenderingInfo <<
  693. /Type 2
  694. /ID (Euroscale Press)
  695. /ToneFunction [ {} {} {} {} ]
  696. /VirtualColorDevice <<
  697. /Type 3
  698. /ColorTransform /Euroscale-Coated
  699. >>
  700. >>
  701. >> setpagedevice"
  702. *End
  703. *TKColor CommercialPress/Commercial Press: "
  704. <<
  705. /DeviceRenderingInfo <<
  706. /Type 2
  707. /ID (Commercial Press)
  708. /ToneFunction [ {} {} {} {} ]
  709. /VirtualColorDevice <<
  710. /Type 3
  711. /ColorTransform /Commercial-Coated
  712. >>
  713. >>
  714. >> setpagedevice"
  715. *End
  716. *TKColor SNAPPress/SNAP Press: "
  717. <<
  718. /DeviceRenderingInfo <<
  719. /Type 2
  720. /ID (SNAP Press)
  721. /ToneFunction [ {} {} {} {} ]
  722. /VirtualColorDevice <<
  723. /Type 3
  724. /ColorTransform /SNAP-Newsprint
  725. >>
  726. >>
  727. >> setpagedevice"
  728. *End
  729. *TKColor Monochrome: "
  730. <<
  731. /DeviceRenderingInfo <<
  732. /Type 2
  733. /ID (Monochrome)
  734. /ToneFunction [ {} {} {} {} ]
  735. /VirtualColorDevice <<
  736. /Type 1
  737. /ColorTransform /Gray
  738. >>
  739. >>
  740. >> setpagedevice"
  741. *End
  742. *TKColor UsePrinterSetting/Use Printer Setting: "
  743. % ColorCorrection: Use Printer Settings"
  744. *End
  745. *?TKColor: "
  746. mark
  747. { currentpagedevice /DeviceRenderingInfo get
  748. /VirtualColorDevice get
  749. dup null eq
  750. { pop (NoAdjust) }
  751. { /ColorTransform get
  752. <<
  753. /TekBlue (VividColor)
  754. /TekDisplay (SimulateDisplay)
  755. /SWOP-Coated (SWOPPress)
  756. /Euroscale-Coated (EuroscalePress)
  757. /Commercial-Coated (CommercialPress)
  758. /SNAP-Newsprint (SNAPPress)
  759. /TekPhoto (TekPhoto)
  760. /Gray (Monochrome)
  761. >>
  762. exch get
  763. } ifelse
  764. } stopped
  765. { % error in PostScript code execution
  766. (Unknown)
  767. } if
  768. = flush
  769. cleartomark"
  770. *End
  771. *CloseUI: *TKColor
  772. *OpenUI *TKColorControlStrip/Color Control Strip: Boolean
  773. *OrderDependency: 50.0 AnySetup *TKColorControlStrip
  774. *DefaultTKColorControlStrip: False
  775. *TKColorControlStrip True/On: "
  776. userdict/TekColorStripDict known not{userdict begin/TekColorStripDict
  777. 20 dict def
  778. end}if
  779. TekColorStripDict
  780. begin/OldEndPage
  781. currentpagedevice/EndPage get
  782. def/DefineName{/ProfileName(Unknown)def
  783. currentpagedevice/DeviceRenderingInfo get
  784. dup/ID known{/ID get/ProfileName exch
  785. def}{/VirtualColorDevice get
  786. dup
  787. null eq{pop/ProfileName(None)def}{dup/Type get
  788. dup
  789. 1 eq exch
  790. 3 eq
  791. or{/ColorTransform get<</TekBlue(Vivid Color)/TekDisplay(Simulate Display)
  792. /SWOP-Coated(SWOP Press)/Euroscale-Coated(Euroscale Press)
  793. /Commercial-Coated(Commercial Press)/SNAP-Newsprint(SNAP Press)
  794. /Gray(Monochrome)/RGB(Raw RGB)/CMYK(Raw CMYK)/Fuji-NA(FujiProof)
  795. /DaiNippon(DIC)/Toyo(Toyo)/TekPhoto(Photo)/TekCMYK(None)>>exch
  796. 2 copy
  797. known{get/ProfileName exch def}{pop
  798. pop}ifelse}{pop}ifelse}ifelse}ifelse}bind def/ClearAndDrawBorder{gsave
  799. newpath clippath pathbbox
  800. grestore/URy exch def/URx exch def/LLy exch def/LLx exch def
  801. URx LLx sub
  802. BorderWidth
  803. sub
  804. 2 div
  805. LLx add
  806. LLy 1 add
  807. translate
  808. 1 setgray
  809. 0 setlinewidth
  810. 0 0 BorderWidth BorderHeight rectfill
  811. 0 setgray
  812. 0 0 BorderWidth BorderHeight rectstroke
  813. 0 0 BorderWidth BorderHeight rectclip}bind def/StringDimensions{gsave
  814. newpath
  815. 0 0 moveto
  816. false
  817. charpath
  818. pathbbox
  819. exch
  820. 4 -1 roll
  821. sub
  822. 3 -2 roll
  823. exch
  824. sub
  825. grestore}bind def/BCenterLine{gsave
  826. currentpoint translate
  827. 0 0 moveto
  828. dup stringwidth pop
  829. 2 div neg
  830. 0
  831. rmoveto
  832. 0 setgray
  833. show
  834. grestore}bind def/TCenterLine{gsave
  835. currentpoint translate
  836. 0 0 moveto
  837. dup StringDimensions
  838. neg
  839. exch 2 div neg exch
  840. rmoveto
  841. 0 setgray
  842. show
  843. grestore}bind def/DrawBox{setcmykcolor
  844. currentpoint BoxSide BoxSide rectfill
  845. gsave/Helvetica BoxFontSize selectfont
  846. BoxSide 2 div
  847. BoxStartY BoxFontSize sub 2 div neg
  848. rmoveto
  849. TCenterLine
  850. grestore
  851. gsave/Helvetica BoxFontSize selectfont
  852. BoxSide 2 div
  853. BoxSide
  854. BoxStartY BoxFontSize sub 2 div
  855. add
  856. rmoveto
  857. BCenterLine
  858. grestore
  859. BoxSide BoxGap add
  860. 0 rmoveto}bind def/DrawBar{gsave
  861. 0 setgray
  862. 0 setlinewidth
  863. currentpoint
  864. newpath
  865. pop 0
  866. moveto
  867. 0 BorderHeight rlineto
  868. stroke
  869. grestore}bind def/UseKanji{(GothicBBB-Medium-RKSJ-H)/Font resourcestatus
  870. {pop pop true}{false}ifelse
  871. product dup
  872. length 1 sub
  873. get
  874. 8#112 eq
  875. and}bind def/DrawLegend{gsave
  876. 0 setgray
  877. currentpoint
  878. exch dup
  879. BorderWidth exch sub/LegendWidth exch def
  880. exch pop 0
  881. translate/Helvetica-Bold TekFontSize
  882. selectfont(Tektronix)StringDimensions/TekHeight exch def/TekWidth exch def
  883. LegendWidth TekWidth sub 2 div
  884. BorderHeight TekInsetY sub TekHeight sub
  885. moveto(Tektronix)show/Symbol TekFontSize selectfont/registerserif
  886. glyphshow/Helvetica-Bold LegendFontSize selectfont
  887. LegendGap ProfileY moveto(Color Profile: )show
  888. currentpoint
  889. pop/ValueX exch def
  890. FileKnown JobNameKnown or{LegendGap FileNameY moveto(File:)show}if
  891. DateKnown{LegendGap DateY moveto(Date/Time:)show}if/Helvetica
  892. LegendFontSize selectfont
  893. ValueX ProfileY moveto
  894. ProfileName show
  895. UseKanji{/GothicBBB-Medium-RKSJ-H}{/Helvetica}ifelse
  896. LegendFontSize selectfont
  897. DateKnown{ValueX DateY moveto
  898. userdict/TekLabelDict get/Date get
  899. show}if
  900. FileKnown{ValueX FileNameY moveto
  901. userdict/TekLabelDict get/File get
  902. show}{JobNameKnown{ValueX FileNameY moveto
  903. JobName
  904. show}if}ifelse
  905. grestore}bind def/DrawColorStrip{TekColorStripDict/OldEndPage get
  906. exec
  907. dup{TekColorStripDict
  908. begin/BorderWidth 487 def/BorderHeight 36 def/BoxStartX 31 def/BoxSide
  909. 14 def/BoxGap 3 def/BoxFontSize 6 def/LogoInsetX 2 def/LogoInsetY 2 def
  910. /TekFontSize 9 def/TekInsetY 4 def/LegendFontSize 7 def/LegendGap 3 def
  911. /LegendLineGap 0 def/DateY LegendGap def/ProfileY DateY LegendFontSize
  912. add LegendLineGap add def/FileNameY ProfileY LegendFontSize add
  913. LegendLineGap add def
  914. currentuserparams
  915. dup/JobName known{/JobName get(: )search{pop pop/JobName exch def
  916. /JobNameKnown true def}{pop/JobNameKnown false def}ifelse}
  917. {pop/JobNameKnown false def}ifelse
  918. userdict/TekLabelDict known{userdict/TekLabelDict get
  919. dup/Date known{/DateKnown true def}{/DateKnown false def}ifelse/File known
  920. {/FileKnown true def}{/FileKnown false def}ifelse}
  921. {/DateKnown false def/FileKnown false def}ifelse
  922. initgraphics
  923. ClearAndDrawBorder
  924. TekColorStripDict/DrawTekLogo known{DrawTekLogo}if
  925. /BoxStartY BorderHeight BoxSide sub 2 div def
  926. BoxStartX BoxStartY moveto
  927. (C)(100%)1 0 0 0 DrawBox(M)(100%)0 1 0 0 DrawBox(Y)(100%)0 0 1 0 DrawBox(K)
  928. (100%)0 0 0 1 DrawBox(MY)(100%)0 1 1 0 DrawBox(CY)(100%)1 0 1 0 DrawBox(CM)
  929. (100%)1 1 0 0 DrawBox(CMY)(100%)1 1 1 0 DrawBox(C)(50%)0.5 0 0 0 DrawBox(M)
  930. (50%)0 0.5 0 0 DrawBox(Y)(50%)0 0 0.5 0 DrawBox(K)(50%)0 0 0 0.5 DrawBox(MY)
  931. (50%)0 0.5 0.5 0 DrawBox(CY)(50%)0.5 0 0.5 0 DrawBox(CM)(50%)
  932. 0.5 0.5 0 0 DrawBox(CMY)(50%)0.5 0.5 0.5 0 DrawBox
  933. DrawBar
  934. DefineName
  935. DrawLegend
  936. end}if}bind def<</EndPage{TekColorStripDict/DrawColorStrip get
  937. exec}>>setpagedevice
  938. end"
  939. *End
  940. *TKColorControlStrip False/Off: "
  941. % Color Control Strip: Off "
  942. *End
  943. *?TKColorControlStrip: "
  944. userdict /TekColorStripDict known {(True)}{(False)} ifelse = flush"
  945. *End
  946. *CloseUI: *TKColorControlStrip
  947. *% Font Information =====================
  948. *DefaultFont: Courier
  949. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  950. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  951. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  952. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  953. *Font Bookman-Demi: Standard "(001.004S)" Standard ROM
  954. *Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
  955. *Font Bookman-Light: Standard "(001.004S)" Standard ROM
  956. *Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
  957. *Font Courier: Standard "(002.004S)" Standard ROM
  958. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  959. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  960. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  961. *Font Helvetica: Standard "(001.006S)" Standard ROM
  962. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  963. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  964. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  965. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  966. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  967. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  968. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  969. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  970. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  971. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  972. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  973. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  974. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  975. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  976. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  977. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  978. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  979. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  980. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  981. *Font Symbol: Special "(001.007S)" Special ROM
  982. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  983. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  984. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  985. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  986. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  987. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  988. *?FontQuery: "
  989. save
  990. { count 1 gt
  991. { exch dup 127 string cvs (/) print print (:) print
  992. /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  993. } { exit } ifelse
  994. } bind loop
  995. (*) = flush
  996. restore
  997. "
  998. *End
  999. *?FontList: "
  1000. save (*) {cvn ==} 128 string /Font resourceforall
  1001. (*) = flush restore
  1002. "
  1003. *End
  1004. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  1005. *% For 60 lpi / 300 dpi ================================
  1006. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45.0"
  1007. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45.0"
  1008. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "45.0"
  1009. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "45.0"
  1010. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "45.0"
  1011. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  1012. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  1013. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  1014. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  1015. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  1016. *% Last edited on: $Date: 1996/10/22 00:04:17 $
  1017. *% end of PPD file for Phaser 450