home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextLibrary / PrinterTypes / English.lproj / Tektronix_Phaser_II_PXi_v2010.116.ppd < prev    next >
PostScript Printer Description  |  1995-02-06  |  14KB  |  404 lines

  1. *PPD-Adobe: "4.1"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1993 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.1"
  10. *FileVersion: "2.6"
  11. *PCFileName: "TKPHZR21.PPD"
  12. *LanguageVersion: English
  13. *Product: "(Phaser II PXi)"
  14. *PSVersion: "(2010.116) 2"
  15. *ModelName: "Tektronix Phaser II PXi v2010.116"
  16. *ShortNickName: "Tektronix PhaserIIPXi v2010.116"
  17. *NickName: "Tektronix Phaser II PXi v2010.116"
  18.  
  19. *% ==== Device Capabilities ===============
  20. *LanguageLevel: "2"
  21. *Protocols: BCP
  22. *Emulators: hpgl
  23. *StartEmulator_hpgl: "currentfile /hpgl statusdict /emulate get exec "
  24. *StopEmulator_hpgl: "<1B7F>0"
  25.  
  26. *FreeVM: "563000"
  27. *ColorDevice: True
  28. *DefaultColorSpace: CMYK
  29. *VariablePaperSize: False
  30.  
  31. *FileSystem: True
  32. *?FileSystem: "
  33. save 
  34.      false (%disk?%)
  35.     { currentdevparams dup /Writeable known
  36.        {/Writeable get {pop true} if} {pop} ifelse
  37.      } 10 string /IODevice resourceforall
  38.      {(True)}{(False)} ifelse = flush
  39. restore
  40. "
  41. *End
  42.  
  43. *Throughput: "1"
  44. *Password: "()"
  45. *ExitServer: "
  46.    count 0 eq
  47.    { false } { true exch startjob } ifelse
  48.    not { (WARNING: Cannot modify initial VM.) =
  49.             (Missing or invalid password.) =
  50.             (Please contact the author of this software.) = flush quit
  51.           } if"
  52. *End
  53.  
  54. *Reset: "
  55.    count 0 eq
  56.    { false } { true exch startjob } ifelse
  57.    not { (WARNING: Cannot reset printer.) =
  58.             (Missing or invalid password.) =
  59.             (Please contact the author of this software.) = flush quit
  60.           } if
  61.    systemdict /quit get exec
  62.    (WARNING : Printer Reset Failed.) = flush
  63. "
  64. *End
  65.  
  66. *DefaultResolution: 300dpi 
  67. *Resolution 300dpi: "1 dict dup /HWResolution [300 300] put setpagedevice"
  68. *?Resolution: "
  69.   save
  70.     currentpagedevice /HWResolution get
  71.     0 get
  72.     (          ) cvs print
  73.     (dpi)
  74.     = flush
  75.   restore
  76. "
  77. *End
  78.  
  79. *% Halftone Information ===============
  80. *ScreenFreq: "60.0"
  81. *ScreenAngle: "54.0"
  82. *DefaultScreenProc: TekHalftone
  83. *ScreenProc TekHalftone: "
  84.   /Halftone2 /Halftone findresource /GraySpotFunction get
  85. *End
  86.  
  87. *SpotFunctionLine: "{ pop }"
  88. *SpotFunctionEllipse: "
  89.   { dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }
  90. "
  91. *End
  92.  
  93. *DefaultTransfer: Null
  94. *Transfer Null: "{ }"
  95. *Transfer Null.Inverse: "{ 1 exch sub }"
  96.  
  97. *% Printer Specific Features ============ 
  98. *% Code in this section allows user selection of Tek-proprietary halftone
  99. *% screens
  100. *OpenUI *TekHalftoneScreens/Custom Halftone Screens: PickOne 
  101. *OrderDependency: 10 AnySetup *TekHalftoneScreens
  102. *DefaultTekHalftoneScreens: 60lpi
  103. *TekHalftoneScreens 60lpi: "
  104.   /DefaultHalftone /Haltone2 /Halftone findresource /Halftone defineresource
  105.   1 dict setpagedevice
  106. "
  107. *End
  108. *TekHalftoneScreens 80lpi: "
  109.   /DefaultHalftone /Haltone1 /Halftone findresource /Halftone defineresource
  110.   1 dict setpagedevice
  111. "
  112. *End
  113. *TekHalftoneScreens FinepointSharpening: "
  114.   /DefaultHalftone /Haltone6 /Halftone findresource /Halftone defineresource
  115.   1 dict setpagedevice
  116. "
  117. *End
  118. *?TekHalftoneScreens: "
  119. save
  120.   mark
  121.   { /DefaultHalftone /Halftone findresource dup
  122.     /HalftoneType get 8 eq 
  123.       { pop (Finepoint Sharpening) }
  124.       { /GrayAngle get dup 60 eq
  125.         { pop (60lpi) }
  126.         { 80 eq { (80lpi) } { (Unknown) } ifelse } ifelse
  127.       } ifelse
  128.     = flush
  129.   } stopped pop cleartomark
  130.   restore 
  131. "
  132. *End
  133. *CloseUI: *TekHalftoneScreens
  134.  
  135. *OpenUI *OutputMode/Print: PickOne
  136. *OrderDependency: 50 AnySetup *OutputMode
  137. *DefaultOutputMode: Standard
  138. *OutputMode Standard: "
  139.     2 dict begin
  140.         /PostRenderingEnhance true def
  141.         /PostRenderingEnhanceDetails
  142.           1 dict begin
  143.             /OutputMode (Standard) def
  144.           currentdict end def
  145.     currentdict end 
  146.     setpagedevice"
  147. *End
  148. *OutputMode Enhanced: "
  149.     2 dict begin
  150.         /PostRenderingEnhance true def
  151.         /PostRenderingEnhanceDetails
  152.           1 dict begin
  153.             /OutputMode (Enhanced) def
  154.           currentdict end def
  155.     currentdict end
  156.     setpagedevice"
  157. *End
  158. *?OutputMode: "save
  159.     currentpagedevice /PostRenderingEnhanceDetails get
  160.     /OutputMode get = flush restore"
  161. *End
  162. *CloseUI: *OutputMode
  163.  
  164. *% Paper Handling ===================
  165. *% Use these entries to set paper size most of the time, unless there is
  166. *% specific reason to use PageRegion.
  167. *OpenUI *PageSize: PickOne
  168. *OrderDependency: 30 AnySetup *PageSize
  169. *DefaultPageSize: Letter
  170. *PageSize Letter/Letter: "2 dict dup /PageSize [612 792] put 
  171. dup /ImagingBBox null put setpagedevice"
  172. *End
  173. *PageSize Legal/Legal: "2 dict dup /PageSize [612 1008] put 
  174. dup /ImagingBBox null put setpagedevice"
  175. *End
  176. *PageSize A4/A4: "2 dict dup /PageSize [595 842] put 
  177. dup /ImagingBBox null put setpagedevice"
  178. *End
  179. *PageSize A4.Special/A4 Special:"2 dict dup /PageSize [595 1008] put
  180. dup /ImagingBBox null put setpagedevice"
  181. *End
  182. *PageSize A4.Special.Short/A4 Special Short:"
  183.     2 dict dup /PageSize [595 1008] put dup /ImagingBBox null put setpagedevice"
  184. *End
  185. *?PageSize: "
  186. save currentpagedevice /PageSize get aload pop 
  187. 2 copy gt {exch} if (Unknown)
  188. 5 dict
  189. dup [612 792] (Letter) put
  190. dup [612 1008] (Legal) put
  191. dup [595 842] (A4) put
  192. dup [595 1008] (A4.Special) put
  193. dup [595 1008] (A4.Special.Short) put
  194. { exch aload pop 4 index sub abs 5 le exch 5 index sub abs 5 le and 
  195.     { exch pop exit } { pop } ifelse
  196. } bind forall = flush pop pop
  197. restore"
  198. *End
  199. *CloseUI: *PageSize
  200.  
  201. *% These entries will set up the frame buffer. Usually used with manual feed.
  202. *OpenUI *PageRegion: PickOne
  203. *OrderDependency: 40 AnySetup *PageRegion
  204. *DefaultPageRegion: Letter
  205. *PageRegion Letter/Letter: "2 dict dup /PageSize [612 792] put 
  206. dup /ImagingBBox null put setpagedevice"
  207. *End
  208. *PageRegion Legal/Legal: "2 dict dup /PageSize [612 1008] put 
  209. dup /ImagingBBox null put setpagedevice"
  210. *End
  211. *PageRegion A4/A4: "2 dict dup /PageSize [595 842] put 
  212. dup /ImagingBBox null put setpagedevice"
  213. *End
  214. *PageRegion A4.Special/A4 Special:"2 dict dup /PageSize [595 1008] put
  215. dup /ImagingBBox null put setpagedevice"
  216. *End
  217. *PageRegion A4.Special.Short/A4 Special Short:"2 dict dup 
  218. /PageSize [595 1008] put
  219. dup /ImagingBBox null put setpagedevice"
  220. *End
  221. *CloseUI: *PageRegion
  222.  
  223. *% The following entries provide information about specific paper keywords.
  224. *DefaultImageableArea: Letter
  225. *ImageableArea Letter/Letter: "13 76 596 710"
  226. *ImageableArea Legal/Legal: "13 111 596 889"
  227. *ImageableArea A4/A4: "14 77 581 761"
  228. *ImageableArea A4.Special/A4 Special: "14 84 581 919"
  229. *ImageableArea A4.Special.Short/A4 Special Short: "14 109 581 888"
  230. *?ImageableArea: "
  231. save
  232.   /cvp { (                ) cvs print ( ) print } bind def
  233.   /upperright {10000 mul floor 10000 div} bind def
  234.   /lowerleft {10000 mul ceiling 10000 div} bind def
  235.   newpath clippath pathbbox
  236.   4 -2 roll exch 2 {lowerleft cvp} repeat
  237.   exch 2 {upperright cvp} repeat flush
  238.  restore
  239. "
  240. *End
  241.  
  242. *% These provide the physical dimensions of the paper (by keyword)
  243. *DefaultPaperDimension: Letter
  244. *PaperDimension Letter/Letter: "612 792"
  245. *PaperDimension Legal/Legal: "612 1008"
  246. *PaperDimension A4/A4: "595 842"
  247. *PaperDimension A4.Special/A4 Special: "595 1008"
  248. *PaperDimension A4.Special.Short/A4 Special Short: "595 1008"
  249.  
  250. *RequiresPageRegion All: False
  251. *DefaultOutputBin: OnlyOne
  252. *DefaultOutputOrder: Reverse
  253.  
  254. *OpenUI *InputSlot: PickOne
  255. *OrderDependency: 20 AnySetup *InputSlot
  256. *DefaultInputSlot: Cassette
  257. *InputSlot Cassette: ""
  258. *CloseUI: *InputSlot
  259.  
  260. *% Font Information =====================
  261. *DefaultFont: Courier
  262. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  263. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  264. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  265. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  266. *Font Bookman-Demi: Standard "(001.003)" Standard ROM
  267. *Font Bookman-DemiItalic: Standard "(001.003)" Standard ROM
  268. *Font Bookman-Light: Standard "(001.003)" Standard ROM
  269. *Font Bookman-LightItalic: Standard "(001.003)" Standard ROM
  270. *Font Courier: Standard "(002.003)" Standard ROM
  271. *Font Courier-Bold: Standard "(002.003)" Standard ROM
  272. *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
  273. *Font Courier-Oblique: Standard "(002.003)" Standard ROM
  274. *Font Helvetica: Standard "(001.006)" Standard ROM
  275. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  276. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  277. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  278. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  279. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  280. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  281. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  282. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  283. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  284. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  285. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  286. *Font NewCenturySchlbk-Bold: Standard "(001.008)" Standard ROM
  287. *Font NewCenturySchlbk-BoldItalic: Standard "(001.006)" Standard ROM
  288. *Font NewCenturySchlbk-Italic: Standard "(001.005)" Standard ROM
  289. *Font NewCenturySchlbk-Roman: Standard "(001.006)" Standard ROM
  290. *Font Palatino-Bold: Standard "(001.005)" Standard ROM
  291. *Font Palatino-BoldItalic: Standard "(001.005)" Standard ROM
  292. *Font Palatino-Italic: Standard "(001.005)" Standard ROM
  293. *Font Palatino-Roman: Standard "(001.005)" Standard ROM
  294. *Font Symbol: Special "(001.007)" Special ROM
  295. *Font Times-Bold: Standard "(001.007)" Standard ROM
  296. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  297. *Font Times-Italic: Standard "(001.007)" Standard ROM
  298. *Font Times-Roman: Standard "(001.007)" Standard ROM
  299. *Font ZapfChancery-MediumItalic: Standard "(001.006)" Standard ROM
  300. *Font ZapfDingbats: Special "(001.004)" Special ROM
  301.  
  302. *?FontQuery: "
  303.    save  
  304.    { count 1 gt
  305.       { exch dup 127 string cvs (/) print print (:) print
  306.        /Font resourcestatus {pop pop (Yes)} {(No)} ifelse = 
  307.       } { exit } ifelse
  308.    } bind loop
  309.    (*) = flush
  310.    restore"
  311. *End
  312.  
  313. *?FontList: "
  314.    save (*) {cvn ==} 128 string /Font resourceforall
  315.    (*) = flush restore"
  316. *End
  317.  
  318. *% Printer Messages (verbatim from printer):
  319. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  320. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  321. *Message: "\FontName\ not found, using Courier"
  322.  
  323. *% Status (format: %%[ status: <one of these> ]%% )
  324. *Status: "initializing"
  325. *Status: "idle"
  326. *Status: "holding"
  327. *Status: "busy"
  328. *Status: "waiting"
  329. *Status: "PrinterError: printer is warming up"
  330. *Status: "PrinterError: printer is not ready"
  331. *Status: "PrinterError: out of paper"
  332. *Status: "PrinterError: paper jam"
  333. *Status: "PrinterError: paper jam at entry"
  334. *Status: "PrinterError: out of ribbon"
  335. *Status: "PrinterError: ribbon jam"
  336. *Status: "PrinterError: cover is open"
  337. *Status: "PrinterError: thermal head temperature"
  338. *Status: "PrinterError: internal interface error"
  339. *Status: "PrinterError: print engine failure"
  340.  
  341. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  342. *Source: "Serial"
  343. *Source: "LocalTalk"
  344. *Source: "Parallel"
  345. *Source: "Internal"
  346.  
  347. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  348. *PrinterError: "printer is warming up"
  349. *PrinterError: "printer is not ready"
  350. *PrinterError: "out of paper"
  351. *PrinterError: "paper jam"
  352. *PrinterError: "paper jam at entry"
  353. *PrinterError: "out of ribbon"
  354. *PrinterError: "ribbon jam"
  355. *PrinterError: "cover is open"
  356. *PrinterError: "thermal head temperature"
  357. *PrinterError: "internal interface error"
  358. *PrinterError: "print engine failure"
  359.  
  360. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  361.  
  362. *InkName: ProcessBlack/Process Black
  363. *InkName: CustomColor/Custom Color
  364. *InkName: ProcessCyan/Process Cyan
  365. *InkName: ProcessMagenta/Process Magenta
  366. *InkName: ProcessYellow/Process Yellow
  367.  
  368. *%  For 60 lpi / 300 dpi  ===============================
  369.  
  370. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "54.0"
  371. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "54.0"
  372. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "54.0"
  373. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "54.0"
  374. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "54.0"
  375.  
  376. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  377. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  378. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  379. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  380. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  381.  
  382. *%  For 80 lpi / 300 dpi ================================
  383.  
  384. *ColorSepScreenAngle ProcessBlack.80lpi.300dpi/80 lpi / 300 dpi: "33.0"
  385. *ColorSepScreenAngle CustomColor.80lpi.300dpi/80 lpi / 300 dpi: "33.0"
  386. *ColorSepScreenAngle ProcessCyan.80lpi.300dpi/80 lpi / 300 dpi: "33.0"
  387. *ColorSepScreenAngle ProcessMagenta.80lpi.300dpi/80 lpi / 300 dpi: "33.0"
  388. *ColorSepScreenAngle ProcessYellow.80lpi.300dpi/80 lpi / 300 dpi: "33.0"
  389.  
  390. *ColorSepScreenFreq ProcessBlack.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  391. *ColorSepScreenFreq CustomColor.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  392. *ColorSepScreenFreq ProcessCyan.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  393. *ColorSepScreenFreq ProcessMagenta.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  394. *ColorSepScreenFreq ProcessYellow.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  395.  
  396. *% For "Phaser II PXi" 
  397. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  398. *% Converted to meet 4.0 specification
  399. *% Last Edit Date: Jun 1 1993
  400. *% The byte count of this file should be exactly 013683 or 014086
  401. *% depending on the filesystem it resides in.
  402. *% end of PPD file for Tektronix Phaser II PXi
  403.