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

  1. *PPD-Adobe:  "4.0"
  2. *% QMS3225.spd: Simplified form of QMS3225.ppd
  3. *PCFileName: "QMS3225.PPD"
  4. *Product: "(QMS 3225 Print System)"
  5. *PSVersion: "(2011.22) 17"
  6. *NickName: "QMS 3225 Print System"
  7. *ModelName: "QMS 3225 Print System"
  8. *LanguageLevel: "2"
  9. *FreeVM: "486838"
  10. *ColorDevice: True
  11. *Password: "0"
  12. *ExitServer: "
  13.  count 0 eq
  14.  { false } { true exch startjob } ifelse
  15.  not { 
  16.      (WARNING : Cannot perform the exitserver command.) = 
  17.      (Password supplied is not valid.) = 
  18.      (Please contact the author of this software.) = flush quit
  19.      } if
  20. "
  21. *End
  22. *ScreenFreq: "60.0"
  23. *ScreenAngle: "45.0"
  24. *OpenGroup:  PaperHandling
  25. *OpenUI *Resolution: PickOne
  26. *OrderDependency: 10 AnySetup *Resolution
  27. *DefaultResolution: 300dpi
  28. *Resolution 300dpi: "1 dict dup /HWResolution [300 300] put setpagedevice"
  29. *Resolution 400dpi: "1 dict dup /HWResolution [400 400] put setpagedevice"
  30. *?Resolution: "
  31.   save
  32.     currentpagedevice /HWResolution get
  33.     0 get
  34.     (          ) cvs print
  35.     (dpi)
  36.     = flush
  37.   restore
  38. "
  39. *End
  40. *CloseUI: *Resolution
  41. *OpenUI *PageSize: PickOne
  42. *OrderDependency: 20 AnySetup *PageSize
  43. *DefaultPageSize: Letter
  44. *PageSize Letter: "
  45.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  46. *End
  47. *PageSize Legal: "
  48.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  49. *End
  50. *PageSize Tabloid: "
  51.     2 dict dup /PageSize [792 1224] put dup /ImagingBBox null put setpagedevice"
  52. *End
  53. *PageSize Executive: "
  54.     2 dict dup /PageSize [522 757] put dup /ImagingBBox null put setpagedevice"
  55. *End
  56. *PageSize A3: "
  57.     2 dict dup /PageSize [842 1191] put dup /ImagingBBox null put setpagedevice"
  58. *End
  59. *PageSize A4: "
  60.     2 dict dup /PageSize [596 842] put dup /ImagingBBox null put setpagedevice"
  61. *End
  62. *PageSize A5: "
  63.     2 dict dup /PageSize [420 595] put dup /ImagingBBox null put setpagedevice"
  64. *End
  65. *PageSize B4: "
  66.     2 dict dup /PageSize [729 1032] put dup /ImagingBBox null put setpagedevice"
  67. *End
  68. *PageSize B5: "
  69.     2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
  70. *End
  71. *?PageSize: "
  72.  save
  73.    currentpagedevice /PageSize get aload pop
  74.    2 copy gt {exch} if 
  75.    (Unknown) 
  76.    6 dict
  77.    dup [612 792] (Letter) put
  78.    dup [612 1008] (Legal) put
  79.    dup [792 1224] (Tabloid) put
  80.    dup [522 757] (Executive) put
  81.    dup [842 1191] (A3) put
  82.    dup [596 842] (A4) put
  83.    dup [420 595] (A5) put
  84.    dup [729 1032] (B4) put
  85.    dup [516 729] (B5) put
  86.  { exch aload pop 4 index sub abs 5 le exch 
  87.    5 index sub abs 5 le and 
  88.       {exch pop exit} {pop} ifelse
  89.    } bind forall
  90.    = flush pop pop
  91. restore 
  92. "
  93. *End
  94. *CloseUI: *PageSize
  95. *DefaultPageRegion: Letter
  96. *PageRegion Letter: "
  97.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  98. *End
  99. *PageRegion Legal: "
  100.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  101. *End
  102. *PageRegion Tabloid: "
  103.     2 dict dup /PageSize [792 1224] put dup /ImagingBBox null put setpagedevice"
  104. *End
  105. *PageRegion Executive: "
  106.     2 dict dup /PageSize [522 757] put dup /ImagingBBox null put setpagedevice"
  107. *End
  108. *PageRegion A3: "
  109.     2 dict dup /PageSize [842 1191] put dup /ImagingBBox null put setpagedevice"
  110. *End
  111. *PageRegion A4: "
  112.     2 dict dup /PageSize [596 842] put dup /ImagingBBox null put setpagedevice"
  113. *End
  114. *PageRegion A5: "
  115.     2 dict dup /PageSize [420 595] put dup /ImagingBBox null put setpagedevice"
  116. *End
  117. *PageRegion B4: "
  118.     2 dict dup /PageSize [729 1032] put dup /ImagingBBox null put setpagedevice"
  119. *End
  120. *PageRegion B5: "
  121.     2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
  122. *End
  123. *CloseUI: *PageRegion
  124. *OpenUI *PaperTray: PickOne
  125. *OrderDependency: 30 AnySetup *PaperTray
  126. *DefaultPaperTray: Letter
  127. *PaperTray Letter: "statusdict begin lettertray end"
  128. *PaperTray Legal: "statusdict begin legaltray end"
  129. *PaperTray Tabloid: "statusdict begin 11x17tray end"
  130. *PaperTray Executive: "statusdict begin executivetray end"
  131. *PaperTray A3: "statusdict begin a3tray end"
  132. *PaperTray A4: "statusdict begin a4tray end"
  133. *PaperTray A5: "statusdict begin a5tray end"
  134. *PaperTray B4: "statusdict begin b4tray end"
  135. *PaperTray B5: "statusdict begin b5tray end"
  136. *?PaperTray: "
  137.  save statusdict begin
  138.   20 dict begin
  139.    /letter (Letter) def 
  140.    /legal (Legal) def
  141.    /11x17 (Tabloid) def 
  142.    /executivepage (Executive) def
  143.    /a3 (A3) def 
  144.    /a4 (A4) def
  145.    /a5 (A5) def 
  146.    /b4 (B4) def
  147.    /b5 (B5) def 
  148.    papersize pop
  149.    {load exec} stopped not{= flush}if
  150.   end
  151.  end restore
  152. "
  153. *End
  154. *CloseUI: *PaperTray
  155. *DefaultImageableArea: Letter
  156. *ImageableArea Letter: "12 12 600 780 "
  157. *ImageableArea Legal: "12 12 601 996 "
  158. *ImageableArea Tabloid: "12 12 780 1212 "
  159. *ImageableArea Executive: "12 12 528 745 "
  160. *ImageableArea A3: "12 12 829 1178 "
  161. *ImageableArea A4: "12 12 583 829 "
  162. *ImageableArea A5: "12 13 407 583 "
  163. *ImageableArea B4: "12 12 716 1019 "
  164. *ImageableArea B5: "12 12 503 716 "
  165. *?ImageableArea: "
  166.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  167.   newpath clippath pathbbox
  168.   4 -2 roll exch 2 {ceiling cvp} repeat
  169.   exch 2 {floor cvp} repeat flush
  170.  restore
  171. "
  172. *End
  173. *DefaultPaperDimension: Letter
  174. *PaperDimension Letter: "612 792"
  175. *PaperDimension Legal: "612 1008"
  176. *PaperDimension Tabloid: "792 1224"
  177. *PaperDimension Executive: "540 756"
  178. *PaperDimension A3: "842 1191"
  179. *PaperDimension A4: "596 842"
  180. *PaperDimension A5: "420 596"
  181. *PaperDimension B4: "729 1032"
  182. *PaperDimension B5: "516 729"
  183. *OpenUI *OutputBin: PickOne
  184. *OrderDependency: 25 AnySetup *OutputBin
  185. *DefaultOutputBin: Upper
  186. *OutputBin Upper: "statusdict begin 1 setoutputtray end"
  187. *OutputBin Lower: "statusdict begin 2 setoutputtray end"
  188. *OutputBin Side: "statusdict begin 3 setoutputtray end"
  189. *OutputBin Any: "statusdict begin -1 setoutputtray end"
  190. *CloseUI: *OutputBin
  191. *OpenUI *InputSlot: PickOne
  192. *OrderDependency: 15 AnySetup *InputSlot
  193. *DefaultInputSlot: Upper
  194. *InputSlot Upper: "statusdict begin 1 setpapertray end"
  195. *InputSlot Lower: "statusdict begin 2 setpapertray end"
  196. *InputSlot LargeCapacity: "statusdict begin 3 setpapertray end"
  197. *?InputSlot: "
  198.  save statusdict begin
  199.   5 dict begin
  200.    /1 (Upper) def
  201.    /2 (Lower) def
  202.    /3 (LargeCapacity) def
  203.    papertray
  204.      {( ) cvs cvn load exec} stopped not{= flush}if
  205.   end
  206.  end restore
  207. "
  208. *End
  209. *CloseUI: *InputSlot
  210. *OpenUI *ManualFeed: Boolean
  211. *OrderDependency: 20 AnySetup *ManualFeed
  212. *DefaultManualFeed: False
  213. *?ManualFeed: "
  214.   save
  215.     currentpagedevice /ManualFeed get
  216.     {(True)}{(False)}ifelse = flush
  217.   restore"
  218. *ManualFeed True: "1 dict dup /ManualFeed true put setpagedevice"
  219. *ManualFeed False: "1 dict dup /ManualFeed false put setpagedevice"
  220. *End
  221. *CloseUI: *ManualFeed
  222. *OpenUI *Duplex: PickOne
  223. *OrderDependency: 40 AnySetup *Duplex
  224. *DefaultDuplex: None
  225. *Duplex None: "statusdict begin false setduplexmode false settumble end"
  226. *Duplex DuplexNoTumble: "statusdict begin true setduplexmode false settumble end"
  227. *Duplex DuplexTumble: "statusdict begin true setduplexmode true settumble end"
  228. *?Duplex: "
  229. statusdict begin
  230. duplexmode
  231. { tumble
  232.   { (DuplexTumble) }
  233.   { (DuplexNoTumble) }
  234.   ifelse
  235. }
  236. { (None)}
  237. ifelse
  238. = flush
  239. end
  240. "
  241. *End
  242. *CloseUI: *Duplex
  243. *OpenUI *TraySwitch: Boolean
  244. *OrderDependency: 50 AnySetup *TraySwitch
  245. *DefaultTraySwitch: False
  246. *TraySwitch True: "1 dict dup /TraySwitch true put setpagedevice"
  247. *TraySwitch False: "1 dict dup /TraySwitch false put setpagedevice"
  248. *?TraySwitch: "
  249. save
  250.   currentpagedevice /TraySwitch get
  251.   {(True)}{(False)}ifelse = flush
  252. restore
  253. "
  254. *End
  255. *CloseUI: *TraySwitch
  256. *CloseGroup: PaperHandling
  257. *DefaultFont: Courier
  258. *Font AGaramond-Bold: Standard "(001.000)"
  259. *Font AGaramond-BoldItalic: Standard "(001.000)"
  260. *Font AGaramond-Italic: Standard "(001.000)"
  261. *Font AGaramond-Regular: Standard "(001.000)"
  262. *Font AGaramond-Semibold: Standard "(001.000)"
  263. *Font AGaramond-SemiboldItalic: Standard "(001.000)"
  264. *Font AvantGarde-Book: Standard "(001.002)"
  265. *Font AvantGarde-BookOblique: Standard "(001.002)"
  266. *Font AvantGarde-Demi: Standard "(001.003)"
  267. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  268. *Font Bookman-Demi: Standard "(001.001)"
  269. *Font Bookman-DemiItalic: Standard "(001.001)"
  270. *Font Bookman-Light: Standard "(001.001)"
  271. *Font Bookman-LightItalic: Standard "(001.001)"
  272. *Font Courier: Standard "(002.003)"
  273. *Font Courier-Bold: Standard "(002.003)"
  274. *Font Courier-BoldOblique: Standard "(002.003)"
  275. *Font Courier-Oblique: Standard "(002.003)"
  276. *Font Helvetica: Standard "(001.006)"
  277. *Font Helvetica-Bold: Standard "(001.007)"
  278. *Font Helvetica-BoldOblique: Standard "(001.007)"
  279. *Font Helvetica-Condensed: Standard "(001.001)"
  280. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  281. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  282. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  283. *Font Helvetica-Narrow: Standard "(001.006)"
  284. *Font Helvetica-Narrow-Bold: Standard "(001.007)"
  285. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)"
  286. *Font Helvetica-Narrow-Oblique: Standard "(001.006)"
  287. *Font Helvetica-Oblique: Standard "(001.006)"
  288. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  289. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  290. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  291. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  292. *Font Palatino-Bold: Standard "(001.002)"
  293. *Font Palatino-BoldItalic: Standard "(001.002)"
  294. *Font Palatino-Italic: Standard "(001.002)"
  295. *Font Palatino-Roman: Standard "(001.001)"
  296. *Font Symbol: Special "(001.007)"
  297. *Font Times-Bold: Standard "(001.007)"
  298. *Font Times-BoldItalic: Standard "(001.009)"
  299. *Font Times-Italic: Standard "(001.007)"
  300. *Font Times-Roman: Standard "(001.007)"
  301. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  302. *Font ZapfDingbats: Special "(001.002)"
  303.