home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextLibrary / PrinterTypes / English.lproj / QMS-PS_810.ppd < prev    next >
PostScript Printer Description  |  1995-02-06  |  11KB  |  327 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.1"
  11. *PCFileName: "QMS81470.PPD"
  12. *LanguageVersion: English
  13. *Product: "(QMS-PS 810 )"
  14. *PSVersion: "(47.0) 3"
  15. *ModelName: "QMS-PS 810"
  16. *NickName: "QMS-PS 810 v47.0"
  17.  
  18. *% General Information and Defaults ===============
  19. *ColorDevice: False
  20. *DefaultColorSpace: Gray
  21. *FreeVM: "402212"
  22. *LanguageLevel: "1"
  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 0 moveto currentpoint matrix defaultmatrix transform
  68.   0 72 lineto currentpoint matrix defaultmatrix transform
  69.   3 -1 roll sub dup mul
  70.   3 1 roll exch sub dup mul
  71.   add sqrt round cvi
  72.   (          ) cvs print (dpi) = flush
  73. restore
  74. "
  75. *End
  76.  
  77. *% Halftone Information ===============
  78. *ScreenFreq: "60.0"
  79. *ScreenAngle: "45.0"
  80. *DefaultScreenProc: Dot
  81. *ScreenProc Dot: "
  82. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  83. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  84. "
  85. *End
  86. *ScreenProc Line: "{ pop }"
  87. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  88.  
  89. *DefaultTransfer: Null
  90. *Transfer Null: "{ }"
  91. *Transfer Null.Inverse: "{ 1 exch sub }"
  92.  
  93. *% Paper Handling ===================
  94. *% Use these entries to set paper size most of the time, unless there is
  95. *% specific reason to use PageRegion.
  96. *OpenUI *PageSize: PickOne
  97. *OrderDependency: 30 AnySetup *PageSize
  98. *DefaultPageSize: Letter
  99. *PageSize Letter: "statusdict /lettertray get exec"
  100. *PageSize Legal: "statusdict /legaltray get exec"
  101. *PageSize A4: "statusdict /a4tray get exec"
  102. *PageSize B5: "statusdict /b5tray get exec"
  103. *?PageSize: "
  104. save
  105. 5 dict
  106.   dup /2 (A4) put
  107.   dup /8 (Letter) put
  108.   dup /18 (B5) put
  109.   dup /24 (Legal) put
  110.   dup /26 (Executive) put
  111.   1 statusdict /papersize get exec
  112.   3 1 roll (get) stopped {(Unknown)} if
  113. restore
  114. "
  115. *End
  116. *CloseUI: *PageSize
  117.  
  118. *% These entries will set up the frame buffer. Usually used with manual feed.
  119. *OpenUI *PageRegion: PickOne
  120. *OrderDependency: 40 AnySetup *PageRegion
  121. *DefaultPageRegion: Letter
  122. *PageRegion Letter: "letter"
  123. *PageRegion Legal: "legal"
  124. *PageRegion A4: "a4"
  125. *PageRegion B5: "b5"
  126. *CloseUI: *PageRegion
  127.  
  128. *% The following entries provide information about specific paper keywords.
  129. *DefaultImageableArea: Letter
  130. *ImageableArea Letter: "18 8 593 784"
  131. *ImageableArea Legal: "18 19 593 990"
  132. *ImageableArea A4: "18 18 577 824"
  133. *ImageableArea B5: "9 14 507 715"
  134. *?ImageableArea: "
  135. save
  136.   /cvp {(                ) cvs print ( ) print } bind def
  137.   /upperright {10000 mul floor 10000 div} bind def
  138.   /lowerleft {10000 mul ceiling 10000 div} bind def
  139.   newpath clippath pathbbox
  140.   4 -2 roll exch 2 {lowerleft cvp} repeat
  141.   exch 2 {upperright cvp} repeat flush
  142.  restore
  143. "
  144. *End
  145.  
  146. *% These provide the physical dimensions of the paper (by keyword)
  147. *DefaultPaperDimension: Letter
  148. *PaperDimension Letter: "612 792"
  149. *PaperDimension Legal: "612 1008"
  150. *PaperDimension A4: "595 842"
  151. *PaperDimension B5: "516 729"
  152.  
  153. *RequiresPageRegion All: True
  154. *OpenUI *InputSlot: PickOne
  155. *OrderDependency: 20 AnySetup *InputSlot
  156. *DefaultInputSlot: Cassette
  157. *InputSlot Cassette: ""
  158. *CloseUI: *InputSlot
  159.  
  160. *OpenUI *ManualFeed: Boolean
  161. *OrderDependency: 20 AnySetup *ManualFeed
  162. *DefaultManualFeed: False
  163. *ManualFeed True: "statusdict /manualfeed true put"
  164. *ManualFeed False: "statusdict /manualfeed false put"
  165. *?ManualFeed: "
  166. save
  167.   statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  168. restore
  169. "
  170. *End
  171. *CloseUI: *ManualFeed
  172.  
  173. *DefaultOutputOrder: Normal
  174.  
  175. *% Font Information =====================
  176. *DefaultFont: Courier
  177. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  178. *Font AvantGarde-BookOblique: Standard "(001.001)" Standard ROM
  179. *Font AvantGarde-Demi: Standard "(001.001)" Standard ROM
  180. *Font AvantGarde-DemiOblique: Standard "(001.001)" Standard ROM
  181. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  182. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  183. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  184. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  185. *Font Courier: Standard "(001.004)" Standard ROM
  186. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  187. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  188. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  189. *Font Helvetica: Standard "(001.001)" Standard ROM
  190. *Font Helvetica-Bold: Standard "(001.001)" Standard ROM
  191. *Font Helvetica-BoldOblique: Standard "(001.001)" Standard ROM
  192. *Font Helvetica-Narrow: Standard "(001.000)" Standard ROM
  193. *Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard ROM
  194. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard ROM
  195. *Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard ROM
  196. *Font Helvetica-Oblique: Standard "(001.001)" Standard ROM
  197. *Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard ROM
  198. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard ROM
  199. *Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard ROM
  200. *Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard ROM
  201. *Font Palatino-Bold: Standard "(001.001)" Standard ROM
  202. *Font Palatino-BoldItalic: Standard "(001.001)" Standard ROM
  203. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  204. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  205. *Font Symbol: Special "(001.001)" Special ROM
  206. *Font Times-Bold: Standard "(001.001)" Standard ROM
  207. *Font Times-BoldItalic: Standard "(001.001)" Standard ROM
  208. *Font Times-Italic: Standard "(001.001)" Standard ROM
  209. *Font Times-Roman: Standard "(001.001)" Standard ROM
  210. *Font ZapfChancery-MediumItalic: Standard "(001.002)" Standard ROM
  211. *Font ZapfDingbats: Special "(001.000)" Special ROM
  212. *?FontQuery: "
  213. save
  214.  /str 100 string dup 0 (fonts/) putinterval def
  215.  {
  216.    count 1 gt
  217.    {
  218.      exch dup str 6 94 getinterval cvs
  219.      (/) print print (:) print
  220.      FontDirectory exch known
  221.      {(Yes)}{(No)} ifelse =
  222.    }
  223.    {exit} ifelse
  224.  }bind loop
  225.  (*) = flush
  226. restore
  227. "
  228. *End
  229.  
  230. *?FontList: "
  231. save
  232.  FontDirectory { pop == } bind forall flush
  233.  (*) = flush
  234. restore
  235. "
  236. *End
  237.  
  238. *% Printer Messages (verbatim from printer):
  239. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  240. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  241. *Message: "\FontName\ not found, using Courier"
  242.  
  243. *% Status (format: %%[ status: <one of these> ]%% )
  244. *Status: "idle"
  245. *Status: "busy"
  246. *Status: "waiting"
  247. *Status: "printing"
  248. *Status: "warming up"
  249. *Status: "PrinterError: timeout, clearing printer"
  250. *Status: "PrinterError: warming up"
  251. *Status: "PrinterError: paper entry misfeed"
  252. *Status: "PrinterError: no toner cartridge"
  253. *Status: "PrinterError: service call"
  254. *Status: "PrinterError: cover open"
  255. *Status: "PrinterError: resetting printer"
  256. *Status: "PrinterError: out of paper"
  257. *Status: "PrinterError: timeout"
  258. *Status: "PrinterError: manual feed timeout"
  259. *Status: "PrinterError: no paper tray"
  260.  
  261. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  262. *Source: "serial9"
  263. *Source: "serial25"
  264. *Source: "AppleTalk"
  265. *Source: "Centronics"
  266.  
  267. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  268. *PrinterError: "timeout, clearing printer"
  269. *PrinterError: "warming up"
  270. *PrinterError: "paper entry misfeed"
  271. *PrinterError: "no toner cartridge"
  272. *PrinterError: "service call"
  273. *PrinterError: "cover open"
  274. *PrinterError: "resetting printer"
  275. *PrinterError: "out of paper"
  276. *PrinterError: "timeout"
  277. *PrinterError: "manual feed timeout"
  278. *PrinterError: "no paper tray"
  279.  
  280. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  281.  
  282. *% Color Separation Information =====================
  283.  
  284. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  285.  
  286. *InkName: ProcessBlack/Process Black
  287. *InkName: CustomColor/Custom Color
  288. *InkName: ProcessCyan/Process Cyan
  289. *InkName: ProcessMagenta/Process Magenta
  290. *InkName: ProcessYellow/Process Yellow
  291.  
  292. *% For 60 lpi / 300 dpi =====================================================
  293.  
  294. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  295. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  296. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  297. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  298. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  299.  
  300. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  301. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  302. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  303. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  304. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  305.  
  306. *% For 53 lpi / 300 dpi =====================================================
  307.  
  308. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  309. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  310. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  311. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  312. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  313.  
  314. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  315. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  316. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  317. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  318. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  319.  
  320. *% For "QMS-PS 810 " version 47.0
  321. *% Produced by "GETapd.ps" version 2.0 edit 47
  322. *% Converted to meet 4.0 specification
  323. *% Last Edit Date: Sep 15 1992
  324. *% The byte count of this file should be exactly 010827 or 011153
  325. *% depending on the filesystem it resides in.
  326. *% end of PPD file for QMS-PS 810
  327.