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

  1. *PPD-Adobe: "4.0"
  2. *% QM2000_1.spd: Simplified form of QM2000_1.ppd
  3. *PCFileName: "QM2000_1.PPD"
  4. *Product: "(QMS-PS 2000)"
  5. *PSVersion: "(52.4) 17"
  6. *ModelName: "QMS-PS 2000"
  7. *NickName: "QMS-PS 2000 v52.4"
  8. *FreeVM: "486838"
  9. *LanguageLevel: "1"
  10. *ColorDevice: False
  11. *Password: "0"
  12. *ExitServer: "
  13.   count 0 eq {  % is the password on the stack?
  14.     true
  15.   }{
  16.     dup % potential password
  17.     statusdict /checkpassword get exec not
  18.   } ifelse
  19.   {  %  if no password or not valid
  20.     (WARNING : Cannot perform the exitserver command.) =
  21.     (Password supplied is not valid.) =
  22.     (Please contact the author of this software.) = flush
  23.     quit
  24.   } if
  25.   serverdict /exitserver get exec
  26. "
  27. *End
  28. *DefaultResolution: 300dpi 
  29. *?Resolution: "
  30. save
  31.   initgraphics
  32.   0 72 dtransform
  33.   dup mul exch
  34.   dup mul 
  35.   add sqrt round cvi
  36.   (          ) cvs print (dpi) = flush
  37. restore
  38. "
  39. *End
  40. *ScreenFreq: "60.0"
  41. *ScreenAngle: "45.0"
  42. *OpenUI *PageSize: PickOne
  43. *OrderDependency: 30 AnySetup *PageSize
  44. *DefaultPageSize: Letter
  45. *PageSize Letter: "statusdict /lettertray get exec"
  46. *PageSize Legal: "statusdict /legaltray get exec"
  47. *PageSize Ledger: "statusdict /ledgertray get exec"
  48. *PageSize Tabloid: "statusdict /11x17tray get exec"
  49. *PageSize Executive: "statusdict /executivetray get exec"
  50. *PageSize A3: "statusdict /a3tray get exec"
  51. *PageSize A4: "statusdict /a4tray get exec"
  52. *PageSize A5: "statusdict /a5tray get exec"
  53. *PageSize B4: "statusdict /b4tray get exec"
  54. *PageSize B5: "statusdict /b5tray get exec"
  55. *?PageSize: "
  56. save 
  57. 10 dict 
  58.   dup /letter (Letter) put
  59.   dup /legal (Legal) put
  60.   dup /ledger (Ledger) put
  61.   dup /11x17 (Tabloid) put
  62.   dup /a3 (A3) put
  63.   dup /a4 (A4) put
  64.   dup /a5 (A5) put
  65.   dup /b4 (B4) put
  66.   dup /b5 (B5) put
  67.   dup /executivepage (Executive) put
  68.   statusdict /papersize get exec
  69.   3 1 roll  {get} stopped {(Unknown)}if
  70.   exch  not { print (.Transverse) }if
  71.   = flush
  72. restore 
  73. "
  74. *End
  75. *CloseUI: *PageSize
  76. *OpenUI *PageRegion: PickOne
  77. *OrderDependency: 40 AnySetup *PageRegion
  78. *DefaultPageRegion: Letter
  79. *PageRegion Letter: "statusdict begin letter end"
  80. *PageRegion Legal: "statusdict begin legal end"
  81. *PageRegion Ledger: "statusdict begin ledger end"
  82. *PageRegion Tabloid: "statusdict begin 11x17 end"
  83. *PageRegion Executive: "statusdict begin executivepage end"
  84. *PageRegion A3: "statusdict begin a3 end"
  85. *PageRegion A4: "statusdict begin a4 end"
  86. *PageRegion A5: "statusdict begin a5 end"
  87. *PageRegion B4: "statusdict begin b4 end"
  88. *PageRegion B5: "statusdict begin b5 end"
  89. *CloseUI: *PageRegion
  90. *DefaultImageableArea: Letter
  91. *ImageableArea Letter: "12 12 600 780"
  92. *ImageableArea Legal: "12 12 601 996"
  93. *ImageableArea Ledger: "12 12 1212 780"
  94. *ImageableArea Tabloid: "12 12 780 1212"
  95. *ImageableArea Executive: "12 12 528 745"
  96. *ImageableArea A3: "12 12 829 1178"
  97. *ImageableArea A4: "12 12 583 829"
  98. *ImageableArea A5: "12 13 407 583"
  99. *ImageableArea B4: "12 12 716 1019"
  100. *ImageableArea B5: "12 12 503 716"
  101. *?ImageableArea: "
  102. save
  103.   /cvp { (                ) cvs print ( ) print } bind def
  104.   /upperright {10000 mul floor 10000 div} bind def
  105.   /lowerleft {10000 mul ceiling 10000 div} bind def
  106.   newpath clippath pathbbox
  107.   4 -2 roll exch 2 {lowerleft cvp} repeat
  108.   exch 2 {upperright cvp} repeat flush
  109.  restore
  110. "
  111. *End
  112. *DefaultPaperDimension: Letter
  113. *PaperDimension Letter: "612 792"
  114. *PaperDimension Legal: "612 1008"
  115. *PaperDimension Ledger: "1224 792"
  116. *PaperDimension Tabloid: "792 1224"
  117. *PaperDimension Executive: "522 756"
  118. *PaperDimension A3: "842 1191"
  119. *PaperDimension A4: "595 842"
  120. *PaperDimension A5: "420 595"
  121. *PaperDimension B4: "729 1032"
  122. *PaperDimension B5: "516 729"
  123. *RequiresPageRegion All: True
  124. *OpenUI *InputSlot: PickOne
  125. *OrderDependency: 20 AnySetup *InputSlot
  126. *DefaultInputSlot: Upper
  127. *InputSlot Upper: "1 statusdict /setpapertray get exec"
  128. *InputSlot Lower: "2 statusdict /setpapertray get exec"
  129. *InputSlot LargeCapacity: "3 statusdict /setpapertray get exec"
  130. *?InputSlot: "
  131. save
  132.   [ (Unknown) (Lower) (Upper) (LargeCapacity) ]
  133.   statusdict /papertray get exec
  134.   {get exec} stopped { pop pop (Unknown)} if = flush
  135. restore 
  136. "
  137. *End
  138. *CloseUI: *InputSlot
  139. *OpenUI *ManualFeed: PickOne
  140. *OrderDependency: 20 AnySetup *ManualFeed
  141. *DefaultManualFeed: False
  142. *?ManualFeed: "save
  143.   statusdict /manualfeed get
  144.   {(True)}{(False)}ifelse = flush
  145.   restore"
  146. *End
  147. *ManualFeed True: "statusdict /manualfeed true put"
  148. *ManualFeed False: "statusdict /manualfeed false put"
  149. *CloseUI: *ManualFeed
  150. *OpenUI *OutputBin: PickOne
  151. *DefaultOutputBin: Upper
  152. *OutputBin Upper: "1 statusdict /setoutputtray get exec"
  153. *OutputBin Lower: "2 statusdict /setoutputtray get exec"
  154. *OutputBin Side: "3 statusdict /setoutputtray get exec"
  155. *?OutputBin: "
  156. save
  157.   [ (Unknown) (Upper) (Lower) (Side) ]
  158.   statusdict /outputtray get exec
  159.   {get exec} stopped { pop pop (Unknown)} if = flush
  160. restore
  161. "
  162. *End
  163. *CloseUI: *OutputBin
  164. *OpenUI *OutputOrder: PickOne
  165. *DefaultOutputOrder: Normal
  166. *OutputOrder Normal: "1 statusdict /setoutputtray get exec"
  167. *OutputOrder Reverse: "3 statusdict /setoutputtray get exec"
  168. *?OutputOrder: "
  169. save
  170.   [ (Unknown) (Normal) (Unknown) (Reverse) ]
  171.   statusdict /outputtray get exec
  172.   {get exec} stopped { pop pop (Unknown)} if = flush
  173. restore
  174. "
  175. *End
  176. *CloseUI: *OutputOrder
  177. *OpenUI *Duplex: PickOne
  178. *Duplex None: "false statusdict /setduplexmode get exec false statusdict /settumble get exec"
  179. *Duplex DuplexNoTumble: "true statusdict /setduplexmode get exec false statusdict /settumble get exec"
  180. *Duplex DuplexTumble: "true statusdict /setduplexmode get exec true statusdict /settumble get exec"
  181. *?Duplex: "
  182. save
  183.   statusdict /duplexmode get exec
  184.   { statusdict /tumble get exec
  185.     { (DuplexTumble) } { (DuplexNoTumble) } ifelse
  186.   }
  187.   { (None) } ifelse = flush
  188. restore
  189. "
  190. *End
  191. *CloseUI: *Duplex
  192. *DefaultFont: Courier
  193. *Font AGaramond-Bold: Standard "(001.000)" Standard ROM
  194. *Font AGaramond-BoldItalic: Standard "(001.000)" Standard ROM
  195. *Font AGaramond-Italic: Standard "(001.000)" Standard ROM
  196. *Font AGaramond-Regular: Standard "(001.000)" Standard ROM
  197. *Font AGaramond-Semibold: Standard "(001.000)" Standard ROM
  198. *Font AGaramond-SemiboldItalic: Standard "(001.000)" Standard ROM
  199. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  200. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  201. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  202. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  203. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  204. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  205. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  206. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  207. *Font Courier: Standard "(002.003)" Standard ROM
  208. *Font Courier-Bold: Standard "(002.003)" Standard ROM
  209. *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
  210. *Font Courier-Oblique: Standard "(002.003)" Standard ROM
  211. *Font Helvetica: Standard "(001.006)" Standard ROM
  212. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  213. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  214. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  215. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  216. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  217. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  218. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  219. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  220. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  221. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  222. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  223. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  224. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  225. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  226. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  227. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  228. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  229. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  230. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  231. *Font Symbol: Special "(001.007)" Special ROM
  232. *Font Times-Bold: Standard "(001.007)" Standard ROM
  233. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  234. *Font Times-Italic: Standard "(001.007)" Standard ROM
  235. *Font Times-Roman: Standard "(001.007)" Standard ROM
  236. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  237. *Font ZapfDingbats: Special "(001.002)" Special ROM
  238.