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