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

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 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.0"
  10. *FileVersion: "2.1"
  11. *PCFileName: "Q2220523.PPD"
  12. *LanguageVersion: English
  13. *Product: "(QMS-PS 2220)"
  14. *PSVersion: "(52.3) 1"
  15. *PSVersion: "(51.0) 1"
  16. *ModelName: "QMS-PS 2220"
  17. *NickName: "QMS-PS 2220 v51.0 or 52.3"
  18.  
  19. *% General Information and Defaults ===============
  20. *FreeVM: "1104154"
  21. *LanguageLevel: "1"
  22. *Extensions: FileSystem CMYK
  23. *ColorDevice: False
  24. *DefaultColorSpace: Gray
  25. *VariablePaperSize: False
  26. *FileSystem: True
  27. *?FileSystem: "
  28. save
  29.   statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  30. restore
  31. "
  32. *End
  33. *Throughput: "22"
  34. *Password: "0"
  35. *ExitServer: "
  36.   count 0 eq {  % is the password on the stack?
  37.     true
  38.   }{
  39.     dup    % potential password
  40.     statusdict /checkpassword get exec not
  41.   } ifelse
  42.   {  %  if no password or not valid
  43.     (WARNING : Cannot perform the exitserver command.) =
  44.     (Password supplied is not valid.) =
  45.     (Please contact the author of this software.) = flush
  46.     quit
  47.   } if
  48.   serverdict /exitserver get exec
  49. "
  50. *End
  51. *Reset: "
  52.   count 0 eq {  % is the password on the stack?
  53.     true
  54.   }{
  55.     dup    % potential password
  56.     statusdict /checkpassword get exec not
  57.   } ifelse
  58.   {  %  if no password or not valid
  59.     (WARNING : Cannot reset printer.) =
  60.     (Password supplied is not valid.) =
  61.     (Please contact the author of this software.) = flush
  62.     quit
  63.   } if
  64.   serverdict /exitserver get exec
  65.   systemdict /quit get exec
  66.   (WARNING : Printer Reset Failed.) = flush
  67. "
  68. *End
  69.  
  70. *DefaultResolution: 300dpi
  71. *?Resolution: "
  72. save
  73.   initgraphics
  74.   0 0 moveto currentpoint matrix defaultmatrix transform
  75.   0 72 lineto currentpoint matrix defaultmatrix transform
  76.   3 -1 roll sub dup mul
  77.   3 1 roll exch sub dup mul
  78.   add sqrt round cvi
  79.   (          ) cvs print (dpi) = flush
  80. restore
  81. "
  82. *End
  83.  
  84. *% Halftone Information ===============
  85. *ScreenFreq: "60.0"
  86. *ScreenAngle: "45.0"
  87. *DefaultScreenProc: Dot
  88. *ScreenProc Dot: "
  89. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  90. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  91. "
  92. *End
  93. *ScreenProc Line: "{ pop }"
  94. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  95.  
  96. *DefaultTransfer: Null
  97. *Transfer Null: "{ }"
  98. *Transfer Null.Inverse: "{ 1 exch sub }"
  99.  
  100. *% Paper Handling ===================
  101. *OpenUI *PageSize: PickOne
  102. *OrderDependency: 30 AnySetup *PageSize
  103. *DefaultPageSize: Letter
  104. *PageSize Letter: "statusdict /lettertray get exec"
  105. *PageSize Legal: "statusdict /legaltray get exec"
  106. *PageSize Tabloid: "statusdict /11x17tray get exec"
  107. *PageSize Statement: "/trayswitch false store 3 statusdict /setpapertray get exec halfletter"
  108. *PageSize A3: "statusdict /a3tray get exec"
  109. *PageSize A4: "statusdict /a4tray get exec"
  110. *PageSize A5: "/trayswitch false store 3 statusdict /setpapertray get exec a5"
  111. *PageSize A6: "/trayswitch false store 3 statusdict /setpapertray get exec a6"
  112. *PageSize B4: "statusdict /b4tray get exec"
  113. *PageSize B5: "statusdict /b5tray get exec"
  114. *PageSize Foolscap-A: "statusdict /flsatray get exec"
  115. *PageSize Foolscap-E: "statusdict /flsetray get exec"
  116. *?PageSize: "
  117. save
  118. 12 dict
  119.  dup /letter (Letter) put
  120.  dup /legal (Legal) put
  121.  dup /11x17 (Tabloid) put
  122.  dup /halfletter (Statement) put
  123.  dup /a3 (A3) put
  124.  dup /a4 (A4) put
  125.  dup /a5 (A5) put
  126.  dup /a6 (A6) put
  127.  dup /b4 (B4) put
  128.  dup /b5 (B5) put
  129.  dup /flsa (Foolscap-A) put
  130.  dup /flse (Foolscap-E) put
  131.  statusdict /papersize get exec
  132.  3 1 roll  {get} stopped {(Unknown)}if
  133.  exch  not { print (.Transverse) }if
  134.  = flush
  135. restore
  136. "
  137. *End
  138. *CloseUI: *PageSize
  139.  
  140. *% These entries will set up the frame buffer. Usually used with manual feed.
  141. *OpenUI *PageRegion: PickOne
  142. *OrderDependency: 40 AnySetup *PageRegion
  143. *DefaultPageRegion: Letter
  144. *PageRegion Letter: "letter"
  145. *PageRegion Legal: "legal"
  146. *PageRegion Tabloid: "11x17"
  147. *PageRegion Statement: "halfletter"
  148. *PageRegion A3: "a3"
  149. *PageRegion A4: "a4"
  150. *PageRegion A5: "a5"
  151. *PageRegion A6: "a6"
  152. *PageRegion B4: "b4"
  153. *PageRegion B5: "b5"
  154. *PageRegion Foolscap-A: "flsa"
  155. *PageRegion Foolscap-E: "flse"
  156. *CloseUI: *PageRegion
  157.  
  158. *% The following entries provide information about specific paper keywords.
  159. *DefaultImageableArea: Letter
  160. *ImageableArea Letter: "17 19 591 775 "
  161. *ImageableArea Legal: "17 20 591 991 "
  162. *ImageableArea Tabloid: "23 19 774 1206 "
  163. *ImageableArea Statement: "17 19 377 595 "
  164. *ImageableArea A3: "16 19 821 1174 "
  165. *ImageableArea A4: "17 19 576 825 "
  166. *ImageableArea A5: "22 19 404 578 "
  167. *ImageableArea A6: "22 19 282 402 "
  168. *ImageableArea B4: "22 19 712 1015 "
  169. *ImageableArea B5: "24 19 537 711 "
  170. *ImageableArea Foolscap-A: "17 16 591 916 "
  171. *ImageableArea Foolscap-E: "22 16 558 916 "
  172. *?ImageableArea: "
  173. save
  174.   /cvp {(                ) cvs print ( ) print } bind def
  175.   /upperright {10000 mul floor 10000 div} bind def
  176.   /lowerleft {10000 mul ceiling 10000 div} bind def
  177.   newpath clippath pathbbox
  178.   4 -2 roll exch 2 {lowerleft cvp} repeat
  179.   exch 2 {upperright cvp} repeat flush
  180.  restore
  181. "
  182. *End
  183.  
  184. *% These provide the physical dimensions of the paper (by keyword)
  185. *DefaultPaperDimension: Letter
  186. *PaperDimension Letter: "612 792"
  187. *PaperDimension Legal: "612 1008"
  188. *PaperDimension Tabloid: "792 1224"
  189. *PaperDimension Statement: "396 612"
  190. *PaperDimension A3: "842 1191"
  191. *PaperDimension A4: "595 842"
  192. *PaperDimension A5: "420 595"
  193. *PaperDimension A6: "297 420"
  194. *PaperDimension B4: "729 1032"
  195. *PaperDimension B5: "516 729"
  196. *PaperDimension Foolscap-A: "612 935"
  197. *PaperDimension Foolscap-E: "575 935"
  198.  
  199. *DefaultOutputOrder: Normal
  200. *RequiresPageRegion All: True
  201. *OpenUI *InputSlot: PickOne
  202. *OrderDependency: 20 AnySetup *InputSlot
  203. *DefaultInputSlot: Upper
  204. *InputSlot Lower: "1 statusdict /setpapertray get exec"
  205. *InputSlot Upper: "2 statusdict /setpapertray get exec"
  206. *InputSlot Bypass: "3 statusdict /setpapertray get exec"
  207. *?InputSlot: "
  208. save
  209.   [ (Unknown) (Upper) (Lower) (Bypass) ] statusdict /papertray get exec
  210.   {get exec} stopped { pop pop (Unknown)} if = flush
  211. restore
  212. "
  213. *End
  214. *CloseUI: *InputSlot
  215.  
  216. *OpenUI *ManualFeed: Boolean
  217. *OrderDependency: 20 AnySetup *ManualFeed
  218. *DefaultManualFeed: False
  219. *ManualFeed True: "/trayswitch false store 3 statusdict /setpapertray get exec"
  220. *ManualFeed False: "
  221.   /trayswitch statusdict /defaulttrayswitch get exec store
  222.   3 statusdict /defaultpapertray get exec /setpapertray get exec
  223. "
  224. *End
  225. *CloseUI: *ManualFeed
  226.  
  227. *% Font Information =====================
  228. *DefaultFont: Courier
  229. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  230. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  231. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  232. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  233. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  234. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  235. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  236. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  237. *Font Courier: Standard "(001.005)" Standard ROM
  238. *Font Courier-Bold: Standard "(001.005)" Standard ROM
  239. *Font Courier-BoldOblique: Standard "(001.005)" Standard ROM
  240. *Font Courier-Oblique: Standard "(001.005)" Standard ROM
  241. *Font Helvetica: Standard "(001.002)" Standard ROM
  242. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  243. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  244. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  245. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  246. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  247. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  248. *Font Helvetica-Narrow: Standard "(001.002)" Standard ROM
  249. *Font Helvetica-Narrow-Bold: Standard "(001.002)" Standard ROM
  250. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)" Standard ROM
  251. *Font Helvetica-Narrow-Oblique: Standard "(001.002)" Standard ROM
  252. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  253. *Font NewCenturySchlbk-Bold: Standard "(001.007)" Standard ROM
  254. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  255. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  256. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  257. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  258. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  259. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  260. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  261. *Font Symbol: Special "(001.003)" Special ROM
  262. *Font Times-Bold: Standard "(001.002)" Standard ROM
  263. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  264. *Font Times-Italic: Standard "(001.002)" Standard ROM
  265. *Font Times-Roman: Standard "(001.002)" Standard ROM
  266. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  267. *Font ZapfDingbats: Special "(001.002)" Special ROM
  268. *?FontQuery: "
  269. save
  270.  /str 100 string dup 0 (fonts/) putinterval def
  271.  {
  272.    count 1 gt
  273.    {
  274.      exch dup str 6 94 getinterval cvs
  275.      (/) print dup print (:) print exch
  276.      FontDirectory exch known
  277.      { pop (Yes) }
  278.       {
  279.         length 6 add str 0 3 -1 roll getinterval
  280.         mark exch status
  281.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  282.      } ifelse =
  283.    }
  284.    {exit} ifelse
  285.  }bind loop
  286.  (*) = flush
  287. restore
  288. "
  289. *End
  290.  
  291. *?FontList: "
  292. save
  293.   FontDirectory { pop == } bind forall flush
  294.   (*) = flush
  295. restore
  296. "
  297. *End
  298.  
  299. *% Printer Messages (verbatim from printer):
  300.  
  301. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  302. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  303. *Message: "\FontName\ not found, using Courier"
  304.  
  305. *% Status (format: %%[ status: <one of these> ]%% )
  306. *Status: "idle"
  307. *Status: "busy"
  308. *Status: "waiting"
  309. *Status: "printing"
  310. *Status: "warming up"
  311. *Status: "PrinterError:  timeout, clearing printer"
  312. *Status: "PrinterError:  warming up"
  313. *Status: "PrinterError:  service call"
  314. *Status: "PrinterError:  paper entry misfeed"
  315. *Status: "PrinterError:  no toner cartridge"
  316. *Status: "PrinterError:  low toner"
  317. *Status: "PrinterError:  no paper tray"
  318. *Status: "PrinterError:  resetting printer"
  319. *Status: "PrinterError:  cover open"
  320. *Status: "PrinterError:  manual feed timeout"
  321.  
  322. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%%)
  323. *Source: "serial9"
  324. *Source: "serial25"
  325. *Source: "AppleTalk"
  326. *Source: "Centronics"
  327.  
  328. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  329.  
  330. *PrinterError:  "timeout, clearing printer"
  331. *PrinterError:  "warming up"
  332. *PrinterError:  "service call"
  333. *PrinterError:  "paper entry misfeed"
  334. *PrinterError:  "no toner cartridge"
  335. *PrinterError:  "low toner"
  336. *PrinterError:  "no paper tray"
  337. *PrinterError:  "resetting printer"
  338. *PrinterError:  "cover open"
  339. *PrinterError:  "manual feed timeout"
  340.  
  341. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  342.  
  343. *% Color Separation Information =====================
  344.  
  345. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  346.  
  347. *InkName: ProcessBlack/Process Black
  348. *InkName: CustomColor/Custom Color
  349. *InkName: ProcessCyan/Process Cyan
  350. *InkName: ProcessMagenta/Process Magenta
  351. *InkName: ProcessYellow/Process Yellow
  352.  
  353. *%  For 60 lpi / 300 dpi  ===============================
  354.  
  355. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  356. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  357. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  358. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  359. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  360.  
  361. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  362. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  363. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  364. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  365. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  366.  
  367. *%  For 53 lpi / 300 dpi  ===============================
  368.  
  369. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  370. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  371. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  372. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  373. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  374.  
  375. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  376. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  377. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  378. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  379. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  380.  
  381. *% For "QMS-PS 2220" versions 52.3 and 51.0
  382. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  383. *% Converted to meet 4.0 specification
  384. *% Last Edit Date: Sep 15 1992
  385. *% The byte count of this file should be exactly 013074 or 013461
  386. *% depending on the filesystem it resides in.
  387. *% end of PPD file for QMS-PS 2220
  388.