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