home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextLibrary / PrinterTypes / English.lproj / GCC_BLP_Elite.ppd < prev    next >
PostScript Printer Description  |  1997-03-29  |  12KB  |  371 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: "1.2"
  11. *PCFileName: "GCBLPEL1.PPD"
  12. *LanguageVersion: English
  13. *Product: "(BLP Elite)"
  14. *PSVersion: "(52.3) 1"
  15. *NickName: "GCC BLP Elite v52.3"
  16. *ModelName: "GCC BLP Elite"
  17.  
  18. *% General Information and Defaults ===============
  19. *FreeVM: "450446"
  20. *VMOption None/2 MB: "450446"
  21. *VMOption 4Meg/4 MB: "2546634"
  22. *OpenGroup: InstallableOptions
  23. *OpenUI *Option1/Memory Configuration: PickOne
  24. *DefaultOption1: None
  25. *Option1 None/2 MB: ""
  26. *Option1 4Meg/4 MB: ""
  27. *CloseUI: *Option1
  28. *OpenUI *Option2/Lower Tray: Boolean
  29. *DefaultOption2: False
  30. *Option2 True/Installed: ""
  31. *Option2 False/Not Installed: ""
  32. *CloseUI: *Option2
  33. *CloseGroup: InstallableOptions
  34.  
  35. *UIConstraints: *Option1 None *VMOption
  36. *UIConstraints: *Option1 4Meg *VMOption None
  37. *UIConstraints: *Option2 False *InputSlot Lower
  38. *UIConstraints: *InputSlot Lower *ManualFeed True
  39. *UIConstraints: *ManualFeed True *InputSlot Lower
  40.  
  41. *ColorDevice: False
  42. *DefaultColorSpace: Gray
  43. *VariablePaperSize: False
  44. *FileSystem: False
  45. *Throughput: "4"
  46. *Password: "0"
  47. *ExitServer: "
  48.   count 0 eq {  % is the password on the stack?
  49.     true 
  50.   }{
  51.     dup    % potential password
  52.     statusdict /checkpassword get exec not 
  53.   } ifelse 
  54.   {  %  if no password or not valid 
  55.     (WARNING : Cannot perform the exitserver command.) = 
  56.     (Password supplied is not valid.) = 
  57.     (Please contact the author of this software.) = flush
  58.     quit 
  59.   } if 
  60.   serverdict /exitserver get exec
  61. "
  62. *End
  63. *Reset: "
  64.   count 0 eq {  % is the password on the stack?
  65.     true 
  66.   }{
  67.     dup    % potential password
  68.     statusdict /checkpassword get exec not 
  69.   } ifelse 
  70.   {  %  if no password or not valid 
  71.     (WARNING : Cannot reset printer.) = 
  72.     (Password supplied is not valid.) = 
  73.     (Please contact the author of this software.) = flush
  74.     quit 
  75.   } if 
  76.   serverdict /exitserver get exec
  77.   systemdict /quit get exec
  78.   (WARNING : Printer Reset Failed.) = flush
  79. "
  80. *End
  81.  
  82. *DefaultResolution: 300dpi
  83. *?Resolution: "
  84. save
  85.   initgraphics
  86.   0 0 moveto currentpoint matrix defaultmatrix transform
  87.   0 72 lineto currentpoint matrix defaultmatrix transform
  88.   3 -1 roll sub dup mul
  89.   3 1 roll exch sub dup mul
  90.   add sqrt round cvi
  91.   (          ) cvs print (dpi) = flush
  92. restore
  93. "
  94. *End
  95.  
  96. *% Halftone Information ===============
  97. *ScreenFreq: "60.0"
  98. *ScreenAngle: "45.0"
  99. *DefaultScreenProc: Dot
  100. *ScreenProc Dot: "
  101. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  102. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  103. "
  104. *End
  105. *ScreenProc Line: "{ pop }"
  106. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  107.  
  108. *DefaultTransfer: Null
  109. *Transfer Null: "{ }"
  110. *Transfer Null.Inverse: "{ 1 exch sub }"
  111.  
  112. *% Paper Handling ===================
  113.  
  114. *% Use these entries to set paper size most of the time, unless there is
  115. *% specific reason to use PageRegion or PaperTray.
  116. *OpenUI *PageSize: PickOne
  117. *OrderDependency: 30 AnySetup *PageSize
  118. *DefaultPageSize: Letter
  119. *PageSize Letter: "statusdict /lettertray get exec"
  120. *PageSize Legal: "statusdict /legaltray get exec"
  121. *PageSize Executive: "statusdict /executivetray get exec"
  122. *PageSize A4: "statusdict /a4tray get exec"
  123. *PageSize A5: "statusdict /a5tray get exec"
  124. *PageSize B5: "statusdict /b5tray get exec"
  125. *PageSize Comm10: "statusdict /com10tray get exec"
  126. *PageSize DL: "statusdict /dltray get exec"
  127. *PageSize Monarch: "statusdict /monarchtray get exec"
  128. *PageSize C5: "statusdict /c5tray get exec"
  129. *PageSize LetterSmall: "statusdict /lettertray get exec lettersmall"
  130. *PageSize LegalSmall: "statusdict /legaltray get exec legalsmall"
  131. *PageSize A4Small: "statusdict /a4tray get exec a4small"
  132. *?PageSize: "
  133.   save
  134.   13 dict
  135.    dup /letter (Letter) put
  136.    dup /executivepage (Executive) put
  137.    dup /legal (Legal) put
  138.    dup /c5 (C5) put
  139.    dup /monarch (Monarch) put
  140.    dup /a4 (A4) put
  141.    dup /dl (DL) put
  142.    dup /a5 (A5) put
  143.    dup /com10 (Comm10) put
  144.    dup /b5 (B5) put
  145.    dup /a4small (A4Small) put
  146.    dup /lettersmall (LetterSmall) put
  147.    dup /legalsmall (LegalSmall) put
  148. begin
  149.    statusdict /papersize get exec {
  150.      {load exec} stopped not{= flush}if
  151.    }{
  152.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  153.    }ifelse
  154. end
  155. restore
  156. "
  157. *End
  158. *CloseUI: *PageSize
  159.  
  160. *% These entries will set up the frame buffer. Usually used with manual feed.
  161. *OpenUI *PageRegion: PickOne
  162. *OrderDependency: 40 AnySetup *PageRegion
  163. *DefaultPageRegion: Letter
  164. *PageRegion Letter: "letter"
  165. *PageRegion Legal: "legal"
  166. *PageRegion A4: "a4"
  167. *PageRegion A5: "a5"
  168. *PageRegion B5: "b5"
  169. *PageRegion LetterSmall: "lettersmall"
  170. *PageRegion A4Small: "a4small"
  171. *PageRegion LegalSmall: "legalsmall"
  172. *PageRegion Comm10: "com10"
  173. *PageRegion DL: "dl"
  174. *PageRegion Monarch: "monarch"
  175. *PageRegion C5: "c5"
  176. *PageRegion Executive: "executivepage"
  177. *CloseUI: *PageRegion
  178.  
  179. *% The following entries provide information about specific paper keywords.
  180. *DefaultImageableArea: Letter
  181. *ImageableArea Letter: "1 1 611 779 "
  182. *ImageableArea Legal: "1 1 611 995 "
  183. *ImageableArea A4: "0 1 594 828 "
  184. *ImageableArea A5: "2 1 419 582 "
  185. *ImageableArea B5: "1 1 515 715 "
  186. *ImageableArea LetterSmall: "30 31 582 761 "
  187. *ImageableArea LegalSmall: "30 31 582 976"
  188. *ImageableArea A4Small: "29 31 566 811 "
  189. *ImageableArea Comm10: "1 1 296 671"
  190. *ImageableArea DL: "1 1 311 610"
  191. *ImageableArea Monarch: "2 1 277 527"
  192. *ImageableArea C5: "2 1 457 636"
  193. *ImageableArea Executive: "2 1 520 743"
  194. *?ImageableArea: "
  195. save
  196.   /cvp {(                ) cvs print ( ) print } bind def
  197.   /upperright {10000 mul floor 10000 div} bind def
  198.   /lowerleft {10000 mul ceiling 10000 div} bind def
  199.   newpath clippath pathbbox
  200.   4 -2 roll exch 2 {lowerleft cvp} repeat
  201.   exch 2 {upperright cvp} repeat flush
  202.  restore
  203. "
  204. *End
  205.  
  206. *% These provide the physical dimensions of the paper (by keyword)
  207. *DefaultPaperDimension: Letter
  208. *PaperDimension Letter: "612 792"
  209. *PaperDimension Legal: "612 1008"
  210. *PaperDimension A4: "595 842"
  211. *PaperDimension A5: "420 595"
  212. *PaperDimension B5: "516 729"
  213. *PaperDimension LetterSmall: "612 792"
  214. *PaperDimension LegalSmall: "612 1008"
  215. *PaperDimension A4Small: "595 842"
  216. *PaperDimension Comm10: "297 684"
  217. *PaperDimension DL: "312 623"
  218. *PaperDimension Monarch: "278 540"
  219. *PaperDimension C5: "458 649"
  220. *PaperDimension Executive: "521 756"
  221.  
  222. *DefaultOutputBin: Upper
  223. *DefaultOutputOrder: Normal
  224.  
  225. *RequiresPageRegion All: True
  226. *OpenUI *InputSlot: PickOne
  227. *OrderDependency: 20 AnySetup *InputSlot
  228. *DefaultInputSlot:  Upper
  229. *InputSlot Upper: "0 statusdict  /setpapertray get exec"
  230. *InputSlot Lower: "1 statusdict /setpapertray get exec"
  231. *CloseUI: *InputSlot
  232.  
  233. *OpenUI *ManualFeed: Boolean
  234. *OrderDependency: 20 AnySetup *ManualFeed
  235. *DefaultManualFeed: False
  236. *?ManualFeed: "save
  237.   statusdict /manualfeed get
  238.   {(True)}{(False)}ifelse = flush
  239.   restore"
  240. *End
  241. *ManualFeed True: "statusdict /manualfeed true put"
  242. *ManualFeed False: "statusdict /manualfeed false put"
  243. *CloseUI: *ManualFeed
  244.  
  245. *% Font Information =====================
  246. *DefaultFont: Courier
  247. *Font Courier: Standard "(002.002)" Standard ROM
  248. *Font Courier-Bold: Standard "(002.002)" Standard ROM
  249. *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM
  250. *Font Courier-Oblique: Standard "(002.002)" Standard ROM
  251. *Font Helvetica: Standard "(001.006)" Standard ROM
  252. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  253. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  254. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  255. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  256. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  257. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  258. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  259. *Font Symbol: Special "(001.003)" Standard ROM
  260. *Font Times-Bold: Standard "(001.007)" Standard ROM
  261. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  262. *Font Times-Italic: Standard "(001.007)" Standard ROM
  263. *Font Times-Roman: Standard "(001.007)" Standard ROM
  264. *?FontQuery: "
  265. save
  266.  /str 100 string dup 0 (fonts/) putinterval def
  267.  {
  268.    count 1 gt
  269.    {
  270.      exch dup str 6 94 getinterval cvs
  271.      (/) print print (:) print
  272.      FontDirectory exch known
  273.      {(Yes)}{(No)} ifelse =
  274.    }
  275.    {exit} ifelse
  276.  }bind loop
  277.  (*) = flush
  278. restore
  279. "
  280. *End
  281.  
  282. *?FontList: "
  283. save
  284.   FontDirectory { pop == } bind forall flush
  285.   (*) = flush
  286. restore
  287. "
  288. *End
  289.  
  290. *% Printer Messages (verbatim from printer):
  291. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  292. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  293. *Message: "\FontName\ not found, using Courier"
  294.  
  295. *% Status (format: %%[ status: <one of these> ]%% )
  296. *Status: "idle"
  297. *Status: "busy"
  298. *Status: "waiting"
  299. *Status: "printing"
  300. *Status: "warming up"
  301. *Status: "PrinterError: timeout, clearing printer"
  302. *Status: "PrinterError: WARMING UP"
  303. *Status: "PrinterError: COVER OPEN"
  304. *Status: "PrinterError: service call"
  305. *Status: "PrinterError: PAPER FEED JAM1"
  306. *Status: "PrinterError: PAPER FEED JAM2"
  307. *Status: "PrinterError: no toner cartridge"
  308. *Status: "PrinterError: PAPER JAM1"
  309. *Status: "PrinterError: PAPER JAM2"
  310.  
  311. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  312. *Source: "serial9"
  313. *Source: "serial25"
  314. *Source: "AppleTalk"
  315.  
  316. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  317. *PrinterError: "timeout, clearing printer"
  318. *PrinterError: "WARMING UP"
  319. *PrinterError: "COVER OPEN"
  320. *PrinterError: "service call"
  321. *PrinterError: "PAPER FEED JAM1"
  322. *PrinterError: "PAPER FEED JAM2"
  323. *PrinterError: "no toner cartridge"
  324. *PrinterError: "PAPER JAM1"
  325. *PrinterError: "PAPER JAM2"
  326.  
  327. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  328.  
  329. *% Color Separation Information =====================
  330.  
  331. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  332.  
  333. *InkName: ProcessBlack/Process Black
  334. *InkName: CustomColor/Custom Color
  335. *InkName: ProcessCyan/Process Cyan
  336. *InkName: ProcessMagenta/Process Magenta
  337. *InkName: ProcessYellow/Process Yellow
  338.  
  339. *%  For 60 lpi / 300 dpi  ===============================
  340.  
  341. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  342. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  343. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  344. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  345. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  346.  
  347. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  348. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  349. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  350. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  351. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  352.  
  353. *%  For 53 lpi / 300 dpi  ===============================
  354.  
  355. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  356. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  357. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  358. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  359. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  360.  
  361. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  362. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  363. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  364. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  365. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  366.  
  367.  
  368. *% The byte count of this file should be exactly 011885 or 012255
  369. *% depending on the filesystem it resides in.
  370. *% end of PPD file for BLP Elite 
  371.