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

  1. *PPD-Adobe: "4.0"
  2. *% QMS860.spd: Simplified form of QMS860.ppd
  3. *Product: "(QMS 860 Print System)"
  4. *PSVersion: "(2011.22) 13"
  5. *ModelName: "QMS 860 Print System"
  6. *NickName: "QMS 860 Print System"
  7. *PCFileName: "QMS860.PPD"
  8. *FreeVM: "800000"
  9. *ColorDevice: False
  10. *Password: "0"
  11. *ExitServer: "
  12.   count 0 eq {  % is the password on the stack?
  13.     true 
  14.   }{
  15.     dup % potential password
  16.     statusdict begin checkpassword end not 
  17.   } ifelse 
  18.   {  %  if no password or not valid 
  19.     (WARNING : Cannot perform the exitserver command.) = 
  20.     (Password supplied is not valid.) = 
  21.     (Please contact the author of this software.) = flush
  22.     quit 
  23.   } if 
  24.   serverdict begin exitserver
  25. "
  26. *End
  27. *ScreenFreq: "60.0"
  28. *ScreenAngle: "45.0"
  29. *OpenGroup: PaperHandling
  30. *OpenUI *Resolution: PickOne
  31. *OrderDependency: 5 AnySetup *Resolution
  32. *DefaultResolution: 600dpi
  33. *Resolution 300dpi: "statusdict begin 300 setresolution end"
  34. *Resolution 600dpi: "statusdict begin 600 setresolution end"
  35. *?Resolution: "
  36. save
  37.   statusdict begin resolution end
  38.   128 string cvs dup print (x) print print (dpi) = flush
  39. restore
  40. "
  41. *End
  42. *CloseUI: *Resolution
  43. *OpenUI *PageSize: PickOne
  44. *OrderDependency: 15 AnySetup *PageSize
  45. *PageSize Letter: "statusdict begin lettertray end"
  46. *PageSize Executive: "statusdict begin executivetray end"
  47. *PageSize Legal: "statusdict begin legaltray end"
  48. *PageSize Tabloid: "statusdict begin 11x17tray end"
  49. *PageSize Universal: "statusdict begin universaltray end"
  50. *PageSize A3: "statusdict begin a3tray end"
  51. *PageSize A4: "statusdict begin a4tray end"
  52. *PageSize A5: "statusdict begin a5tray end"
  53. *PageSize A6: "statusdict begin a6tray end"
  54. *PageSize B4: "statusdict begin b4tray end"
  55. *PageSize B5: "statusdict begin b5tray end"
  56. *PageSize B6: "statusdict begin b6tray end"
  57. *?PageSize: "
  58.  save statusdict begin
  59.   12 dict begin
  60.    /letter (Letter) def 
  61.    /executivepage (Executive) def
  62.    /legal (Legal) def
  63.    /11x17 (Tabloid) def 
  64.    /universal (Universal) def
  65.    /a3 (A3) def 
  66.    /a4 (A4) def
  67.    /a5 (A5) def 
  68.    /a6 (A6) def
  69.    /b4 (B4) def 
  70.    /b5 (B5) def 
  71.    /b6 (B6) def 
  72.    papersize {
  73.      {load exec} stopped not{= flush}if
  74.    }{
  75.      {load exec} stopped not{= flush}{(Unknown) = flush}ifelse
  76.    }ifelse
  77.   end
  78.  end restore
  79. "
  80. *End
  81. *CloseUI: *PageSize
  82. *OpenUI *PaperTray: PickOne
  83. *OrderDependency: 20 AnySetup *PaperTray
  84. *PaperTray Letter: "statusdict begin lettertray end"
  85. *PaperTray Executive: "statusdict begin executivetray end"
  86. *PaperTray Legal: "statusdict begin legaltray end"
  87. *PaperTray Tabloid: "statusdict begin 11x17tray end"
  88. *PaperTray Universal: "statusdict begin universaltray end"
  89. *PaperTray A3: "statusdict begin a3tray end"
  90. *PaperTray A4: "statusdict begin a4tray end"
  91. *PaperTray A5: "statusdict begin a5tray end"
  92. *PaperTray A6: "statusdict begin a6tray end"
  93. *PaperTray B4: "statusdict begin b4tray end"
  94. *PaperTray B5: "statusdict begin b5tray end"
  95. *PaperTray B6: "statusdict begin b6tray end"
  96. *?PaperTray: "
  97.  save statusdict begin
  98.   12 dict begin
  99.    /letter (Letter) def 
  100.    /executivepage (Executive) def
  101.    /legal (Legal) def
  102.    /11x17 (Tabloid) def 
  103.    /universal (Universal) def
  104.    /a3 (A3) def 
  105.    /a4 (A4) def
  106.    /a5 (A5) def 
  107.    /a6 (A6) def
  108.    /b4 (B4) def 
  109.    /b5 (B5) def 
  110.    /b6 (B6) def 
  111.    papersize {
  112.      {load exec} stopped not{= flush}if
  113.    }{
  114.      {load exec} stopped not{= flush}{(Unknown) = flush}ifelse
  115.    }ifelse
  116.   end
  117.  end restore
  118. "
  119. *End
  120. *CloseUI: *PaperTray
  121. *DefaultPageRegion: Letter
  122. *PageRegion Letter: "letter"
  123. *PageRegion Executive: "executivepage"
  124. *PageRegion Legal: "legal"
  125. *PageRegion Tabloid: "11x17"
  126. *PageRegion Universal: "universal"
  127. *PageRegion A3: "a3"
  128. *PageRegion A4: "a4"
  129. *PageRegion A5: "a5"
  130. *PageRegion A6: "a6"
  131. *PageRegion B4: "b4"
  132. *PageRegion B5: "b5"
  133. *PageRegion B6: "b6"
  134. *DefaultImageableArea: Letter
  135. *ImageableArea Letter: "10 10 598 780 "
  136. *ImageableArea Executive: "10 14 510 746 "
  137. *ImageableArea Legal: "10 14 600 998 "
  138. *ImageableArea Tabloid: "10 14 780 1214 "
  139. *ImageableArea Universal: "10 14 830 1214 "
  140. *ImageableArea A3: "10 14 830 1181 "
  141. *ImageableArea A4: "10 10 581 830 "
  142. *ImageableArea A5: "10 10 405 583 "
  143. *ImageableArea A6: "10 14 286 411 "
  144. *ImageableArea B4: "10 14 717 1021 "
  145. *ImageableArea B5: "10 10 501 717 "
  146. *ImageableArea B6: "10 14 352 506 "
  147. *?ImageableArea: "
  148.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  149.   newpath clippath pathbbox
  150.   4 -2 roll exch 2 {ceiling cvp} repeat
  151.   exch 2 {floor cvp} repeat flush
  152.  restore
  153. "
  154. *End
  155. *DefaultPaperDimension: Letter
  156. *PaperDimension Letter: "612 792"
  157. *PaperDimension Executive: "522 756"
  158. *PaperDimension Legal: "612 1008"
  159. *PaperDimension Tabloid: "792 1224"
  160. *PaperDimension Universal: "842 1224"
  161. *PaperDimension A3: "842 1191"
  162. *PaperDimension A4: "596 842"
  163. *PaperDimension A5: "420 595"
  164. *PaperDimension A6: "297 420"
  165. *PaperDimension B4: "729 1032"
  166. *PaperDimension B5: "516 729"
  167. *PaperDimension B6: "363 516"
  168. *DefaultOutputBin: Upper
  169. *OpenUI *InputSlot: PickOne
  170. *OrderDependency: 10 AnySetup *InputSlot
  171. *DefaultInputSlot: MultiPurpose
  172. *InputSlot MultiPurpose: "statusdict begin 1 setpapertray end"
  173. *InputSlot Lower: "statusdict begin 2 setpapertray end"
  174. *InputSlot Optional: "statusdict begin 3 setpapertray end"
  175. *?InputSlot: "
  176.  save statusdict begin
  177.   3 dict begin
  178.    /1 (MultiPurpose) def
  179.    /2 (Lower) def
  180.    /3 (Optional) def
  181.    papertray 
  182.      {( ) cvs cvn load exec} stopped not{= flush}if
  183.   end
  184.  end restore
  185. "
  186. *End
  187. *CloseUI: *InputSlot
  188. *CloseGroup: PaperHandling
  189. *DefaultManualFeed: False
  190. *?ManualFeed: "
  191.   statusdict /manualfeed get
  192.   {(True)}{(False)}ifelse = flush"
  193. *End
  194. *ManualFeed True: "statusdict begin /manualfeed true store end"
  195. *ManualFeed False: "statusdict begin /manualfeed false store end"
  196. *DefaultFont: Courier
  197. *Font AvantGarde-Book: Standard "(001.002)"
  198. *Font AvantGarde-BookOblique: Standard "(001.002)"
  199. *Font AvantGarde-Demi: Standard "(001.003)"
  200. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  201. *Font Bookman-Demi: Standard "(001.001)"
  202. *Font Bookman-DemiItalic: Standard "(001.001)"
  203. *Font Bookman-Light: Standard "(001.001)"
  204. *Font Bookman-LightItalic: Standard "(001.001)"
  205. *Font Courier: Standard "(001.005)"
  206. *Font Courier-Bold: Standard "(001.005)"
  207. *Font Courier-BoldOblique: Standard "(001.005)"
  208. *Font Courier-Oblique: Standard "(001.005)"
  209. *Font Helvetica: Standard "(001.002)"
  210. *Font Helvetica-Bold: Standard "(001.002)"
  211. *Font Helvetica-BoldOblique: Standard "(001.002)"
  212. *Font Helvetica-Condensed: Standard "(001.001)"
  213. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  214. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  215. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  216. *Font Helvetica-Narrow: Standard "(001.002)"
  217. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  218. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  219. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  220. *Font Helvetica-Oblique: Standard "(001.002)"
  221. *Font NewCenturySchlbk-Bold: Standard "(001.007)"
  222. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  223. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  224. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  225. *Font Palatino-Bold: Standard "(001.002)"
  226. *Font Palatino-BoldItalic: Standard "(001.002)"
  227. *Font Palatino-Italic: Standard "(001.002)"
  228. *Font Palatino-Roman: Standard "(001.001)"
  229. *Font Symbol: Special "(001.003)"
  230. *Font Times-Bold: Standard "(001.002)"
  231. *Font Times-BoldItalic: Standard "(001.004)"
  232. *Font Times-Italic: Standard "(001.002)"
  233. *Font Times-Roman: Standard "(001.002)"
  234. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  235. *Font ZapfDingbats: Special "(001.002)"
  236.