home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / d / d423_liu / 13.ddi / Q30SI503.PP_ / Q30SI503.PP
Encoding:
PostScript Printer Description  |  1993-07-24  |  10.4 KB  |  311 lines

  1. *% Adobe Systems Printer Description File
  2. *% For "QMS ColorScript 100" version 50.3
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *% Date: 10/3/91
  5. *FormatVersion: "3.0"
  6. *FileVersion: "1.0"
  7. *LanguageVersion: English
  8.  
  9. *Product: "(QMS ColorScript 100)"
  10. *PSVersion: "(50.3) 2"
  11. *NickName: "QMS ColorScript 100 Mod 30si"
  12.  
  13. *% General Information and Defaults ===============
  14. *FreeVM: "8665770"
  15. *ColorDevice: True
  16. *VariablePaperSize: False
  17. *FileSystem: True
  18. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  19. *Throughput: "1"
  20. *Password: "0"
  21. *ExitServer: "
  22.   count 0 eq {  % is the password on the stack?
  23.     true 
  24.   }{
  25.     dup    % potential password
  26.     statusdict begin checkpassword end not 
  27.   } ifelse 
  28.   {  %  if no password or not valid 
  29.     (WARNING : Cannot perform the exitserver command.) = 
  30.     (Password supplied is not valid.) = 
  31.     (Please contact the author of this software.) = flush
  32.     quit 
  33.   } if 
  34.   serverdict begin exitserver
  35. "
  36. *End
  37.  
  38. *Reset: "
  39.   count 0 eq {  % is the password on the stack?
  40.     true 
  41.   }{
  42.     dup    % potential password
  43.     statusdict begin checkpassword end not 
  44.   } ifelse 
  45.   {  %  if no password or not valid 
  46.     (WARNING : Cannot reset printer.) = 
  47.     (Password supplied is not valid.) = 
  48.     (Please contact the author of this software.) = flush
  49.     quit 
  50.   } if 
  51.   serverdict begin exitserver
  52.   systemdict /quit get exec
  53.   (WARNING : Printer Reset Failed.) = flush
  54. "
  55. *End
  56.  
  57. *DefaultResolution: 300dpi
  58. *?Resolution: "
  59. save
  60.   initgraphics
  61.   0 0 moveto currentpoint matrix defaultmatrix transform
  62.   0 72 lineto currentpoint matrix defaultmatrix transform
  63.   3 -1 roll sub dup mul
  64.   3 1 roll exch sub dup mul
  65.   add sqrt round cvi
  66.   (          ) cvs print (dpi) = flush
  67. restore
  68. "
  69. *End
  70.  
  71. *% Halftone Information ===============
  72. *ScreenFreq: "53.0"
  73. *ScreenAngle: "45.0"
  74. *DefaultScreenProc: Dot
  75. *ScreenProc Dot: "
  76. {1.76 1.4 {2 {3 1 roll add dup 1.0 gt {2.0 sub }if }repeat abs exch abs 
  77. 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 sub }{dup mul 
  78. exch dup mul add 1 exch sub }ifelse }exec }
  79. "
  80. *End
  81. *ScreenProc Line: "{ pop }"
  82. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  83.  
  84. *DefaultTransfer: Null
  85. *Transfer Null: "{ }"
  86. *Transfer Null.Inverse: "{ 1 exch sub }"
  87. *Transfer Normalized: "{ }"
  88. *Transfer Normalized.Inverse: "{ 1 exch sub }"
  89.  
  90. *% Paper Handling ===================
  91.  
  92. *% Use these entries to set paper size most of the time, unless there is
  93. *% specific reason to use PageRegion or PaperTray.
  94. *DefaultPageSize: Letter
  95. *PageSize Letter: "statusdict begin lettertray end"
  96. *PageSize Tabloid: "statusdict begin 11x17tray end"
  97. *PageSize A3: "statusdict begin a3tray end"
  98. *PageSize A4: "statusdict begin a4tray end"
  99. *PageSize Super: "/super where {pop super}{statusdict begin 11x17 end} ifelse"
  100. *?PageSize: "
  101.  save statusdict begin
  102.   [(Letter)(Tabloid)(A3)(A4)(Super)] pagetype dup 1 gt{pop 1}if get = flush
  103.  end restore
  104. "
  105. *End
  106.  
  107. *% These entries will set up the frame buffer. Usually used with manual feed.
  108. *DefaultPageRegion: Letter
  109. *PageRegion Letter: "letter"
  110. *PageRegion Tabloid: "11x17"
  111. *PageRegion A3: "a3"
  112. *PageRegion A4: "a4"
  113. *PageRegion Super: "super"
  114.  
  115. *%---------------------------------------------------------------------------
  116. *% *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  117. *% *% These errors should be trapped by software and a message displayed
  118. *% *DefaultPaperTray: None
  119. *% *PaperTray Letter: "statusdict begin lettertray end"
  120. *% *PaperTray Tabloid: "statusdict begin 11x17tray end"
  121. *% *PaperTray A3: "statusdict begin a3tray end"
  122. *% *PaperTray A4: "statusdict begin a4tray end"
  123. *% *PaperTray Super: "/super where {pop super}{statusdict begin 11x17 end} ifelse"
  124. *% *?PaperTray: None
  125. *%---------------------------------------------------------------------------
  126.  
  127. *% The following entries provide information about specific paper keywords.
  128. *DefaultImageableArea: Letter
  129. *ImageableArea Letter: "18 90 594 738 "
  130. *ImageableArea Tabloid: "12 90 780 1164 "
  131. *ImageableArea A3: "18 90 828 1131 "
  132. *ImageableArea A4: "18 90 578 824 "
  133. *ImageableArea Super: "14 90 828 1328"
  134. *?ImageableArea: "
  135.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  136.   newpath clippath pathbbox
  137.   4 -2 roll exch 2 {ceiling cvp} repeat
  138.   exch 2 {floor cvp} repeat flush
  139.  restore
  140. "
  141. *End
  142.  
  143. *% These provide the physical dimensions of the paper (by keyword)
  144. *DefaultPaperDimension: Letter
  145. *PaperDimension Letter: "612 792"
  146. *PaperDimension Tabloid: "792 1224"
  147. *PaperDimension A3: "842 1190"
  148. *PaperDimension A4: "595 842"
  149. *PaperDimension Super: "846 1390"
  150.  
  151. *DefaultOutputBin: Upper
  152. *DefaultInputSlot: None
  153.  
  154. *DefaultManualFeed: False
  155. *?ManualFeed: "
  156.   statusdict /manualfeed get
  157.   {(True)}{(False)}ifelse = flush"
  158. *End
  159. *ManualFeed True: "statusdict begin /manualfeed true store end"
  160. *ManualFeed False: "statusdict begin /manualfeed false store end"
  161.  
  162. *DefaultOutputOrder: Normal
  163. *OutputOrder Normal: ""
  164. *OutputOrder Reverse: ""
  165.  
  166. *DefaultCollator: None
  167. *DefaultSorter: None
  168. *DefaultDuplex: None
  169.  
  170. *% Font Information =====================
  171.  
  172. *DefaultFont: Courier
  173. *Font AvantGarde-Book: Standard "(001.002)"
  174. *Font AvantGarde-BookOblique: Standard "(001.002)"
  175. *Font AvantGarde-Demi: Standard "(001.003)"
  176. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  177. *Font Bookman-Demi: Standard "(001.001)"
  178. *Font Bookman-DemiItalic: Standard "(001.001)"
  179. *Font Bookman-Light: Standard "(001.001)"
  180. *Font Bookman-LightItalic: Standard "(001.001)"
  181. *Font Courier: Standard "(001.004)"
  182. *Font Courier-Bold: Standard "(001.004)"
  183. *Font Courier-BoldOblique: Standard "(001.004)"
  184. *Font Courier-Oblique: Standard "(001.004)"
  185. *Font Helvetica: Standard "(001.002)"
  186. *Font Helvetica-Bold: Standard "(001.002)"
  187. *Font Helvetica-BoldOblique: Standard "(001.002)"
  188. *Font Helvetica-Condensed: Standard "(001.001)"
  189. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  190. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  191. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  192. *Font Helvetica-Oblique: Standard "(001.002)"
  193. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  194. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  195. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  196. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  197. *Font Palatino-Bold: Standard "(001.002)"
  198. *Font Palatino-BoldItalic: Standard "(001.002)"
  199. *Font Palatino-Italic: Standard "(001.002)"
  200. *Font Palatino-Roman: Standard "(001.001)"
  201. *Font Symbol: Special "(001.003)"
  202. *Font Times-Bold: Standard "(001.002)"
  203. *Font Times-BoldItalic: Standard "(001.004)"
  204. *Font Times-Italic: Standard "(001.002)"
  205. *Font Times-Roman: Standard "(001.002)"
  206. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  207. *Font ZapfDingbats: Special "(001.002)"
  208. *?FontQuery: "
  209. save  4 dict begin /sv exch def
  210. /str (fonts/                              ) def
  211. /st2 128 string def
  212. {
  213.   count 0 gt {
  214.     dup st2 cvs (/) print print (:) print
  215.     dup FontDirectory exch known {pop (Yes)}{
  216.      str exch st2 cvs dup length /len exch def
  217.      6 exch putinterval str 0 len 6 add getinterval mark exch
  218.      { } st2 filenameforall counttomark 0 gt {
  219.       cleartomark (Yes)}{cleartomark (No)}ifelse
  220.     }ifelse = flush
  221.   }{ exit } ifelse
  222. } bind loop
  223. (*) = flush
  224. sv end restore
  225. "
  226. *End
  227.  
  228. *?FontList: "
  229. save  2 dict begin /sv exch def
  230. /str 128 string def
  231. FontDirectory { pop == } bind forall flush
  232. /filenameforall where { 
  233.  pop save (fonts/*) { 
  234.   dup length 6 sub 6 exch getinterval cvn == 
  235.  } bind str filenameforall flush restore
  236. } if 
  237. (*) = flush
  238. sv end restore
  239. "
  240. *End
  241.  
  242. *% Printer Messages (verbatim from printer):
  243. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  244. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  245. *Message: "\FontName\ not found, using Courier"
  246.  
  247. *% Status (format: %%[ status: <one of these> ]%% )
  248. *Status: "idle"
  249. *Status: "busy"
  250. *Status: "waiting"
  251. *Status: "printing"
  252. *Status: "warming up"
  253. *Status: "PrinterError: end of ribbon"
  254. *Status: "PrinterError: out of paper"
  255. *Status: "PrinterError: printer fault"
  256. *Status: "PrinterError: printer offline"
  257.  
  258. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  259. *Source: "serial9"
  260. *Source: "serial25"
  261. *Source: "AppleTalk"
  262. *Source: "Centronics"
  263.  
  264. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  265. *PrinterError: "end of ribbon"
  266. *PrinterError: "out of paper"
  267. *PrinterError: "printer fault"
  268. *PrinterError: "printer offline"
  269.  
  270. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  271.  
  272. *% Color Separation Information =====================
  273.  
  274. *DefaultColorSep: ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi
  275.  
  276. *InkName: ProcessBlack/Process Black
  277. *InkName: CustomColor/Custom Color
  278. *InkName: ProcessCyan/Process Cyan
  279. *InkName: ProcessMagenta/Process Magenta
  280. *InkName: ProcessYellow/Process Yellow
  281.  
  282. *%  For 60 lpi / 300 dpi  ===============================
  283.  
  284. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  285. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  286. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  287. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  288. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  289.  
  290. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  291. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  292. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  293. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  294. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  295.  
  296. *%  For 53 lpi / 300 dpi  ===============================
  297.  
  298. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  299. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  300. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  301. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  302. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  303.  
  304. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  305. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  306. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  307. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  308. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  309.  
  310. *% end of PPD file for QMS ColorScript 100
  311.