home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextLibrary / PrinterTypes / English.lproj / QMS-PS_825.ppd < prev    next >
PostScript Printer Description  |  1995-02-06  |  13KB  |  375 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.0"
  11. *PCFileName: "QMPS8251.PPD"
  12. *LanguageVersion: English
  13. *Product: "(QMS-PS 825)"
  14. *PSVersion: "(52.4) 29"
  15. *ModelName: "QMS-PS 825"
  16. *NickName: "QMS-PS 825 v52.4"
  17.  
  18. *% General Information and Defaults ===============
  19. *FreeVM: "324000"
  20. *LanguageLevel: "1"
  21. *ColorDevice: False
  22. *DefaultColorSpace: Gray
  23. *VariablePaperSize: False
  24. *FileSystem: False
  25. *Throughput: "8"
  26. *Password: "0"
  27. *ExitServer: "
  28.   count 0 eq {  % is the password on the stack?
  29.     true
  30.   }{
  31.     dup % potential password
  32.     statusdict /checkpassword get exec not
  33.   } ifelse
  34.   {  %  if no password or not valid
  35.     (WARNING : Cannot perform the exitserver command.) =
  36.     (Password supplied is not valid.) =
  37.     (Please contact the author of this software.) = flush
  38.     quit
  39.   } if
  40.   serverdict /exitserver /get exec
  41. "
  42. *End
  43.  
  44. *Reset: "
  45.   count 0 eq {  % is the password on the stack?
  46.     true
  47.   }{
  48.     dup % potential password
  49.     statusdict /checkpassword get exec not
  50.   } ifelse
  51.   {  %  if no password or not valid
  52.     (WARNING : Cannot reset printer.) =
  53.     (Password supplied is not valid.) =
  54.     (Please contact the author of this software.) = flush
  55.     quit
  56.   } if
  57.   serverdict /exitserver get exec
  58.   systemdict /quit get exec
  59.   (WARNING : Printer Reset Failed.) = flush
  60. "
  61. *End
  62.  
  63. *DefaultResolution: 300dpi 
  64. *?Resolution: "
  65. save
  66.   initgraphics
  67.   0 72 dtransform
  68.   dup mul exch
  69.   dup mul 
  70.   add sqrt round cvi
  71.   (          ) cvs print (dpi) = flush
  72. restore
  73. "
  74. *End
  75.  
  76. *% Halftone Information ===============
  77. *ScreenFreq: "60.0"
  78. *ScreenAngle: "45.0"
  79. *DefaultScreenProc: Dot
  80. *ScreenProc Dot: "
  81. { abs exch abs 2 copy add 1 gt
  82.   {1 sub dup mul exch 1 sub dup mul add 1 sub }
  83.   {dup mul exch dup mul add 1 exch sub }
  84.   ifelse
  85. }
  86. "
  87. *End
  88. *ScreenProc Line: "{ pop }"
  89. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  90.  
  91. *DefaultTransfer: Null
  92. *Transfer Null: "{ }"
  93. *Transfer Null.Inverse: "{ 1 exch sub }"
  94.  
  95. *% Paper Handling ===================
  96.  
  97. *% Use these entries to set paper size most of the time, unless there is
  98. *% specific reason to use PageRegion.
  99. *OpenUI *PageSize: PickOne
  100. *OrderDependency: 30 AnySetup *PageSize
  101. *DefaultPageSize: Letter
  102. *PageSize Letter: "statusdict /lettertray get exec"
  103. *PageSize Legal: "statusdict /legaltray get exec"
  104. *PageSize Executive: "statusdict /executivetray get exec"
  105. *PageSize A4: "statusdict /a4tray get exec"
  106. *PageSize B5: "statusdict /b5tray get exec"
  107. *PageSize Monarch/Monarch Envelope: "statusdict /envelopetray get exec statusdict /monarch get exec"
  108. *PageSize Comm10/Common #10 Envelope: "statusdict /envelopetray get exec statusdict /com10 get exec"
  109. *PageSize DL/DL Envelope: "statusdict /envelopetray get exec statusdict /dl get exec"
  110. *PageSize C5/C5 Envelope: "statusdict /envelopetray get exec statusdict /c5 get exec"
  111. *PageSize Envelope.279.639/Common #9 Envelope: "statusdict /envelopetray get exec statusdict /com9 get exec"
  112. *PageSize Envelope.324.747/Common #11 Envelope: "statusdict /envelopetray get exec statusdict /com11 get exec"
  113. *?PageSize: "
  114. save 
  115. 6 dict 
  116.   dup /letter (Letter) put
  117.   dup /legal (Legal) put
  118.   dup /executive (Executive) put
  119.   dup /a4 (A4) put
  120.   dup /b5 (B5) put
  121.   dup /envelope (Envelope) put
  122.   statusdict /papersize get exec
  123.   3 1 roll  {get} stopped {(Unknown)}if
  124.   exch  not { print (.Transverse) }if
  125.   = flush
  126. restore 
  127. "
  128. *End
  129. *CloseUI: *PageSize
  130.  
  131. *% These entries will set up the frame buffer. Usually used with manual feed.
  132. *OpenUI *PageRegion: PickOne
  133. *OrderDependency: 40 AnySetup *PageRegion
  134. *DefaultPageRegion: Letter
  135. *PageRegion Letter: "letter"
  136. *PageRegion Legal: "legal"
  137. *PageRegion A4: "a4"
  138. *PageRegion B5: "b5"
  139. *PageRegion Executive: "statusdict /executivepage get exec"
  140. *PageRegion Monarch/Monarch Envelope: "statusdict /monarch get exec"
  141. *PageRegion Comm10/Common #10 Envelope: "statusdict /com10 get exec"
  142. *PageRegion DL/DL Envelope: "statusdict /dl get exec"
  143. *PageRegion C5/C5 Envelope: "statusdict /c5 get exec"
  144. *PageRegion Envelope.279.639/Common #9 Envelope: "statusdict /com9 get exec"
  145. *PageRegion Envelope.324.747/Common #11 Envelope: "statusdict /com11 get exec"
  146. *CloseUI: *PageRegion
  147.  
  148. *% The following entries provide information about specific paper keywords.
  149. *DefaultImageableArea: Letter
  150. *ImageableArea Letter: "15 13 597 779 "
  151. *ImageableArea Legal: "15 14 597 995 "
  152. *ImageableArea A4: "16 11 579 831 "
  153. *ImageableArea B5: "18 12 497 717 "
  154. *ImageableArea Executive: "18 18 486 720"
  155. *ImageableArea Monarch/Monarch Envelope: "1 1 279 540"
  156. *ImageableArea Comm10/Common #10 Envelope: "1 1 297 684"
  157. *ImageableArea DL/DL Envelope: "1 1 312 623"
  158. *ImageableArea C5/C5 Envelope: "1 1 459 649"
  159. *ImageableArea Envelope.279.639/Common #9 Envelope: "1 1 279 639"
  160. *ImageableArea Envelope.324.747/Common #11 Envelope: "1 1 324 747"
  161. *?ImageableArea: "
  162. save
  163.   /cvp { (                ) cvs print ( ) print } bind def
  164.   /upperright {10000 mul floor 10000 div} bind def
  165.   /lowerleft {10000 mul ceiling 10000 div} bind def
  166.   newpath clippath pathbbox
  167.   4 -2 roll exch 2 {lowerleft cvp} repeat
  168.   exch 2 {upperright cvp} repeat flush
  169.  restore
  170. "
  171. *End
  172.  
  173. *% These provide the physical dimensions of the paper (by keyword)
  174. *DefaultPaperDimension: Letter
  175. *PaperDimension Letter: "612 792"
  176. *PaperDimension Legal: "612 1008"
  177. *PaperDimension A4: "595 842"
  178. *PaperDimension B5: "516 729"
  179. *PaperDimension Executive: "522 756"
  180. *PaperDimension Monarch/Monarch Envelope: "279 540"
  181. *PaperDimension Comm10/Common #10 Envelope: "297 684"
  182. *PaperDimension DL/DL Envelope: "312 624"
  183. *PaperDimension C5/C5 Envelope: "459 649"
  184. *PaperDimension Envelope.279.639/Common #9 Envelope: "279 639"
  185. *PaperDimension Envelope.324.747/Common #11 Envelope: "324 747"
  186.  
  187. *RequiresPageRegion All: True
  188. *OpenUI *InputSlot: PickOne
  189. *OrderDependency: 20 AnySetup *InputSlot
  190. *DefaultInputSlot: Upper
  191. *InputSlot Lower: "1 statusdict /setpapertray get exec"
  192. *InputSlot Upper: "2 statusdict /setpapertray get exec"
  193. *?InputSlot: "
  194. save
  195.   [ (Unknown) (Lower) (Upper) ]
  196.   statusdict /papertray get exec
  197.   {get exec} stopped { pop pop (Unknown)} if = flush
  198. restore 
  199. "
  200. *End
  201. *CloseUI: *InputSlot
  202.  
  203. *OpenUI *ManualFeed: PickOne
  204. *OrderDependency: 20 AnySetup *ManualFeed
  205. *DefaultManualFeed: False
  206. *ManualFeed True: "statusdict /manualfeed true put"
  207. *ManualFeed False: "statusdict /manualfeed false put"
  208. *?ManualFeed: "save
  209.   statusdict /manualfeed get
  210.   {(True)}{(False)}ifelse = flush
  211.   restore
  212. "
  213. *End
  214. *CloseUI: *ManualFeed
  215.  
  216. *DefaultOutputBin: Upper
  217. *DefaultOutputOrder: Normal
  218.  
  219. *% Font Information =====================
  220. *DefaultFont: Courier
  221. *Font AGaramond-Bold: Standard "(001.000)" Standard ROM
  222. *Font AGaramond-BoldItalic: Standard "(001.000)" Standard ROM
  223. *Font AGaramond-Italic: Standard "(001.000)" Standard ROM
  224. *Font AGaramond-Regular: Standard "(001.000)" Standard ROM
  225. *Font AGaramond-Semibold: Standard "(001.000)" Standard ROM
  226. *Font AGaramond-SemiboldItalic: Standard "(001.000)" Standard ROM
  227. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  228. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  229. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  230. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  231. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  232. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  233. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  234. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  235. *Font Courier: Standard "(002.003)" Standard ROM
  236. *Font Courier-Bold: Standard "(002.003)" Standard ROM
  237. *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
  238. *Font Courier-Oblique: Standard "(002.003)" Standard ROM
  239. *Font Helvetica: Standard "(001.006)" Standard ROM
  240. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  241. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  242. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  243. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  244. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  245. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  246. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  247. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  248. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  249. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  250. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  251. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  252. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  253. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  254. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  255. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  256. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  257. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  258. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  259. *Font Symbol: Special "(001.007)" Special ROM
  260. *Font Times-Bold: Standard "(001.007)" Standard ROM
  261. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  262. *Font Times-Italic: Standard "(001.007)" Standard ROM
  263. *Font Times-Roman: Standard "(001.007)" Standard ROM
  264. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  265. *Font ZapfDingbats: Special "(001.002)" Special ROM
  266. *?FontQuery: "
  267. save
  268.  /str 100 string dup 0 (fonts/) putinterval def
  269.  {
  270.    count 1 gt
  271.    {
  272.      exch dup str 6 94 getinterval cvs
  273.      (/) print print (:) print
  274.      FontDirectory exch known
  275.      {(Yes)}{(No)} ifelse =
  276.    }
  277.    {exit} ifelse
  278.  }bind loop
  279.  (*) = flush
  280. restore
  281. "
  282. *End
  283.  
  284. *?FontList: "
  285. save
  286.   FontDirectory { pop == } bind forall flush
  287.   (*) = flush
  288. restore
  289. "
  290. *End
  291.  
  292. *% Printer Messages (verbatim from printer):
  293. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  294. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  295. *Message: "\FontName\ not found, using Courier"
  296.  
  297. *% Status (format: %%[ status: <one of these> ]%% )
  298. *Status: "idle"
  299. *Status: "busy"
  300. *Status: "waiting"
  301. *Status: "printing"
  302. *Status: "warming up"
  303. *Status: "Initializing"
  304. *Status: "printing startup page"
  305. *Status: "printing test page"
  306. *Status: "PrinterError: no paper tray"
  307. *Status: "PrinterError: service call"
  308. *Status: "PrinterError: no toner cartridge"
  309. *Status: "PrinterError: cover open"
  310. *Status: "PrinterError: paper entry misfeed"
  311. *Status: "PrinterError: manual feed"
  312. *Status: "PrinterError: out of paper"
  313.  
  314. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  315. *Source: "serial25"
  316. *Source: "AppleTalk"
  317. *Source: "Centronics"
  318.  
  319. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  320. *PrinterError: "no paper tray"
  321. *PrinterError: "service call"
  322. *PrinterError: "no toner cartridge"
  323. *PrinterError: "cover open"
  324. *PrinterError: "paper entry misfeed"
  325. *PrinterError: "manual feed"
  326. *PrinterError: "out of paper"
  327.  
  328. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  329.  
  330. *% Color Separation Information =====================
  331.  
  332. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  333.  
  334. *InkName: ProcessBlack/Process Black
  335. *InkName: CustomColor/Custom Color
  336. *InkName: ProcessCyan/Process Cyan
  337. *InkName: ProcessMagenta/Process Magenta
  338. *InkName: ProcessYellow/Process Yellow
  339.  
  340. *%  For 60 lpi / 300 dpi  ===============================
  341.  
  342. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  343. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  344. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  345. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  346. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  347.  
  348. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  349. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  350. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  351. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  352. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  353.  
  354. *%  For 53 lpi / 300 dpi  ===============================
  355.  
  356. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  357. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  358. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  359. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  360. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  361.  
  362. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  363. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  364. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  365. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  366. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  367.  
  368. *% For "QMS-PS 825" version 52.4
  369. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  370. *% Converted to meet 4.0 specification
  371. *% Last Edit Date: 13 Mar 1992
  372. *% The byte count of this file should be exactly 013259 or 013633
  373. *% depending on the filesystem it resides in.
  374. *% end of PPD file for QMS-PS 825
  375.