home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextLibrary / PrinterTypes / English.lproj / GCC_Business_LaserPrinter.ppd < prev    next >
PostScript Printer Description  |  1997-03-29  |  13KB  |  400 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1994 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.3"
  11. *LanguageVersion: English
  12. *PCFileName: "GCBL5141.PPD"
  13. *Product: "(Business LaserPrinter)"
  14. *PSVersion: "(51.4) 1"
  15. *ModelName: "GCC Business LaserPrinter v51.4"
  16. *NickName: "GCC Business LaserPrinter v51.4"
  17.  
  18. *% General Information and Defaults ===============
  19. *LanguageLevel: "1"
  20. *Extensions: FileSystem
  21.  
  22. *FreeVM: "411514"
  23. *VMOption 2Meg/Standard: "411514"
  24. *VMOption 4Meg: "2411514"
  25.  
  26. *OpenGroup: InstallableOptions
  27. *OpenUI *Option1/Memory Configuration: PickOne
  28. *DefaultOption1: None
  29. *Option1 None/Basic Memory: ""
  30. *Option1 4Meg/Memory Upgrade to 4Meg: ""
  31. *CloseUI: *Option1
  32. *CloseGroup: InstallableOptions
  33.  
  34. *UIConstraints: *Option1 None *VMOption
  35. *UIConstraints: *Option1 4Meg *VMOption None
  36.  
  37. *ColorDevice: False
  38. *DefaultColorSpace: Gray
  39. *VariablePaperSize: False
  40. *FileSystem: True
  41. *?FileSystem: "
  42. save
  43. statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  44. restore
  45. "
  46. *End
  47.  
  48. *Throughput: "6"
  49. *Password: "0"
  50. *ExitServer: "
  51. count 0 eq {  % is the password on the stack?
  52. true
  53. }{
  54. dup % potential password
  55. statusdict /checkpassword get exec not
  56. } ifelse
  57. {  %  if no password or not valid
  58. (WARNING : Cannot perform the exitserver command.) =
  59. (Password supplied is not valid.) =
  60. (Please contact the author of this software.) = flush
  61. quit
  62. } if
  63. serverdict /exitserver get exec
  64. "
  65. *End
  66. *Reset: "
  67. count 0 eq {  % is the password on the stack?
  68. true
  69. }{
  70. dup % potential password
  71. statusdict /checkpassword get exec not
  72. } ifelse
  73. {  %  if no password or not valid
  74. (WARNING : Cannot reset printer.) =
  75. (Password supplied is not valid.) =
  76. (Please contact the author of this software.) = flush
  77. quit
  78. } if
  79. serverdict /exitserver get exec
  80. systemdict /quit get exec
  81. (WARNING : Printer Reset Failed.) = flush
  82. "
  83. *End
  84.  
  85. *DefaultResolution: 300dpi
  86. *?Resolution: "
  87. save
  88. initgraphics
  89. matrix defaultmatrix dup
  90. 0 get dup mul exch 1 get dup mul add sqrt
  91. 72 mul round cvi
  92. (          ) cvs print (dpi) = flush
  93. restore
  94. "
  95. *End
  96.  
  97. *% Halftone Information ===============
  98. *ScreenFreq: "60.0"
  99. *ScreenAngle: "45.0"
  100. *DefaultScreenProc: Dot
  101. *ScreenProc Dot: "
  102. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  103. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  104. "
  105. *End
  106. *ScreenProc Line: "{ pop }"
  107. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  108.  
  109. *DefaultTransfer: Null
  110. *Transfer Null: "{ }"
  111. *Transfer Null.Inverse: "{ 1 exch sub }"
  112.  
  113. *% Paper Handling ===================
  114. *% Code in this section selects a tray and sets up a frame buffer.
  115. *OpenUI *PageSize: PickOne
  116. *OrderDependency: 30 AnySetup *PageSize
  117. *DefaultPageSize: Letter
  118. *PageSize Letter: "statusdict /lettertray get exec"
  119. *PageSize LetterSmall: "statusdict/lettertray get exec lettersmall"
  120. *PageSize Legal: "statusdict /legaltray get exec"
  121. *PageSize Statement: "statusdict /statementtray get exec"
  122. *PageSize A4: "statusdict /a4tray get exec"
  123. *PageSize A4Small: "statusdict /a4tray get exec a4small"
  124. *PageSize A5: "statusdict /a5tray get exec"
  125. *PageSize B5: "statusdict /b5tray get exec"
  126. *?PageSize: "
  127. save
  128. 20 dict
  129. dup /letter (Letter) put
  130. dup /legal (Legal) put
  131. dup /a4 (A4) put
  132. dup /a5 (A5) put
  133. dup /b5 (B5) put
  134. dup /statement (Statement) put
  135. dup /lettersmall (LetterSmall) put
  136. dup /a4small (A4Small) put
  137. statusdict /papersize get exec
  138. 3 1 roll  {get} stopped {(Unknown)}if
  139. exch  not { print (.Transverse) }if
  140. = flush
  141. restore
  142. "
  143. *End
  144. *CloseUI: *PageSize
  145.  
  146. *% These entries will set up the frame buffer. Usually used with manual feed.
  147. *OpenUI  *PageRegion: PickOne
  148. *OrderDependency: 40 AnySetup *PageRegion
  149. *DefaultPageRegion: Letter
  150. *PageRegion Letter: "letter"
  151. *PageRegion Legal: "legal"
  152. *PageRegion A4: "a4"
  153. *PageRegion A5: "a5"
  154. *PageRegion B5: "b5"
  155. *PageRegion Statement: "statement"
  156. *PageRegion LetterSmall: "lettersmall"
  157. *PageRegion A4Small: "a4small"
  158. *CloseUI: *PageRegion
  159.  
  160. *% The following entries provide information about specific paper keywords.
  161. *DefaultImageableArea: Letter
  162. *ImageableArea Letter: "16.08 15.12 595.68 776.88 "
  163. *ImageableArea Legal: "16.08 15.1201 595.68 992.88 "
  164. *ImageableArea A4: "13.44 14.6401 581.52 827.52 "
  165. *ImageableArea A5: "12.0 12.24 407.28 583.2 "
  166. *ImageableArea B5: "12.2401 12.48 503.52 716.16 "
  167. *ImageableArea Statement: "11.76 14.6401 384.0 597.6 "
  168. *ImageableArea LetterSmall: "29.52 30.48 582.24 761.76 "
  169. *ImageableArea A4Small: "28.8 30.48 566.16 811.44 "
  170. *?ImageableArea: "
  171. save
  172. /cvp { (                ) cvs print ( ) print } bind def
  173. /upperright {10000 mul floor 10000 div} bind def
  174. /lowerleft {10000 mul ceiling 10000 div} bind def
  175. newpath clippath pathbbox
  176. 4 -2 roll exch 2 {lowerleft cvp} repeat
  177. exch 2 {upperright cvp} repeat flush
  178. restore
  179. "
  180. *End
  181.  
  182. *% These provide the physical dimensions of the paper (by keyword)
  183. *DefaultPaperDimension: Letter
  184. *PaperDimension Letter: "612 792"
  185. *PaperDimension Legal: "612 1008"
  186. *PaperDimension A4: "595 842"
  187. *PaperDimension A5: "420 595"
  188. *PaperDimension B5: "516 729"
  189. *PaperDimension Statement: "396 612"
  190. *PaperDimension LetterSmall: "612 792"
  191. *PaperDimension A4Small: "595 842"
  192.  
  193. *OpenUI *ManualFeed: Boolean
  194. *OrderDependency: 20 AnySetup *ManualFeed
  195. *DefaultManualFeed: False
  196. *ManualFeed True: "statusdict /manualfeed true put"
  197. *ManualFeed False: "statusdict /manualfeed false put"
  198. *?ManualFeed: "
  199. save
  200. statusdict /manualfeed get
  201. {(True)}{(False)}ifelse = flush
  202. restore
  203. "
  204. *End
  205. *CloseUI: *ManualFeed
  206.  
  207. *OpenUI *InputSlot: PickOne
  208. *OrderDependency: 20 AnySetup *InputSlot 
  209. *DefaultInputSlot: Cassette
  210. *InputSlot Cassette: ""
  211. *CloseUI: *InputSlot
  212.  
  213. *DefaultOutputBin:  OnlyOne
  214. *DefaultOutputOrder:  Normal
  215.  
  216. *% Font Information =====================
  217. *DefaultFont: Courier
  218. *Font AvantGarde-Book: Standard "(001.001)" Standard
  219. *Font AvantGarde-BookOblique: Standard "(001.001)" Standard
  220. *Font AvantGarde-Demi: Standard "(001.001)" Standard
  221. *Font AvantGarde-DemiOblique: Standard "(001.001)" Standard
  222. *Font Bookman-Demi: Standard "(001.001)" Standard
  223. *Font Bookman-DemiItalic: Standard "(001.001)" Standard
  224. *Font Bookman-Light: Standard "(001.001)" Standard
  225. *Font Bookman-LightItalic: Standard "(001.001)" Standard
  226. *Font Courier: Standard "(001.004)" Standard
  227. *Font Courier-Bold: Standard "(001.004)" Standard
  228. *Font Courier-BoldOblique: Standard "(001.004)" Standard
  229. *Font Courier-Oblique: Standard "(001.004)" Standard
  230. *Font Helvetica: Standard "(001.001)" Standard
  231. *Font Helvetica-Bold: Standard "(001.001)" Standard
  232. *Font Helvetica-BoldOblique: Standard "(001.001)" Standard
  233. *Font Helvetica-Condensed: Standard "(001.001)" Standard
  234. *Font Helvetica-Condensed-Bold: Standard "(001.001)" Standard
  235. *Font Helvetica-Condensed-BoldObl: Standard "(001.001)" Standard
  236. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard
  237. *Font Helvetica-Narrow: Standard "(001.001)" Standard
  238. *Font Helvetica-Narrow-Bold: Standard "(001.001)" Standard
  239. *Font Helvetica-Narrow-BoldOblique: Standard "(001.001)" Standard
  240. *Font Helvetica-Narrow-Oblique: Standard "(001.001)" Standard
  241. *Font Helvetica-Oblique: Standard "(001.001)" Standard
  242. *Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard
  243. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard
  244. *Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard
  245. *Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard
  246. *Font Palatino-Bold: Standard "(001.001)" Standard
  247. *Font Palatino-BoldItalic: Standard "(001.001)" Standard
  248. *Font Palatino-Italic: Standard "(001.002)" Standard
  249. *Font Palatino-Roman: Standard "(001.001)" Standard
  250. *Font Symbol: Special "(001.001)" Special
  251. *Font Times-Bold: Standard "(001.001)" Standard
  252. *Font Times-BoldItalic: Standard "(001.001)" Standard
  253. *Font Times-Italic: Standard "(001.001)" Standard
  254. *Font Times-Roman: Standard "(001.001)" Standard
  255. *Font ZapfChancery-MediumItalic: Standard "(001.002)" Standard
  256. *Font ZapfDingbats: Special "(001.000)" Special
  257.  
  258. *?FontQuery: "
  259. save
  260. /str 100 string dup 0 (fonts/) putinterval def
  261. {
  262. count 1 gt
  263. {
  264. exch dup str 6 94 getinterval cvs
  265. (/) print dup print (:) print exch
  266. FontDirectory exch known
  267. { pop (Yes) }
  268. {
  269. length 6 add str 0 3 -1 roll getinterval
  270. mark exch status
  271. {cleartomark (Yes)}{cleartomark (No)} ifelse
  272. } ifelse =
  273. }
  274. {exit} ifelse
  275. }bind loop
  276. (*) = flush
  277. restore
  278. "
  279. *End
  280.  
  281. *?FontList: "
  282. save
  283. FontDirectory { pop == } bind forall flush
  284. /filenameforall where
  285. {
  286. pop (fonts/*)
  287. {dup length 6 sub 6 exch getinterval cvn == } bind
  288. 128 string filenameforall flush
  289. } if
  290. (*) = flush
  291. restore
  292. "
  293. *End
  294.  
  295. *% Printer Messages (verbatim from printer):
  296. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  297. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  298. *Message: "\FontName\ not found, using Courier"
  299.  
  300. *% Status (format: %%[ status: <one of these> ]%% )
  301. *Status: "idle"
  302. *Status: "busy"
  303. *Status: "waiting"
  304. *Status: "printing"
  305. *Status: "warming up"
  306. *Status: "PrinterError: CPU error"
  307. *Status: "PrinterError: main motor error"
  308. *Status: "PrinterError: paper size error"
  309. *Status: "PrinterError: paper exit jam"
  310. *Status: "PrinterError: replacement magazine required"
  311. *Status: "PrinterError: error ID=4"
  312. *Status: "PrinterError: toner is low"
  313. *Status: "PrinterError: paper feed error"
  314. *Status: "PrinterError: cleaning magazine needs replacing"
  315. *Status: "PrinterError: optical unit error"
  316. *Status: "PrinterError: option tray motor error"
  317. *Status: "PrinterError: paper transport jam"
  318. *Status: "PrinterError: option tray cover open"
  319. *Status: "PrinterError: option tray out of paper"
  320. *Status: "PrinterError: fusing unit error"
  321. *Status: "PrinterError: error ID=22"
  322. *Status: "PrinterError: error ID=20"
  323. *Status: "PrinterError: out of paper"
  324. *Status: "PrinterError: printer warming up"
  325. *Status: "PrinterError: printing test page"
  326. *Status: "PrinterError: option tray hardware error"
  327.  
  328. *Source: "serial9"
  329. *Source: "serial25"
  330. *Source: "AppleTalk"
  331. *Source: "Centronics"
  332.  
  333. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  334. *PrinterError: "CPU error"
  335. *PrinterError: "main motor error"
  336. *PrinterError: "paper size error"
  337. *PrinterError: "paper exit jam"
  338. *PrinterError: "replacement magazine required"
  339. *PrinterError: "error ID=4"
  340. *PrinterError: "toner is low"
  341. *PrinterError: "paper feed error"
  342. *PrinterError: "cleaning magazine needs replacing"
  343. *PrinterError: "optical unit error"
  344. *PrinterError: "option tray motor error"
  345. *PrinterError: "paper transport jam"
  346. *PrinterError: "option tray cover open"
  347. *PrinterError: "option tray out of paper"
  348. *PrinterError: "fusing unit error"
  349. *PrinterError: "error ID=22"
  350. *PrinterError: "error ID=20"
  351. *PrinterError: "out of paper"
  352. *PrinterError: "printer warming up"
  353. *PrinterError: "printing test page"
  354. *PrinterError: "option tray hardware error"
  355.  
  356. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  357.  
  358. *% Color Separation Information =====================
  359.  
  360. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  361.  
  362. *InkName: ProcessBlack/Process Black
  363. *InkName: CustomColor/Custom Color
  364. *InkName: ProcessCyan/Process Cyan
  365. *InkName: ProcessMagenta/Process Magenta
  366. *InkName: ProcessYellow/Process Yellow
  367.  
  368. *%  For 60 lpi / 300 dpi  ===============================
  369.  
  370. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  371. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  372. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  373. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  374. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  375.  
  376. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  377. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  378. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  379. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  380. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  381.  
  382. *%  For 53 lpi / 300 dpi  ===============================
  383.  
  384. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  385. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  386. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  387. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  388. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  389.  
  390. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  391. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  392. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  393. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  394. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  395.  
  396.  
  397. *% The byte count of this file should be exactly 012927 or 013326
  398. *% depending on the filesystem it resides in.
  399. *% end of PPD file for Business LaserPrinter 
  400.