home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / research / resource / xprinter / ppds / aps80522.ps < prev    next >
Encoding:
PostScript Printer Description  |  1997-07-08  |  11.2 KB  |  351 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: "APS80522.PPD"
  12. *LanguageVersion: English
  13. *Product: "(APS-PS PIP)"
  14. *PSVersion: "(49.3) 9001050"
  15. *PSVersion: "(52.2) 9001050"
  16. *ModelName: "APS-PS PIP with APS-6-80"
  17. *NickName: "APS-PS PIP with APS-6-80 v49.3 or 52.2"
  18.  
  19. *% General Information and Defaults ===============
  20. *FreeVM: "2454526"
  21. *LanguageLevel: "1"
  22. *Extensions: FileSystem CMYK
  23. *ColorDevice: False
  24. *DefaultColorSpace: Gray
  25. *VariablePaperSize: True
  26. *FileSystem: True
  27. *?FileSystem: "
  28. save
  29.   statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  30. restore
  31. "
  32. *End
  33. *Throughput: "1"
  34. *Password: "0"
  35. *ExitServer: "
  36.   count 0 eq {  % is the password on the stack?
  37.     true
  38.   }{
  39.     dup    % potential password
  40.     statusdict /checkpassword get exec not
  41.   } ifelse
  42.   {  %  if no password or not valid
  43.     (WARNING : Cannot perform the exitserver command.) =
  44.     (Password supplied is not valid.) =
  45.     (Please contact the author of this software.) = flush
  46.     quit
  47.   } if
  48.   serverdict /exitserver get exec
  49. "
  50. *End
  51.  
  52. *Reset: "
  53.   count 0 eq {  % is the password on the stack?
  54.     true
  55.   }{
  56.     dup    % potential password
  57.     statusdict /checkpassword get exec 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 /exitserver get exec
  66.   systemdict /quit get exec
  67.   (WARNING : Printer Reset Failed.) = flush
  68. "
  69. *End
  70.  
  71. *DefaultResolution: 1000dpi
  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: "85.0"
  87. *ScreenAngle: "45.0"
  88. *DefaultScreenProc: Dot
  89. *ScreenProc Dot: "
  90. {abs exch abs 2 copy add 1 gt
  91.   {1 sub dup mul exch 1 sub dup mul add 1 sub }
  92.   {dup mul exch dup mul add 1 exch sub }ifelse
  93. }
  94. "
  95. *End
  96. *ScreenProc Line: "{ pop }"
  97. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  98.  
  99. *DefaultTransfer: Null
  100. *Transfer Null: "{ }"
  101. *Transfer Null.Inverse: "{ 1 exch sub }"
  102.  
  103. *% Paper Handling ===================
  104. *% Use these entries to set paper size most of the time, unless there is
  105. *% specific reason to use PageRegion.
  106. *OpenUI *PageSize: PickOne
  107. *OrderDependency: 30 AnySetup *PageSize
  108. *DefaultPageSize: Letter.Transverse
  109. *PageSize Letter.Transverse: "Letter"
  110. *PageSize Ledger: "ledger"
  111. *PageSize A4.Transverse: "A4"
  112. *PageSize A5.Transverse: "A5"
  113. *PageSize ISOB5.Transverse: "B5"
  114. *PageSize Letter: "letter"
  115. *PageSize Legal: "legal"
  116. *PageSize Tabloid: "11x17"
  117. *PageSize A3: "a3"
  118. *PageSize A4: "a4"
  119. *PageSize A5: "a5"
  120. *PageSize ISOB5: "b5"
  121. *?PageSize: "
  122.  save
  123.  mark  statusdict /pageparams get exec  exch pop
  124.   7 dict
  125.      dup [612 792] (Letter) put
  126.      dup [612 1008] (Legal) put
  127.      dup [792 1224] (Tabloid) put
  128.      dup [842 1191] (A3) put
  129.      dup [595 842] (A4) put
  130.      dup [420 595] (A5) put
  131.      dup [499 709] (ISOB5) put
  132.   5 dict
  133.      dup [792 612] (Letter.Transverse) put
  134.      dup [792 1224] (Ledger) put
  135.      dup [842 595] (A4.Transverse) put
  136.      dup [595 420] (A5.Transverse) put
  137.      dup [709 499] (ISOB5.Transverse) put
  138.   3 -1 roll 1 eq { pop } { exch pop }ifelse
  139.   (Unknown) exch
  140.   { exch aload pop
  141.     4 index eq exch 5 index eq and
  142.     { exch pop exit } { pop } ifelse
  143.   } bind forall = flush cleartomark
  144. restore
  145. "
  146. *End
  147. *CloseUI: *PageSize
  148.  
  149. *% These entries will set up the frame buffer. Usually used with manual feed.
  150. *OpenUI *PageRegion: PickOne
  151. *OrderDependency: 40 AnySetup *PageRegion
  152. *DefaultPageRegion: Letter.Transverse
  153. *PageRegion Letter.Transverse: "Letter"
  154. *PageRegion Ledger: "ledger"
  155. *PageRegion A4.Transverse: "A4"
  156. *PageRegion A5.Transverse: "A5"
  157. *PageRegion ISOB5.Transverse: "B5"
  158. *PageRegion Letter: "letter"
  159. *PageRegion Legal: "legal"
  160. *PageRegion Tabloid: "11x17"
  161. *PageRegion A3: "a3"
  162. *PageRegion A4: "a4"
  163. *PageRegion A5: "a5"
  164. *PageRegion ISOB5: "b5"
  165. *CloseUI: *PageRegion
  166.  
  167. *% The following entries provide information about specific paper keywords.
  168. *DefaultImageableArea: Letter.Transverse
  169. *ImageableArea Letter.Transverse: "0 1 612 792 "
  170. *ImageableArea Ledger: "1 0 1224 792 "
  171. *ImageableArea A4.Transverse: "0 1 595 842 "
  172. *ImageableArea A5.Transverse: "0 1 420 595 "
  173. *ImageableArea ISOB5.Transverse: "0 1 499 709 "
  174. *ImageableArea Letter: "1 0 612 792 "
  175. *ImageableArea Legal: "0 1 612 1008 "
  176. *ImageableArea Tabloid: "0 1 792 1224 "
  177. *ImageableArea A3: "0 1 842 1191 "
  178. *ImageableArea A4: "1 0 595 842 "
  179. *ImageableArea A5: "1 0 420 595 "
  180. *ImageableArea ISOB5: "1 0 498 709 "
  181. *?ImageableArea: "
  182. save
  183.   /cvp {(                ) cvs print ( ) print } bind def
  184.   /upperright {10000 mul floor 10000 div} bind def
  185.   /lowerleft {10000 mul ceiling 10000 div} bind def
  186.   newpath clippath pathbbox
  187.   4 -2 roll exch 2 {lowerleft cvp} repeat
  188.   exch 2 {upperright cvp} repeat flush
  189.  restore
  190. "
  191. *End
  192.  
  193. *% These provide the physical dimensions of the paper (by keyword)
  194. *DefaultPaperDimension: Letter.Transverse
  195. *PaperDimension Letter.Transverse: "612 792"
  196. *PaperDimension Ledger: "1224 792"
  197. *PaperDimension A4.Transverse: "595 842"
  198. *PaperDimension A5.Transverse: "420 595"
  199. *PaperDimension ISOB5.Transverse: "499 709"
  200. *PaperDimension Letter: "612 792"
  201. *PaperDimension Legal: "612 1008"
  202. *PaperDimension Tabloid: "792 1224"
  203. *PaperDimension A3: "842 1191"
  204. *PaperDimension A4: "595 842"
  205. *PaperDimension A5: "420 595"
  206. *PaperDimension ISOB5: "499 709"
  207.  
  208. *RequiresPageRegion All: True
  209. *OpenUI *InputSlot: PickOne
  210. *OrderDependency: 20 AnySetup *InputSlot
  211. *DefaultInputSlot: Cassette
  212. *InputSlot Cassette: ""
  213. *CloseUI: *InputSlot
  214.  
  215. *DefaultOutputOrder: Normal
  216.  
  217. *% Font Information =====================
  218. *DefaultFont: Courier
  219. *Font Courier: Standard "(001.004)" Standard ROM
  220. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  221. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  222. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  223. *Font Helvetica: Standard "(001.002)" Standard ROM
  224. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  225. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  226. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  227. *Font Symbol: Special "(001.003)" Special ROM
  228. *Font Times-Bold: Standard "(001.002)" Standard ROM
  229. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  230. *Font Times-Italic: Standard "(001.002)" Standard ROM
  231. *Font Times-Roman: Standard "(001.002)" Standard ROM
  232. *?FontQuery: "
  233. save
  234.  /str 100 string dup 0 (fonts/) putinterval def
  235.  {
  236.    count 1 gt
  237.    {
  238.      exch dup str 6 94 getinterval cvs
  239.      (/) print dup print (:) print exch
  240.      FontDirectory exch known
  241.      { pop (Yes) }
  242.       {
  243.         length 6 add str 0 3 -1 roll getinterval
  244.         mark exch status
  245.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  246.      } ifelse =
  247.    }
  248.    {exit} ifelse
  249.  }bind loop
  250.  (*) = flush
  251. restore
  252. "
  253. *End
  254.  
  255. *?FontList: "
  256. save
  257.   FontDirectory { pop == } bind forall flush
  258.   /filenameforall where
  259.   {
  260.     pop (fonts/*)
  261.     { dup length 6 sub 6 exch getinterval cvn == } bind
  262.     128 string filenameforall flush
  263.   } if
  264.   (*) = flush
  265. restore
  266. "
  267. *End
  268.  
  269. *% Printer Messages (verbatim from printer):
  270. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  271. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  272. *Message: "\FontName\ not found, using Courier"
  273.  
  274. *% Status (format: %%[ status: <one of these> ]%% )
  275. *Status: "idle"
  276. *Status: "busy"
  277. *Status: "waiting"
  278. *Status: "printing"
  279. *Status: "PrinterError: Wait - cycling up"
  280. *Status: "PrinterError: Idle"
  281. *Status: "PrinterError: Printer not ready to write: unused.."
  282. *Status: "PrinterError: Off Line"
  283. *Status: "PrinterError: Transport fault"
  284. *Status: "PrinterError: Default Page being defined is too large.."
  285. *Status: "PrinterError: Out of Media"
  286. *Status: "PrinterError: Testing....."
  287. *Status: "PrinterError: Printer not responding..."
  288.  
  289. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  290. *Source: "serial9"
  291. *Source: "serial25"
  292. *Source: "AppleTalk"
  293. *Source: "Centronics"
  294.  
  295. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  296. *PrinterError: "Wait - cycling up"
  297. *PrinterError: "Idle"
  298. *PrinterError: "Off Line"
  299. *PrinterError: "Transport fault"
  300. *PrinterError: "Default Page being defined is too large.."
  301. *PrinterError: "No response from LSTA command"
  302. *PrinterError: "Out of Media"
  303. *PrinterError: "Printer not responding..."
  304.  
  305. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  306.  
  307. *% Color Separation Information =====================
  308.  
  309. *DefaultColorSep: ProcessBlack.118lpi.1000dpi/118 lpi / 1000 dpi
  310.  
  311. *InkName: ProcessBlack/Process Black
  312. *InkName: CustomColor/Custom Color
  313. *InkName: ProcessCyan/Process Cyan
  314. *InkName: ProcessMagenta/Process Magenta
  315. *InkName: ProcessYellow/Process Yellow
  316.  
  317. *%  For 118 lpi / 1000 dpi  ===============================
  318.  
  319. *ColorSepScreenAngle ProcessBlack.118lpi.1000dpi/118 lpi / 1000 dpi: "45.0"
  320. *ColorSepScreenAngle CustomColor.118lpi.1000dpi/118 lpi / 1000 dpi: "45.0"
  321. *ColorSepScreenAngle ProcessCyan.118lpi.1000dpi/118 lpi / 1000 dpi: "71.5651"
  322. *ColorSepScreenAngle ProcessMagenta.118lpi.1000dpi/118 lpi / 1000 dpi: "18.4349"
  323. *ColorSepScreenAngle ProcessYellow.118lpi.1000dpi/118 lpi / 1000 dpi: "0.0"
  324.  
  325. *ColorSepScreenFreq ProcessBlack.118lpi.1000dpi/118 lpi / 1000 dpi: "117.851"
  326. *ColorSepScreenFreq CustomColor.118lpi.1000dpi/118 lpi / 1000 dpi: "117.851"
  327. *ColorSepScreenFreq ProcessCyan.118lpi.1000dpi/118 lpi / 1000 dpi: "105.409"
  328. *ColorSepScreenFreq ProcessMagenta.118lpi.1000dpi/118 lpi / 1000 dpi: "105.409"
  329. *ColorSepScreenFreq ProcessYellow.118lpi.1000dpi/118 lpi / 1000 dpi: "111.111"
  330.  
  331. *%  For 85 lpi / 1000 dpi  ===============================
  332. *ColorSepScreenAngle ProcessBlack.85lpi.1000dpi/85 lpi / 1000 dpi: "45.0"
  333. *ColorSepScreenAngle CustomColor.85lpi.1000dpi/85 lpi / 1000 dpi: "45.0"
  334. *ColorSepScreenAngle ProcessCyan.85lpi.1000dpi/85 lpi / 1000 dpi: "71.5651"
  335. *ColorSepScreenAngle ProcessMagenta.85lpi.1000dpi/85 lpi / 1000 dpi: "18.4349"
  336. *ColorSepScreenAngle ProcessYellow.85lpi.1000dpi/85 lpi / 1000 dpi: "0.0"
  337.  
  338. *ColorSepScreenFreq ProcessBlack.85lpi.1000dpi/85 lpi / 1000 dpi: "88.3883"
  339. *ColorSepScreenFreq CustomColor.85lpi.1000dpi/85 lpi / 1000 dpi: "88.3883"
  340. *ColorSepScreenFreq ProcessCyan.85lpi.1000dpi/85 lpi / 1000 dpi: "79.0569"
  341. *ColorSepScreenFreq ProcessMagenta.85lpi.1000dpi/85 lpi / 1000 dpi: "79.0569"
  342. *ColorSepScreenFreq ProcessYellow.85lpi.1000dpi/85 lpi / 1000 dpi: "83.3333"
  343.  
  344. *% For "APS-PS PIP" version 49.3
  345. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  346. *% Converted to meet 4.0 specification
  347. *% Last Edit Date: Sep 15 1992
  348. *% The byte count of this file should be exactly 011144 or 011494
  349. *% depending on the filesystem it resides in.
  350. *% end of PPD file for APS-PS PIP
  351.