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