home *** CD-ROM | disk | FTP | other *** search
/ Apple Media Toolkit 1994 Winter-Spring / AMTK v8.iso / Getting Started / Aldus PageMaker 4.2 / Aldus / PPDs / Q2200523.PPD < prev    next >
Encoding:
PostScript Printer Description  |  1991-12-05  |  13.0 KB  |  401 lines  |  [TEXT/????]

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "QMS-PS 2200" versions 52.3 and 51.0
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990, 1991 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 013301 or 013701
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 26 February 1991
  15.  
  16. *FormatVersion: "3.0"
  17. *FileVersion: "1.0"
  18. *LanguageVersion: English
  19.  
  20. *Product: "(QMS-PS 2200)"
  21. *PSVersion: "(52.3) 1"
  22. *PSVersion: "(51.0) 1"
  23. *NickName: "QMS-PS 2200"
  24.  
  25. *% General Information and Defaults ===============
  26. *FreeVM: "1155122"
  27. *ColorDevice: False
  28. *VariablePaperSize: False
  29. *FileSystem: True
  30. *?FileSystem: "
  31.   statusdict begin diskonline 
  32.   {(True)}{(False)} ifelse = flush end"
  33. *End
  34. *Throughput: "22"
  35. *Password: "0"
  36. *ExitServer: "
  37.   count 0 eq {  % is the password on the stack?
  38.     true 
  39.   }{
  40.     dup    % potential password
  41.     statusdict begin checkpassword end not 
  42.   } ifelse 
  43.   {  %  if no password or not valid 
  44.     (WARNING : Cannot perform the exitserver command.) = 
  45.     (Password supplied is not valid.) = 
  46.     (Please contact the author of this software.) = flush
  47.     quit 
  48.   } if 
  49.   serverdict begin exitserver
  50. "
  51. *End
  52. *Reset: "
  53.   count 0 eq {  % is the password on the stack?
  54.     true 
  55.   }{
  56.     dup    % potential password
  57.     statusdict begin checkpassword end not 
  58.   } ifelse 
  59.   {  %  if no password or not valid 
  60.     (WARNING : Cannot reset printer.) = 
  61.     (Password supplied is not valid.) = 
  62.     (Please contact the author of this software.) = flush
  63.     quit 
  64.   } if 
  65.   serverdict begin exitserver
  66.   systemdict /quit get exec
  67.   (WARNING : Printer Reset Failed.) = flush
  68. "
  69. *End
  70.  
  71. *DefaultResolution: 300dpi
  72. *?Resolution: "
  73. save
  74.   initgraphics
  75.   0 0 moveto currentpoint matrix defaultmatrix transform
  76.   0 72 lineto currentpoint matrix defaultmatrix transform
  77.   3 -1 roll sub dup mul
  78.   3 1 roll exch sub dup mul
  79.   add sqrt round cvi
  80.   (          ) cvs print (dpi) = flush
  81. restore
  82. "
  83. *End
  84.  
  85. *% Halftone Information ===============
  86. *ScreenFreq: "60.0"
  87. *ScreenAngle: "45.0"
  88. *DefaultScreenProc: Dot
  89. *ScreenProc Dot: "
  90. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  91. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  92. "
  93. *End
  94. *ScreenProc Line: "{ pop }"
  95. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  96.  
  97. *DefaultTransfer: Null
  98. *Transfer Null: "{ }"
  99. *Transfer Null.Inverse: "{ 1 exch sub }"
  100.  
  101. *% Paper Handling ===================
  102.  
  103. *PageSize Letter: "statusdict begin lettertray end"
  104. *PageSize Legal: "statusdict begin legaltray end"
  105. *PageSize Tabloid: "statusdict begin 11x17tray end"
  106. *PageSize Statement: "statusdict begin /trayswitch false store 3 setpapertray halfletter end"
  107. *PageSize A3: "statusdict begin a3tray end"
  108. *PageSize A4: "statusdict begin a4tray end"
  109. *PageSize A5: "statusdict begin /trayswitch false store 3 setpapertray a5 end"
  110. *PageSize A6: "statusdict begin /trayswitch false store 3 setpapertray a6 end"
  111. *PageSize B4: "statusdict begin b4tray end"
  112. *PageSize B5: "statusdict begin b5tray end"
  113. *PageSize Foolscap-A: "statusdict begin flsatray end"
  114. *PageSize Foolscap-E: "statusdict begin flsetray end"
  115. *?PageSize: "
  116.  save statusdict begin
  117.   14 dict begin
  118.    /letter (Letter) def /legal (Legal) def
  119.    /11x17 (Tabloid) def /halfletter (Statement) def
  120.    /a3 (A3) def /a4 (A4) def
  121.    /a5 (A5) def /a6 (A6) def
  122.    /b4 (B4) def /b5 (B5) def
  123.    /flsa (Foolscap-A) def /flse (Foolscap-E) def
  124.     papersize {
  125.      {load exec} stopped not{= flush}if
  126.    }{
  127.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  128.    }ifelse
  129.   end
  130.  end restore
  131. "
  132. *End
  133.  
  134. *% These entries will set up the frame buffer. Usually used with manual feed.
  135. *DefaultPageRegion: Letter
  136. *PageRegion Letter: "letter"
  137. *PageRegion Legal: "legal"
  138. *PageRegion Tabloid: "11x17"
  139. *PageRegion Statement: "halfletter"
  140. *PageRegion A3: "a3"
  141. *PageRegion A4: "a4"
  142. *PageRegion A5: "a5"
  143. *PageRegion A6: "a6"
  144. *PageRegion B4: "b4"
  145. *PageRegion B5: "b5"
  146. *PageRegion Foolscap-A: "flsa"
  147. *PageRegion Foolscap-E: "flse"
  148.  
  149. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  150. *% These errors should be trapped by software and a message displayed
  151. *DefaultPaperTray: None
  152. *PaperTray Letter: "statusdict begin lettertray end"
  153. *PaperTray Legal: "statusdict begin legaltray end"
  154. *PaperTray Tabloid: "statusdict begin 11x17tray end"
  155. *PaperTray Statement: "statusdict begin /trayswitch false store 3 setpapertray halfletter end"
  156. *PaperTray A3: "statusdict begin a3tray end"
  157. *PaperTray A4: "statusdict begin a4tray end"
  158. *PaperTray A5: "statusdict begin /trayswitch false store 3 setpapertray a5 end"
  159. *PaperTray A6: "statusdict begin /trayswitch false store 3 setpapertray a6 end"
  160. *PaperTray B4: "statusdict begin b4tray end"
  161. *PaperTray B5: "statusdict begin b5tray end"
  162. *PaperTray Foolscap-A: "statusdict begin flsatray end"
  163. *PaperTray Foolscap-E: "statusdict begin flsetray end"
  164. *?PaperTray: "
  165. save statusdict begin
  166.   14 dict begin
  167.    /letter (Letter) def /legal (Legal) def
  168.    /11x17 (Tabloid) def /halfletter (Statement) def
  169.    /a3 (A3) def /a4 (A4) def
  170.    /a5 (A5) def /a6 (A6) def
  171.    /b4 (B4) def /b5 (B5) def
  172.    /flsa (Foolscap-A) def /flse (Foolscap-E) def
  173.     papersize {
  174.      {load exec} stopped not{= flush}if
  175.    }{
  176.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  177.    }ifelse
  178.   end
  179.  end restore
  180. *End
  181.  
  182. *% The following entries provide information about specific paper keywords.
  183. *DefaultImageableArea: Letter
  184. *ImageableArea Letter: "17 19 591 775 "
  185. *ImageableArea Legal: "17 20 591 991 "
  186. *ImageableArea Tabloid: "23 19 774 1206 "
  187. *ImageableArea Statement: "17 19 377 595 "
  188. *ImageableArea A3: "16 19 821 1174 "
  189. *ImageableArea A4: "17 19 576 825 "
  190. *ImageableArea A5: "22 19 404 578 "
  191. *ImageableArea A6: "22 19 282 402 "
  192. *ImageableArea B4: "22 19 712 1015 "
  193. *ImageableArea B5: "24 19 537 711 "
  194. *ImageableArea Foolscap-A: "17 16 591 916 "
  195. *ImageableArea Foolscap-E: "22 16 558 916 "
  196. *?ImageableArea: "
  197.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  198.   newpath clippath pathbbox
  199.   4 -2 roll exch 2 {ceiling cvp} repeat
  200.   exch 2 {floor cvp} repeat flush
  201.  restore
  202. "
  203. *End
  204.  
  205. *% These provide the physical dimensions of the paper (by keyword)
  206. *DefaultPaperDimension: Letter
  207. *PaperDimension Letter: "612 792"
  208. *PaperDimension Legal: "612 1008"
  209. *PaperDimension Tabloid: "792 1224"
  210. *PaperDimension Statement: "396 612"
  211. *PaperDimension A3: "842 1190"
  212. *PaperDimension A4: "595 842"
  213. *PaperDimension A5: "420 595"
  214. *PaperDimension A6: "297 420"
  215. *PaperDimension B4: "729 1032"
  216. *PaperDimension B5: "516 729"
  217. *PaperDimension Foolscap-A: "612 935"
  218. *PaperDimension Foolscap-E: "575 935"
  219.  
  220. *DefaultOutputBin: Upper
  221. *DefaultInputSlot: Upper
  222. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  223. *InputSlot Upper: "statusdict begin 2 setpapertray end"
  224. *InputSlot Bypass: "statusdict begin 3 setpapertray end"
  225. *?InputSlot: "
  226.  save statusdict begin
  227.   3 dict begin
  228.    /2 (Upper) def
  229.    /1 (Lower) def
  230.    /3 (Bypass) def
  231.    papertray 
  232.      {( ) cvs cvn load exec} stopped not{= flush}if
  233.   end
  234.  end restore
  235. "
  236. *End
  237.  
  238. *DefaultManualFeed: False
  239. *ManualFeed True: "statusdict begin /trayswitch false store 3 setpapertray end"
  240. *ManualFeed False: "statusdict begin /trayswitch defaulttrayswitch store defaultpapertray setpapertray end"
  241.  
  242. *DefaultOutputOrder: Normal
  243.  
  244. *% Font Information =====================
  245.  
  246. *DefaultFont: Courier
  247. *Font AvantGarde-Book: Standard "(001.002)"
  248. *Font AvantGarde-BookOblique: Standard "(001.002)"
  249. *Font AvantGarde-Demi: Standard "(001.003)"
  250. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  251. *Font Bookman-Demi: Standard "(001.001)"
  252. *Font Bookman-DemiItalic: Standard "(001.001)"
  253. *Font Bookman-Light: Standard "(001.001)"
  254. *Font Bookman-LightItalic: Standard "(001.001)"
  255. *Font Courier: Standard "(001.005)"
  256. *Font Courier-Bold: Standard "(001.005)"
  257. *Font Courier-BoldOblique: Standard "(001.005)"
  258. *Font Courier-Oblique: Standard "(001.005)"
  259. *Font Helvetica: Standard "(001.002)"
  260. *Font Helvetica-Bold: Standard "(001.002)"
  261. *Font Helvetica-BoldOblique: Standard "(001.002)"
  262. *Font Helvetica-Condensed: Standard "(001.001)"
  263. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  264. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  265. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  266. *Font Helvetica-Oblique: Standard "(001.002)"
  267. *Font NewCenturySchlbk-Bold: Standard "(001.007)"
  268. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  269. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  270. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  271. *Font Palatino-Bold: Standard "(001.002)"
  272. *Font Palatino-BoldItalic: Standard "(001.002)"
  273. *Font Palatino-Italic: Standard "(001.002)"
  274. *Font Palatino-Roman: Standard "(001.001)"
  275. *Font Symbol: Special "(001.003)"
  276. *Font Times-Bold: Standard "(001.002)"
  277. *Font Times-BoldItalic: Standard "(001.004)"
  278. *Font Times-Italic: Standard "(001.002)"
  279. *Font Times-Roman: Standard "(001.002)"
  280. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  281. *Font ZapfDingbats: Special "(001.002)"
  282. *?FontQuery: "
  283. save  4 dict begin /sv exch def
  284. /str (fonts/                              ) def
  285. /st2 128 string def
  286. {
  287.   count 0 gt {
  288.     dup st2 cvs (/) print print (:) print
  289.     dup FontDirectory exch known {pop (Yes)}{
  290.      str exch st2 cvs dup length /len exch def
  291.      6 exch putinterval str 0 len 6 add getinterval mark exch
  292.      { } st2 filenameforall counttomark 0 gt {
  293.       cleartomark (Yes)}{cleartomark (No)}ifelse
  294.     }ifelse = flush
  295.   }{ exit } ifelse
  296. } bind loop
  297. (*) = flush
  298. sv end restore
  299. "
  300. *End
  301.  
  302. *?FontList: "
  303. save  2 dict begin /sv exch def
  304. /str 128 string def
  305. FontDirectory { pop == } bind forall flush
  306. /filenameforall where { 
  307.  pop save (fonts/*) { 
  308.   dup length 6 sub 6 exch getinterval cvn == 
  309.  } bind str filenameforall flush restore
  310. } if 
  311. (*) = flush
  312. sv end restore
  313. "
  314. *End
  315.  
  316. *% Printer Messages (verbatim from printer):
  317.  
  318. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  319. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  320. *Message: "\FontName\ not found, using Courier"
  321.  
  322. *% Status (format: %%[ status: <one of these> ]%% )
  323. *Status: "idle"
  324. *Status: "busy"
  325. *Status: "waiting"
  326. *Status: "printing"
  327. *Status: "warming up"
  328. *Status: "PrinterError:  timeout, clearing printer"
  329. *Status: "PrinterError:  warming up"
  330. *Status: "PrinterError:  service call"
  331. *Status: "PrinterError:  paper entry misfeed"
  332. *Status: "PrinterError:  no toner cartridge"
  333. *Status: "PrinterError:  low toner"
  334. *Status: "PrinterError:  no paper tray"
  335. *Status: "PrinterError:  resetting printer"
  336. *Status: "PrinterError:  cover open"
  337. *Status: "PrinterError:  manual feed timeout"
  338.  
  339. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%%)
  340. *Source: "serial9"
  341. *Source: "serial25"
  342. *Source: "AppleTalk"
  343. *Source: "Centronics"
  344.  
  345. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  346.  
  347. *PrinterError:  "timeout, clearing printer"
  348. *PrinterError:  "warming up"
  349. *PrinterError:  "service call"
  350. *PrinterError:  "paper entry misfeed"
  351. *PrinterError:  "no toner cartridge"
  352. *PrinterError:  "low toner"
  353. *PrinterError:  "no paper tray"
  354. *PrinterError:  "resetting printer"
  355. *PrinterError:  "cover open"
  356. *PrinterError:  "manual feed timeout"
  357.  
  358.  
  359. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  360.  
  361. *% Color Separation Information =====================
  362.  
  363. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  364.  
  365. *InkName: ProcessBlack/Process Black
  366. *InkName: CustomColor/Custom Color
  367. *InkName: ProcessCyan/Process Cyan
  368. *InkName: ProcessMagenta/Process Magenta
  369. *InkName: ProcessYellow/Process Yellow
  370.  
  371. *%  For 60 lpi / 300 dpi  ===============================
  372.  
  373. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  374. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  375. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  376. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  377. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  378.  
  379. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  380. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  381. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  382. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  383. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  384.  
  385. *%  For 53 lpi / 300 dpi  ===============================
  386.  
  387. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  388. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  389. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  390. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  391. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  392.  
  393. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  394. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  395. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  396. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  397. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  398.  
  399. *% end of PPD file for QMS-PS 2200
  400.