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