home *** CD-ROM | disk | FTP | other *** search
/ Soft 19 / Soft19.iso / win95-rc / win95_15.cab / tim17521.spd < prev    next >
PostScript Printer Description  |  1995-07-11  |  7KB  |  203 lines

  1. *PPD-Adobe: "4.0"
  2. *% TIM17521.spd: Simplified form of TIM17521.ppd
  3. *PCFileName: "TIm17521.PPD"
  4. *Product: "(LaserPrinter)"
  5. *PSVersion: "(52.1) 0"
  6. *ModelName: "TI microLaser PS17"
  7. *NickName: "TI microLaser PS17 v.52.1"
  8. *OpenGroup: InstallableOptions/Options Installed
  9. *OpenUI *Option1/Optional Lower Tray: Boolean
  10. *DefaultOption1: False
  11. *Option1 True/Installed: ""
  12. *Option1 False/Not Installed: ""
  13. *CloseUI: *Option1
  14. *OpenUI *Option2/Optional Envelope Feeder: Boolean
  15. *DefaultOption2: False
  16. *Option2 True/Installed: ""
  17. *Option2 False/Not Installed: ""
  18. *CloseUI: *Option2
  19. *OpenUI *Option3/Memory Configuration: PickOne
  20. *DefaultOption3: None
  21. *Option3 None/Standard 1 MB RAM: ""
  22. *Option3 2Meg/2 MB Upgrade: ""
  23. *Option3 3Meg/3 MB Upgrade: ""
  24. *Option3 4Meg/4 MB Upgrade: ""
  25. *CloseUI: *Option3
  26. *CloseGroup: InstallableOptions
  27. *UIConstraints: *Option1 False *InputSlot Lower
  28. *UIConstraints: *Option2 False *InputSlot Envelope
  29. *UIConstraints: *Option3 None *PageSize Legal
  30. *UIConstraints: *Option3 None *PageRegion Legal
  31. *FreeVM: "133530"
  32. *LanguageLevel: "1"
  33. *Protocols: BCP
  34. *ColorDevice: False
  35. *Password: "0"
  36. *ExitServer: "
  37.   count 0 eq {  % is the password on the stack?
  38.     true
  39.   }{
  40.     dup    % potential password
  41.     statusdict /checkpassword get exec not
  42.   } ifelse
  43.   {  %  if no password or not valid
  44.     (WARNING : Cannot perform the exitserver command.) =
  45.     (Password supplied is not valid.) =
  46.     (Please contact the author of this software.) = flush
  47.     quit
  48.   } if
  49.   serverdict /exitserver get exec
  50. "
  51. *End
  52. *DefaultResolution: 300dpi
  53. *?Resolution: "
  54. save
  55.   initgraphics
  56.   0 0 moveto currentpoint matrix defaultmatrix transform
  57.   0 72 lineto currentpoint matrix defaultmatrix transform
  58.   3 -1 roll sub dup mul
  59.   3 1 roll exch sub dup mul
  60.   add sqrt round cvi
  61.   (          ) cvs print (dpi) = flush
  62. restore
  63. "
  64. *End
  65. *ScreenFreq: "60.0"
  66. *ScreenAngle: "45.0"
  67. *OpenUI *PageSize: PickOne
  68. *OrderDependency: 30 AnySetup *PageSize
  69. *DefaultPageSize: Letter
  70. *PageSize Letter: "statusdict /lettertray get exec"
  71. *PageSize Legal: "statusdict /legaltray get exec"
  72. *PageSize Statement: "statusdict /statementtray get exec"
  73. *PageSize Executive: "statusdict /executivetray get exec"
  74. *PageSize A4: "statusdict /a4tray get exec"
  75. *PageSize B5: "statusdict /b5tray get exec"
  76. *PageSize Monarch/Monarch Envelope: "statusdict /3.875x7.5envelopetray get exec"
  77. *PageSize Comm10/Comm #10 Envelope: "statusdict /4.125x9.5envelopetray get exec"
  78. *PageSize DL/DL Envelope: "statusdict /110x220envelopetray get exec"
  79. *PageSize C5/C5 Envelope: "statusdict /162x229envelopetray get exec"
  80. *?PageSize: "
  81. save
  82. 10 dict
  83.   dup /letter (Letter) put
  84.   dup /legal (Legal) put
  85.   dup /a4 (A4) put
  86.   dup /b5 (B5) put
  87.   dup /executivepage (Executive) put
  88.   dup /statement (Statement) put
  89.   dup /3.875x7.5envelope (Monarch) put
  90.   dup /4.125x9.5envelope (Comm10) put
  91.   dup /110x220envelope (DL) put
  92.   dup /162x229envelope (C5) put
  93.   statusdict /papersize get exec
  94.   3 1 roll  {get} stopped {(Unknown)}if
  95.   exch  not { print (.Transverse) }if
  96.   = flush
  97. restore
  98. "
  99. *End
  100. *CloseUI: *PageSize
  101. *OpenUI *PageRegion: PickOne
  102. *OrderDependency: 40 AnySetup *PageRegion
  103. *DefaultPageRegion: Letter
  104. *PageRegion Letter: "letter"
  105. *PageRegion Legal: "legal"
  106. *PageRegion Statement: "statement"
  107. *PageRegion Executive: "executivepage"
  108. *PageRegion A4: "a4"
  109. *PageRegion B5: "b5"
  110. *PageRegion Monarch/Monarch Envelope: "3.875x7.5envelope"
  111. *PageRegion Comm10/Comm #10 Envelope: "4.125x9.5envelope"
  112. *PageRegion DL/DL Envelope: "110x220envelope"
  113. *PageRegion C5/C5 Envelope: "162x229envelope"
  114. *CloseUI: *PageRegion
  115. *DefaultImageableArea: Letter
  116. *ImageableArea Letter: "13 12 596 774 "
  117. *ImageableArea Legal: "15 13 597 991 "
  118. *ImageableArea A4: "16 14 583 823 "
  119. *ImageableArea B5: "15 14 501 709 "
  120. *ImageableArea Statement: "14 14 381 597 "
  121. *ImageableArea Executive: "16 14 510 738 "
  122. *ImageableArea Monarch/Monarch Envelope: "16 20 276 533 "
  123. *ImageableArea Comm10/Comm #10 Envelope: "17 21 292 672"
  124. *ImageableArea DL/DL Envelope: "12 17 302 611"
  125. *ImageableArea C5/C5 Envelope: "13 17 449 628"
  126. *?ImageableArea: "
  127. save
  128.   /cvp {(                ) cvs print ( ) print } bind def
  129.   /upperright {10000 mul floor 10000 div} bind def
  130.   /lowerleft {10000 mul ceiling 10000 div} bind def
  131.   newpath clippath pathbbox
  132.   4 -2 roll exch 2 {lowerleft cvp} repeat
  133.   exch 2 {upperright cvp} repeat flush
  134.  restore
  135. "
  136. *End
  137. *DefaultPaperDimension: Letter
  138. *PaperDimension Letter: "612 792"
  139. *PaperDimension Legal: "612 1008"
  140. *PaperDimension A4: "595 842"
  141. *PaperDimension B5: "516 729"
  142. *PaperDimension Statement: "396 612"
  143. *PaperDimension Executive: "522 756"
  144. *PaperDimension Monarch/Monarch Envelope: "279 540"
  145. *PaperDimension Comm10/Comm #10 Envelope: "297 684"
  146. *PaperDimension DL/DL Envelope: "312 624"
  147. *PaperDimension C5/C5 Envelope: "459 649"
  148. *RequiresPageRegion All: True
  149. *OpenUI *InputSlot: PickOne
  150. *OrderDependency: 20 AnySetup *InputSlot
  151. *DefaultInputSlot: Upper
  152. *InputSlot Upper: "0 statusdict /setpapertray get exec"
  153. *InputSlot Lower: "1 statusdict /setpapertray get exec"
  154. *InputSlot Envelope: "2 statusdict /setpapertray get exec"
  155. *?InputSlot: "
  156. save
  157.   [ (Upper) (Lower) (Envelope) ] statusdict /papertray get exec
  158.   {get exec} stopped { pop pop (Unknown)} if = flush
  159. restore
  160. "
  161. *End
  162. *CloseUI: *InputSlot
  163. *OpenUI *ManualFeed: Boolean
  164. *OrderDependency: 20 AnySetup *ManualFeed
  165. *DefaultManualFeed: False
  166. *ManualFeed True: "statusdict /manualfeed true put"
  167. *ManualFeed False: "statusdict /manualfeed false put"
  168. *?ManualFeed: "
  169.   statusdict /manualfeed get {(True)}{(False)}ifelse = flush"
  170. *End
  171. *CloseUI: *ManualFeed
  172. *DefaultOutputBin: Upper
  173. *OpenUI *TraySwitch: Boolean
  174. *OrderDependency: 50 AnySetup *TraySwitch
  175. *DefaultTraySwitch: False
  176. *TraySwitch True: "statusdict /trayswitch true put"
  177. *TraySwitch False: "statusdict /trayswitch false put"
  178. *?TraySwitch: "
  179. save
  180.   statusdict /trayswitch get {(True)}{(False)}ifelse = flush
  181. restore
  182. "
  183. *End
  184. *CloseUI: *TraySwitch
  185. *DefaultFont: Courier
  186. *Font Courier: Standard "(001.004)" Standard ROM
  187. *Font Courier-Bold: Standard "(002.002)" Standard ROM
  188. *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM
  189. *Font Courier-Oblique: Standard "(002.002)" Standard ROM
  190. *Font Helvetica: Standard "(001.002)" Standard ROM
  191. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  192. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  193. *Font Helvetica-Narrow: Standard "(001.002)" Standard ROM
  194. *Font Helvetica-Narrow-Bold: Standard "(001.002)" Standard ROM
  195. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)" Standard ROM
  196. *Font Helvetica-Narrow-Oblique: Standard "(001.002)" Standard ROM
  197. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  198. *Font Symbol: Special "(001.003)" Special ROM
  199. *Font Times-Bold: Standard "(001.002)" Standard ROM
  200. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  201. *Font Times-Italic: Standard "(001.002)" Standard ROM
  202. *Font Times-Roman: Standard "(001.002)" Standard ROM
  203.