home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / servis / ovladace / drivers / PPD4eng.exe / TKP450P1.PPD < prev    next >
Encoding:
PostScript Printer Description  |  1997-10-15  |  27.7 KB  |  1,087 lines

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