home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextLibrary / PrinterTypes / English.lproj / Agfa_TabScript_C500_PostScript_Printer.ppd < prev    next >
PostScript Printer Description  |  1995-02-06  |  11KB  |  317 lines

  1. *PPD-Adobe: "4.1"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1993 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.1"
  10. *FileVersion: "2.3"
  11. *PCFileName: "AC500503.PPD"
  12. *LanguageVersion: English
  13. *Product: "(TabScript C500)"
  14. *PSVersion: "(50.3) 0"
  15. *ModelName: "Agfa TabScript C500 PostScript Printer"
  16. *ShortNickName: "Agfa TabScript C500 v50.3"
  17. *NickName: "Agfa TabScript C500 PostScript Printer v50.3"
  18.  
  19. *% General Information and Defaults ===============
  20. *FreeVM: "4247972"
  21. *LanguageLevel: "1"
  22. *Extensions: FileSystem CMYK
  23. *ColorDevice: True
  24. *DefaultColorSpace: CMYK
  25. *VariablePaperSize: False
  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. *Reset: "
  52.   count 0 eq {  % is the password on the stack?
  53.     true
  54.   }{
  55.     dup    % potential password
  56.     statusdict /checkpassword get exec not
  57.   } ifelse
  58.   {  %  if no password or not valid
  59.     (WARNING : Cannot reset printer.) =
  60.     (Password supplied is not valid.) =
  61.     (Please contact the author of this software.) = flush
  62.     quit
  63.   } if
  64.   serverdict /exitserver get exec
  65.   systemdict /quit get exec
  66.   (WARNING : Printer Reset Failed.) = flush
  67. "
  68. *End
  69.  
  70. *DefaultResolution: 300dpi
  71. *?Resolution: "
  72. save
  73.   initgraphics
  74.   0 0 moveto currentpoint matrix defaultmatrix transform
  75.   0 72 lineto currentpoint matrix defaultmatrix transform
  76.   3 -1 roll sub dup mul
  77.   3 1 roll exch sub dup mul
  78.   add sqrt round cvi
  79.   (          ) cvs print (dpi) = flush
  80. restore
  81. "
  82. *End
  83.  
  84. *% Halftone Information ===============
  85. *ScreenFreq: "50.0"
  86. *ScreenAngle: "24.0"
  87. *DefaultScreenProc: Dot
  88. *ScreenProc Dot: "
  89. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  90. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  91. "
  92. *End
  93. *ScreenProc Line: "{ pop }"
  94. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  95.  
  96. *DefaultTransfer: Factory
  97. *Transfer Factory: "{dup 0 ne {1 exch sub 0.9489 mul 1 exch sub} if }"
  98. *Transfer Null: "{ }"
  99. *Transfer Null.Inverse: "{ 1 exch sub }"
  100.  
  101. *% Paper Handling ===================
  102. *% Use these entries to set paper size most of the time, unless there is
  103. *% specific reason to use PageRegion.
  104. *OpenUI *PageSize: PickOne
  105. *OrderDependency: 30 AnySetup *PageSize
  106. *DefaultPageSize: Unknown
  107. *PageSize Tabloid: "11x17"
  108. *PageSize A3: "a3tray"
  109. *PageSize SuperA/SuperA/A4: "aplus"
  110. *PageSize SuperB/SuperB/A3: "bplus"
  111. *?PageSize: "
  112. save
  113.   [(SuperA)(Tabloid)(SuperB)(A3)]
  114.   statusdict /pagetype get exec dup 3 gt
  115.   {pop pop (Unknown)} {get} ifelse
  116.   = flush
  117. 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: Unknown
  126. *PageRegion Tabloid: "11x17"
  127. *PageRegion A3: "a3"
  128. *PageRegion SuperA/SuperA/A4: "aplus"
  129. *PageRegion SuperB/SuperB/A3: "bplus"
  130. *CloseUI: *PageRegion
  131.  
  132. *% The following entries provide information about specific paper keywords.
  133. *DefaultImageableArea: Unknown
  134. *ImageableArea Tabloid: "12 93 779 1169"
  135. *ImageableArea A3: "10 93 831 1135"
  136. *ImageableArea SuperA/SuperA/A4: "12 93 633 954"
  137. *ImageableArea SuperB/SuperB/A3: "10 98 854 1327"
  138. *?ImageableArea: "
  139. save
  140.   /cvp {(                ) cvs print ( ) print } bind def
  141.   /upperright {10000 mul floor 10000 div} bind def
  142.   /lowerleft {10000 mul ceiling 10000 div} bind def
  143.   newpath clippath pathbbox
  144.   4 -2 roll exch 2 {lowerleft cvp} repeat
  145.   exch 2 {upperright cvp} repeat flush
  146.  restore
  147. "
  148. *End
  149.  
  150. *% These provide the physical dimensions of the paper (by keyword)
  151. *DefaultPaperDimension: Unknown
  152. *PaperDimension Tabloid: "792 1224"
  153. *PaperDimension A3: "842 1191"
  154. *PaperDimension SuperA/SuperA/A4: "643 1009"
  155. *PaperDimension SuperB/SuperB/A3: "864 1380"
  156.  
  157. *DefaultOutputOrder: Reverse
  158.  
  159. *RequiresPageRegion All: True
  160. *OpenUI *InputSlot: PickOne
  161. *OrderDependency: 20 AnySetup *InputSlot
  162. *DefaultInputSlot: Cassette
  163. *InputSlot Cassette: ""
  164. *CloseUI: *InputSlot
  165.  
  166. *% Font Information =====================
  167. *DefaultFont: Courier
  168. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  169. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  170. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  171. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  172. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  173. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  174. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  175. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  176. *Font Courier: Standard "(001.004)" Standard ROM
  177. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  178. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  179. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  180. *Font Helvetica: Standard "(001.002)" Standard ROM
  181. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  182. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  183. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  184. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  185. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  186. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  187. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  188. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  189. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  190. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  191. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  192. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  193. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  194. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  195. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  196. *Font Symbol: Special "(001.003)" Special ROM
  197. *Font Times-Bold: Standard "(001.002)" Standard ROM
  198. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  199. *Font Times-Italic: Standard "(001.002)" Standard ROM
  200. *Font Times-Roman: Standard "(001.002)" Standard ROM
  201. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  202. *Font ZapfDingbats: Special "(001.002)" Special ROM
  203. *?FontQuery: "
  204. save
  205.  /str 100 string dup 0 (fonts/) putinterval def
  206.  {
  207.    count 1 gt
  208.    {
  209.      exch dup str 6 94 getinterval cvs
  210.      (/) print dup print (:) print exch
  211.      FontDirectory exch known
  212.      { pop (Yes) }
  213.       {
  214.         length 6 add str 0 3 -1 roll getinterval
  215.         mark exch status
  216.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  217.      } ifelse =
  218.    }
  219.    {exit} ifelse
  220.  }bind loop
  221.  (*) = flush
  222. restore
  223. "
  224. *End
  225.  
  226. *?FontList: "
  227. save
  228.   FontDirectory { pop == } bind forall flush
  229.   /filenameforall where
  230.   {
  231.     pop (fonts/*)
  232.     { dup length 6 sub 6 exch getinterval cvn == } bind
  233.     128 string filenameforall flush
  234.   } if
  235.   (*) = flush
  236. restore
  237. "
  238. *End
  239.  
  240. *% Printer Messages (verbatim from printer):
  241. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  242. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  243. *Message: "\FontName\ not found, using Courier"
  244.  
  245. *% Status (format: %%[ status: <one of these> ]%% )
  246. *Status: "idle"
  247. *Status: "busy"
  248. *Status: "waiting"
  249. *Status: "printing"
  250. *Status: "warming up"
  251. *Status: "PrinterError: out of paper or end of ribbon"
  252. *Status: "PrinterError: end of ribbon"
  253. *Status: "PrinterError: out of paper"
  254. *Status: "PrinterError: printer fault"
  255. *Status: "PrinterError: printer offline"
  256.  
  257. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  258. *Source: "serial9"
  259. *Source: "serial25"
  260. *Source: "AppleTalk"
  261. *Source: "Centronics"
  262.  
  263. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  264. *PrinterError: "out of paper or end of ribbon"
  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.60lpi.300dpi/60 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. *% For "TabScript C500" version 50.3
  311. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  312. *% Converted to meet 4.0 specification
  313. *% Last Edit Date: Jun 1 1993
  314. *% The byte count of this file should be exactly 010617 or 010933
  315. *% depending on the filesystem it resides in.
  316. *% end of PPD file for TabScript C500
  317.