home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextLibrary / PrinterTypes / English.lproj / Schlumberger_5232_Color_PostScript_Printer.ppd < prev    next >
PostScript Printer Description  |  1995-02-06  |  10KB  |  310 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: "S5232503.PPD"
  12. *LanguageVersion: English
  13. *Product: "(5253 Color PostScript Printer)"
  14. *PSVersion: "(50.3) 0"
  15. *ModelName: "Schlumberger 5232 Color PostScript Printer"
  16. *ShortNickName: "Schlumberger 5232 Color v50.3"
  17. *NickName: "Schlumberger 5232 Color PostScript Printer v50.3"
  18.  
  19. *% General Information and Defaults ===============
  20. *FreeVM: "4654250"
  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.  
  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: 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: "50.0"
  87. *ScreenAngle: "24.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. *% Use these entries to set paper size most of the time, unless there is
  103. *% specific reason to use PageRegion.
  104. *% properly prior to invoking these commands.
  105. *OpenUI *PageSize: PickOne
  106. *OrderDependency: 30 AnySetup *PageSize
  107. *DefaultPageSize: Letter
  108. *PageSize Letter: "statusdict /lettertray get exec"
  109. *PageSize Tabloid: "statusdict /11x17tray get exec"
  110. *PageSize A3: "statusdict /a3tray get exec"
  111. *PageSize A4: "statusdict /a4tray get exec"
  112. *?PageSize: "
  113. save
  114.   [(Letter)(Tabloid)(A4)(A3)] statusdict /pagetype get exec
  115.   {get exec} stopped not {pop pop (Unknown)} if = flush
  116. restore
  117. "
  118. *End
  119. *CloseUI: *PageSize
  120.  
  121. *% These entries will set up the frame buffer. Usually used with manual feed.
  122. *OpenUI *PageRegion: PickOne
  123. *OrderDependency: 40 AnySetup *PageRegion
  124. *DefaultPageRegion: Letter
  125. *PageRegion Letter: "letter"
  126. *PageRegion Tabloid: "11x17"
  127. *PageRegion A3: "a3"
  128. *PageRegion A4: "a4"
  129. *CloseUI: *PageRegion
  130.  
  131. *DefaultImageableArea: Letter
  132. *ImageableArea Letter: "37 36 526 756 "
  133. *ImageableArea Tabloid: "36 54 756 1138 "
  134. *ImageableArea A3: "61 21 781 1105 "
  135. *ImageableArea A4: "20 61 510 781 "
  136. *?ImageableArea: "
  137. save
  138.   /cvp {(                ) cvs print ( ) print } bind def
  139.   /upperright {10000 mul floor 10000 div} bind def
  140.   /lowerleft {10000 mul ceiling 10000 div} bind def
  141.   newpath clippath pathbbox
  142.   4 -2 roll exch 2 {lowerleft cvp} repeat
  143.   exch 2 {upperright cvp} repeat flush
  144.  restore
  145. "
  146. *End
  147.  
  148. *% These provide the physical dimensions of the paper (by keyword)
  149. *DefaultPaperDimension: Letter
  150. *PaperDimension Letter: "612 792"
  151. *PaperDimension Tabloid: "792 1224"
  152. *PaperDimension A3: "842 1191"
  153. *PaperDimension A4: "595 842"
  154.  
  155. *RequiresPageRegion All: True
  156. *OpenUI *InputSlot: PickOne
  157. *OrderDependency: 20 AnySetup *InputSlot
  158. *DefaultInputSlot: Cassette
  159. *InputSlot Cassette: ""
  160. *CloseUI: *InputSlot
  161. *DefaultOutputOrder: Reverse
  162.  
  163. *% Font Information =====================
  164. *DefaultFont: Courier
  165. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  166. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  167. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  168. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  169. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  170. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  171. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  172. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  173. *Font Courier: Standard "(001.004)" Standard ROM
  174. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  175. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  176. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  177. *Font Helvetica: Standard "(001.002)" Standard ROM
  178. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  179. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  180. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  181. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  182. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  183. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  184. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  185. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  186. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  187. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  188. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  189. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  190. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  191. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  192. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  193. *Font Symbol: Special "(001.003)" Special ROM
  194. *Font Times-Bold: Standard "(001.002)" Standard ROM
  195. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  196. *Font Times-Italic: Standard "(001.002)" Standard ROM
  197. *Font Times-Roman: Standard "(001.002)" Standard ROM
  198. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  199. *Font ZapfDingbats: Special "(001.002)" Special ROM
  200. *?FontQuery: "
  201. save
  202.  /str 100 string dup 0 (fonts/) putinterval def
  203.  {
  204.    count 1 gt
  205.    {
  206.      exch dup str 6 94 getinterval cvs
  207.      (/) print dup print (:) print exch
  208.      FontDirectory exch known
  209.      { pop (Yes) }
  210.       {
  211.         length 6 add str 0 3 -1 roll getinterval
  212.         mark exch status
  213.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  214.      } ifelse =
  215.    }
  216.    {exit} ifelse
  217.  }bind loop
  218.  (*) = flush
  219. restore
  220. "
  221. *End
  222.  
  223. *?FontList: "
  224. save
  225.   FontDirectory { pop == } bind forall flush
  226.   /filenameforall where
  227.   {
  228.     pop (fonts/*)
  229.     { dup length 6 sub 6 exch getinterval cvn == } bind
  230.     128 string filenameforall flush
  231.   } if
  232.   (*) = flush
  233. restore
  234. "
  235. *End
  236.  
  237. *% Printer Messages (verbatim from printer):
  238. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  239. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  240. *Message: "\FontName\ not found, using Courier"
  241.  
  242. *% Status (format: %%[ status: <one of these> ]%% )
  243. *Status: "idle"
  244. *Status: "busy"
  245. *Status: "waiting"
  246. *Status: "printing"
  247. *Status: "warming up"
  248. *Status: "PrinterError: out of paper or end of ribbon"
  249. *Status: "PrinterError: printer fault"
  250. *Status: "PrinterError: printer offline"
  251.  
  252. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  253. *Source: "serial9"
  254. *Source: "serial25"
  255. *Source: "AppleTalk"
  256. *Source: "Centronics"
  257.  
  258. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  259. *PrinterError: "out of paper or end of ribbon"
  260. *PrinterError: "printer fault"
  261. *PrinterError: "printer offline"
  262.  
  263. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  264.  
  265. *% Color Separation Information =====================
  266.  
  267. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  268.  
  269. *InkName: ProcessBlack/Process Black
  270. *InkName: CustomColor/Custom Color
  271. *InkName: ProcessCyan/Process Cyan
  272. *InkName: ProcessMagenta/Process Magenta
  273. *InkName: ProcessYellow/Process Yellow
  274.  
  275. *% For 60 lpi / 300 dpi =====================================================
  276.  
  277. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  278. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  279. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  280. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  281. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  282.  
  283. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  284. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  285. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  286. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  287. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  288.  
  289. *% For 53 lpi / 300 dpi =====================================================
  290.  
  291. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  292. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  293. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  294. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  295. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  296.  
  297. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  298. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  299. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  300. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  301. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  302.  
  303. *% For "Schlumberger 5232 Color PostScript Printer" version 50.3
  304. *% Produced by "GETapd.ps" version 3.0 edit 53
  305. *% Converted to meet 4.0 specification
  306. *% Last Edit Date: Jun 1 1993
  307. *% The byte count of this file should be exactly 010484 or 010793
  308. *% depending on the filesystem it resides in.
  309. *% end of PPD file for Schlumberger 5232 Color PostScript Printer
  310.