home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextLibrary / PrinterTypes / English.lproj / Canon_LBP-8IIIR_PS-1.ppd < prev    next >
PostScript Printer Description  |  1995-02-06  |  14KB  |  413 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: "3.3"
  11. *PCFileName: "CNLBP8R1.PPD"
  12. *LanguageVersion: English
  13. *Product: "(LBP-8IIIR-PS)"
  14. *PSVersion: "(51.4) 1"
  15. *ModelName: "Canon LBP-8IIIR PS-1"
  16. *NickName: "Canon LBP-8IIIR PS-1 v51.4"
  17.  
  18. *% General Information and Defaults ===============
  19. *FreeVM: "839812"
  20. *LanguageLevel: "1"
  21. *Extensions: FileSystem CMYK
  22. *ColorDevice: False
  23. *DefaultColorSpace: Gray
  24. *VariablePaperSize: False
  25. *FileSystem: True    
  26. *?FileSystem: "
  27. save
  28.   statusdict begin diskonline end {(True)}{(False)} ifelse = flush
  29. restore
  30. "
  31. *End
  32. *Throughput: "8"
  33. *Password: "0"
  34. *ExitServer: "
  35.   count 0 eq {  % is the password on the stack?
  36.     true
  37.   }{
  38.     dup % potential password
  39.     statusdict begin checkpassword end not
  40.   } ifelse
  41.   {  %  if no password or not valid
  42.     (WARNING : Cannot perform the exitserver command.) =
  43.     (Password supplied is not valid.) =
  44.     (Please contact the author of this software.) = flush
  45.     quit
  46.   } if
  47.   serverdict /exitserver get exec
  48. "
  49. *End
  50.  
  51. *Reset: "
  52.   count 0 eq {  % is the password on the stack?
  53.     true
  54.   }{
  55.     dup % potential password
  56.     statusdict begin checkpassword end 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: "60.0"
  86. *ScreenAngle: "45.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: Null
  97. *Transfer Null: "{ }"
  98. *Transfer Null.Inverse: "{ 1 exch sub }"
  99.  
  100. *% Paper Handling ===================
  101. *% Use these entries to set paper size most of the time, unless there is
  102. *% specific reason to use PageRegion.
  103.  
  104. *OpenUI *PageSize: PickOne
  105. *OrderDependency: 30 AnySetup *PageSize
  106. *DefaultPageSize: Letter
  107. *PageSize Letter: "statusdict begin lettertray end"
  108. *PageSize Legal: "statusdict begin legaltray end"
  109. *PageSize Executive: "statusdict begin executivetray end"
  110. *PageSize A4: "statusdict begin a4tray end"
  111. *PageSize A4Small: "statusdict begin a4tray end a4small"
  112. *PageSize LetterSmall: "statusdict begin lettertray end lettersmall"
  113. *PageSize LegalSmall: "statusdict begin legaltray end legalsmall"
  114. *?PageSize: "
  115. save
  116. 8 dict
  117.   dup /letter (Letter) put
  118.   dup /legal (Legal) put
  119.   dup /a4 (A4) put
  120.   dup /a4small (A4Small) put
  121.   dup /executivepage (Executive) put
  122.   dup /lettersmall (LetterSmall) put
  123.   dup /legalsmall (LegalSmall) put
  124.   statusdict begin papersize end
  125.   3 1 roll  {get} stopped {(Unknown)}if
  126.   exch  not { print (.Transverse) }if
  127.   = flush
  128. restore
  129. "
  130. *End
  131. *CloseUI: *PageSize
  132.  
  133. *% These entries will set up the frame buffer. Usually used with manual feed.
  134. *OpenUI *PageRegion: PickOne
  135. *OrderDependency: 40 AnySetup *PageRegion
  136. *DefaultPageRegion: Letter
  137. *PageRegion Letter: "letter"
  138. *PageRegion Legal: "legal"
  139. *PageRegion A4: "a4"
  140. *PageRegion LetterSmall: "lettersmall"
  141. *PageRegion A4Small: "a4small"
  142. *PageRegion LegalSmall: "legalsmall"
  143. *PageRegion Executive: "executivepage"
  144. *CloseUI: *PageRegion
  145.  
  146. *% The following entries provide information about specific paper keywords
  147. *DefaultImageableArea: Letter
  148. *ImageableArea Letter: "15 8 597 784 "
  149. *ImageableArea Legal: "15 8 597 1000 "
  150. *ImageableArea A4: "13 10 577 832 "
  151. *ImageableArea LetterSmall: "31 31 583 761 "
  152. *ImageableArea A4Small: "27 31 567 811 "
  153. *ImageableArea LegalSmall: "63 43 546 966"
  154. *ImageableArea Executive: "11 9 509 749"
  155. *?ImageableArea: "
  156. save
  157.   /cvp {(                ) cvs print ( ) print } bind def
  158.   /upperright {10000 mul floor 10000 div} bind def
  159.   /lowerleft {10000 mul ceiling 10000 div} bind def
  160.   newpath clippath pathbbox
  161.   4 -2 roll exch 2 {lowerleft cvp} repeat
  162.   exch 2 {upperright cvp} repeat flush
  163.  restore
  164. "
  165. *End
  166.  
  167. *% These provide the physical dimensions of the paper (by keyword)
  168. *DefaultPaperDimension: Letter
  169. *PaperDimension Letter: "612 792"
  170. *PaperDimension Legal: "612 1008"
  171. *PaperDimension A4: "595 842"
  172. *PaperDimension LetterSmall: "612 792"
  173. *PaperDimension A4Small: "595 842"
  174. *PaperDimension LegalSmall: "612 1008"
  175. *PaperDimension Executive: "522 756"
  176.  
  177. *RequiresPageRegion All: True
  178. *OpenUI *InputSlot: PickOne
  179. *OrderDependency: 20 AnySetup *InputSlot
  180. *DefaultInputSlot: Upper
  181. *InputSlot Lower: "1 statusdict begin setpapertray end"
  182. *InputSlot Upper: "2 statusdict begin setpapertray end"
  183. *InputSlot Envelope: "3 statusdict begin setpapertray end"     
  184. *?InputSlot: "
  185. save
  186.   [(Unknown) (Lower) (Upper) (Envelope)] statusdict begin papertray end
  187.   {get exec} stopped { pop pop (Unknown)} if = flush
  188. restore
  189. "
  190. *End
  191. *CloseUI: *InputSlot
  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 {(True)}{(False)}ifelse = flush
  201. restore
  202. "
  203. *End
  204. *CloseUI: *ManualFeed
  205.  
  206. *DefaultOutputOrder: Normal
  207. *OpenUI *Duplex: PickOne
  208. *OrderDependency: 50 AnySetup *Duplex
  209. *DefaultDuplex: None
  210. *Duplex DuplexTumble: "
  211.   true statusdict begin setduplexmode true settumble end"
  212. *End
  213. *Duplex DuplexNoTumble: "
  214.   true statusdict begin setduplexmode false settumble end"
  215. *End
  216. *Duplex None: "
  217.   false statusdict begin setduplexmode  false settumble end"
  218. *End
  219. *?Duplex: "
  220. save
  221.   statusdict begin duplexmode end
  222.   {statusdict begin tumble end {(DuplexTumble)}{(DuplexNoTumble)}ifelse}
  223.   {(None)}ifelse = flush
  224. restore
  225. "
  226. *End
  227. *CloseUI: *Duplex
  228.  
  229. *% Font Information =====================
  230. *DefaultFont: Courier
  231. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  232. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  233. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  234. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  235. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  236. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  237. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  238. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  239. *Font Courier: Standard "(002.002)" Standard ROM
  240. *Font Courier-Bold: Standard "(002.002)" Standard ROM
  241. *Font Courier-BoldOblique: Standard "(002.002)" Standard ROM
  242. *Font Courier-Oblique: Standard "(002.002)" Standard ROM
  243. *Font Helvetica: Standard "(001.002)" Standard ROM
  244. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  245. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  246. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  247. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  248. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  249. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  250. *Font Helvetica-Narrow: Standard "(001.002)" Standard ROM
  251. *Font Helvetica-Narrow-Bold: Standard "(001.002)" Standard ROM
  252. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)" Standard ROM
  253. *Font Helvetica-Narrow-Oblique: Standard "(001.002)" Standard ROM
  254. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  255. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  256. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  257. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  258. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  259. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  260. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  261. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  262. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  263. *Font Symbol: Special "(001.003)" Special ROM
  264. *Font Times-Bold: Standard "(001.002)" Standard ROM
  265. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  266. *Font Times-Italic: Standard "(001.002)" Standard ROM
  267. *Font Times-Roman: Standard "(001.002)" Standard ROM
  268. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  269. *Font ZapfDingbats: Special "(001.002)" Special ROM
  270. *?FontQuery: "
  271. save
  272.  /str 100 string dup 0 (fonts/) putinterval def
  273.  {
  274.    count 1 gt
  275.    {
  276.      exch dup str 6 94 getinterval cvs
  277.      (/) print dup print (:) print exch
  278.      FontDirectory exch known
  279.      { pop (Yes) }
  280.       {
  281.         length 6 add str 0 3 -1 roll getinterval
  282.         mark exch status
  283.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  284.      } ifelse =
  285.    }
  286.    {exit} ifelse
  287.  }bind loop
  288.  (*) = flush
  289. restore
  290. "
  291. *End
  292.  
  293. *?FontList: "
  294. save
  295.   FontDirectory { pop == } bind forall flush
  296.   /filenameforall where
  297.   {
  298.     pop (fonts/*)
  299.     { dup length 6 sub 6 exch getinterval cvn == } bind
  300.     128 string filenameforall flush
  301.   } if
  302.   (*) = flush
  303. restore
  304. "
  305. *End
  306.  
  307. *% Printer Messages (verbatim from printer):
  308. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  309. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  310. *Message: "\FontName\ not found, using Courier"
  311.  
  312. *% Status (format: %%[ status: <one of these> ]%% )
  313. *Status: "initializing"
  314. *Status: "printing test page"
  315. *Status: "printing engine test"
  316. *Status: "resetting printer"
  317. *Status: "idle"
  318. *Status: "busy"
  319. *Status: "printing"
  320. *Status: "waiting"
  321. *Status: "warming up"
  322. *Status: "envelope cassette incorrect"
  323. *Status: "manual feed timeout"
  324. *Status: "U<3c>-<3e>L feed"
  325. *Status: "Flushing; rest of job (to end-of-file) will be ignored"
  326. *Status: "PrinterError: no paper tray"
  327. *Status: "PrinterError: out of paper"
  328. *Status: "PrinterError: cover open"
  329. *Status: "PrinterError: paper entry misfeed"
  330. *Status: "PrinterError: paper exit misfeed"
  331. *Status: "PrinterError: no toner cartridge"
  332. *Status: "PrinterError: paper path 1"
  333. *Status: "PrinterError: paper path 3"
  334. *Status: "PrinterError: paper path 4"
  335. *Status: "PrinterError: paper path 6"
  336. *Status: "PrinterError: beam detect error"
  337. *Status: "PrinterError: load option tray"
  338. *Status: "PrinterError: request manual feed of A4 paper"
  339. *Status: "PrinterError: request manual feed of letter paper"
  340. *Status: "PrinterError: request manual feed of legal paper"
  341. *Status: "PrinterError: request manual feed of executive paper"
  342. *Status: "PrinterError: service call"
  343.  
  344. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  345. *Source: "serial25"
  346. *Source: "Centronics"
  347.  
  348. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  349. *PrinterError: "no paper tray"
  350. *PrinterError: "out of paper"
  351. *PrinterError: "cover open"
  352. *PrinterError: "paper entry misfeed"
  353. *PrinterError: "paper exit misfeed"
  354. *PrinterError: "no toner cartridge"
  355. *PrinterError: "paper path 1"
  356. *PrinterError: "paper path 3"
  357. *PrinterError: "paper path 4"
  358. *PrinterError: "paper path 6"
  359. *PrinterError: "beam detect error"
  360. *PrinterError: "load option tray"
  361. *PrinterError: "request manual feed of A4 paper"
  362. *PrinterError: "request manual feed of letter paper"
  363. *PrinterError: "request manual feed of legal paper"
  364. *PrinterError: "request manual feed of executive paper"
  365. *PrinterError: "service call"
  366.  
  367. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  368.  
  369. *% Color Separation Information =====================
  370.  
  371. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  372.  
  373. *InkName: ProcessBlack/Process Black
  374. *InkName: CustomColor/Custom Color
  375. *InkName: ProcessCyan/Process Cyan
  376. *InkName: ProcessMagenta/Process Magenta
  377. *InkName: ProcessYellow/Process Yellow
  378.  
  379. *%  For 60 lpi / 300 dpi  ===============================
  380.  
  381. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  382. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  383. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  384. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  385. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  386.  
  387. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  388. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  389. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  390. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  391. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  392.  
  393. *%  For 53 lpi / 300 dpi  ===============================
  394.  
  395. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  396. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  397. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  398. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  399. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  400.  
  401. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  402. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  403. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  404. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  405. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  406.  
  407. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  408. *% Converted to meet 4.0 specification
  409. *% Last Edit Date: Sep 15 1992
  410. *% The byte count of this file should be exactly 013862 or 014274
  411. *% depending on the filesystem it resides in.
  412. *% end of PPD file for LBP-8IIIR-PS
  413.