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