home *** CD-ROM | disk | FTP | other *** search
/ Chip 2009 November / Chip_2009.11_CD.iso / I386 / DRIVER.CAB / qms1725.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2001-07-22  |  15.6 KB  |  452 lines

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