home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextLibrary / PrinterTypes / English.lproj / QMS-PS_800_Plus.ppd < prev    next >
PostScript Printer Description  |  1997-03-29  |  11KB  |  335 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: "QMS8P461.PPD"
  12. *LanguageVersion: English
  13. *Product: "(QMS-PS 800+)"
  14. *PSVersion: "(46.1) 3"
  15. *ModelName: "QMS-PS 800 Plus"
  16. *NickName: "QMS-PS 800 Plus 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 AvantGarde-Book: Standard "(001.002)" Standard ROM
  188. *Font AvantGarde-BookOblique: Standard "(001.001)" Standard ROM
  189. *Font AvantGarde-Demi: Standard "(001.001)" Standard ROM
  190. *Font AvantGarde-DemiOblique: Standard "(001.001)" Standard ROM
  191. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  192. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  193. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  194. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  195. *Font Courier: Standard "(001.001)" Standard ROM
  196. *Font Courier-Bold: Standard "(001.001)" Standard ROM
  197. *Font Courier-BoldOblique: Standard "(001.001)" Standard ROM
  198. *Font Courier-Oblique: Standard "(001.001)" Standard ROM
  199. *Font Helvetica: Standard "(001.001)" Standard ROM
  200. *Font Helvetica-Bold: Standard "(001.001)" Standard ROM
  201. *Font Helvetica-BoldOblique: Standard "(001.001)" Standard ROM
  202. *Font Helvetica-Narrow: Standard "(001.000)" Standard ROM
  203. *Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard ROM
  204. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard ROM
  205. *Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard ROM
  206. *Font Helvetica-Oblique: Standard "(001.001)" Standard ROM
  207. *Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard ROM
  208. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard ROM
  209. *Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard ROM
  210. *Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard ROM
  211. *Font Palatino-Bold: Standard "(001.000)" Standard ROM
  212. *Font Palatino-BoldItalic: Standard "(001.000)" Standard ROM
  213. *Font Palatino-Italic: Standard "(001.000)" Standard ROM
  214. *Font Palatino-Roman: Standard "(001.000)" Standard ROM
  215. *Font Symbol: Special "(001.001)" Special ROM
  216. *Font Times-Bold: Standard "(001.001)" Standard ROM
  217. *Font Times-BoldItalic: Standard "(001.001)" Standard ROM
  218. *Font Times-Italic: Standard "(001.001)" Standard ROM
  219. *Font Times-Roman: Standard "(001.001)" Standard ROM
  220. *Font ZapfChancery-MediumItalic: Standard "(001.002)" Standard ROM
  221. *Font ZapfDingbats: Special "(001.000)" Special ROM
  222. *?FontQuery: "
  223. save
  224.  /str 100 string dup 0 (fonts/) putinterval def
  225.  {
  226.    count 1 gt
  227.    {
  228.      exch dup str 6 94 getinterval cvs
  229.      (/) print print (:) print
  230.      FontDirectory exch known
  231.      {(Yes)}{(No)} ifelse =
  232.    }
  233.    {exit} ifelse
  234.  }bind loop
  235.  (*) = flush
  236. restore
  237. "
  238. *End
  239.  
  240. *?FontList: "
  241.  FontDirectory { pop == } bind forall flush
  242.  (*) = flush
  243. "
  244. *End
  245.  
  246. *% Printer Messages (verbatim from printer):
  247. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  248. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  249. *Message: "\FontName\ not found, using Courier"
  250.  
  251. *% Status (format: %%[ status: <one of these> ]%% )
  252. *Status: "idle"
  253. *Status: "busy"
  254. *Status: "waiting"
  255. *Status: "printing"
  256. *Status: "warming up"
  257. *Status: "PrinterError: timeout, clearing printer"
  258. *Status: "PrinterError: paper entry misfeed"
  259. *Status: "PrinterError: warming up"
  260. *Status: "PrinterError: no toner cartridge"
  261. *Status: "PrinterError: service call"
  262. *Status: "PrinterError: cover open"
  263. *Status: "PrinterError: resetting printer"
  264. *Status: "PrinterError: out of paper"
  265. *Status: "PrinterError: timeout"
  266. *Status: "PrinterError: manual feed timeout"
  267. *Status: "PrinterError: no paper tray"
  268.  
  269. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  270. *Source: "serial9"
  271. *Source: "serial25"
  272. *Source: "AppleTalk"
  273. *Source: "Centronics"
  274.  
  275. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  276. *PrinterError: "timeout, clearing printer"
  277. *PrinterError: "paper entry misfeed"
  278. *PrinterError: "warming up"
  279. *PrinterError: "no toner cartridge"
  280. *PrinterError: "service call"
  281. *PrinterError: "cover open"
  282. *PrinterError: "resetting printer"
  283. *PrinterError: "out of paper"
  284. *PrinterError: "timeout"
  285. *PrinterError: "manual feed timeout"
  286. *PrinterError: "no paper tray"
  287.  
  288. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  289.  
  290. *% Color Separation Information =====================
  291.  
  292. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  293.  
  294. *InkName: ProcessBlack/Process Black
  295. *InkName: CustomColor/Custom Color
  296. *InkName: ProcessCyan/Process Cyan
  297. *InkName: ProcessMagenta/Process Magenta
  298. *InkName: ProcessYellow/Process Yellow
  299.  
  300. *% For 60 lpi / 300 dpi =====================================================
  301.  
  302. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  303. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  304. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  305. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  306. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  307.  
  308. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  309. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  310. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  311. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  312. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  313.  
  314. *% For 53 lpi / 300 dpi =====================================================
  315.  
  316. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  317. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  318. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  319. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  320. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  321.  
  322. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  323. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  324. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  325. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  326. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  327.  
  328. *% For "QMS-PS 800+" version 46.1
  329. *% Produced by "GETapd.ps" version 2.0 edit 47
  330. *% Converted to meet 4.0 specification
  331. *% Last Edit Date: Sep 15 1992
  332. *% The byte count of this file should be exactly 011072 or 011406
  333. *% depending on the filesystem it resides in.
  334. *% end of PPD file for QMS-PS 800+
  335.