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