home *** CD-ROM | disk | FTP | other *** search
/ Apple Media Toolkit 1994 Winter-Spring / AMTK v8.iso / Getting Started / Aldus PageMaker 4.2 / Aldus / PPDs / CL_500_1.PPD < prev    next >
Encoding:
PostScript Printer Description  |  1991-12-05  |  13.4 KB  |  421 lines  |  [TEXT/????]

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "Canon PS-IPU Color Laser Copier" version 52.3
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990, 1991 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 013721 or 014141
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 5 June 1991
  15. *FormatVersion: "3.0"
  16. *FileVersion: "1.1"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(Canon PS-IPU Color Laser Copier)"
  20. *PSVersion: "(52.3) 0"
  21. *NickName: "Canon PS-IPU Color Laser Copier v52.3"
  22.  
  23. *% General Information and Defaults ===============
  24.  
  25. *FreeVM: "1438764"
  26. *ColorDevice: True
  27. *VariablePaperSize: False
  28. *FileSystem: True
  29. *?FileSystem: "
  30. save statusdict begin
  31.   diskonline {(True)}{(False)} ifelse = flush
  32. end restore
  33. "
  34. *End
  35.  
  36. *Throughput: "10"
  37. *Password: "0"
  38. *ExitServer: "
  39.   count 0 eq {  % is the password on the stack?
  40.     true 
  41.   }{
  42.     dup    % potential password
  43.     statusdict begin checkpassword end not 
  44.   } ifelse 
  45.   {  %  if no password or not valid 
  46.     (WARNING : Cannot perform the exitserver command.) = 
  47.     (Password supplied is not valid.) = 
  48.     (Please contact the author of this software.) = flush
  49.     quit 
  50.   } if 
  51.   serverdict begin exitserver
  52. "
  53. *End
  54.  
  55. *Reset: "
  56.   count 0 eq
  57.   { true }                                 % is the password on the stack?
  58.   { dup                                       % potential password
  59.     statusdict begin checkpassword end not 
  60.   } ifelse 
  61.   { (WARNING : Cannot reset printer.) =    %  if no password or not valid 
  62.     (Password supplied is not valid.) = 
  63.     (Please contact the author of this software.) =
  64.     flush
  65.     quit 
  66.   } if 
  67.   serverdict begin exitserver
  68.   systemdict /quit get exec
  69.   (WARNING : Printer Reset Failed.) =
  70.   flush
  71. "
  72. *End
  73.  
  74. *DefaultResolution: 400dpi
  75. *?Resolution: "
  76. save
  77.   initgraphics
  78.   0 0 moveto currentpoint matrix defaultmatrix transform
  79.   0 72 lineto currentpoint matrix defaultmatrix transform
  80.   3 -1 roll sub dup mul
  81.   3 1 roll exch sub dup mul
  82.   add sqrt round cvi
  83.   (          ) cvs print (dpi) = flush
  84. restore
  85. "
  86. *End
  87.  
  88. *% Halftone Information ===============
  89. *ScreenFreq: "94.0"
  90. *ScreenAngle: "45.0"
  91. *DefaultScreenProc: Dot
  92. *ScreenProc Dot: "{1.76 1.4 $printerdict /dfltspotfunc get exec }"
  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.  
  102. *% Use these entries to set paper size most of the time, unless there is
  103. *% specific reason to use PageRegion or PaperTray.
  104. *DefaultPageSize: Letter
  105. *PageSize Letter: "statusdict begin lettertray end"
  106. *PageSize Legal: "statusdict begin legaltray end"
  107. *PageSize Tabloid: "statusdict begin 11x17tray end"
  108. *PageSize A3: "statusdict begin a3tray end"
  109. *PageSize A4: "statusdict begin a4tray end"
  110. *PageSize B4: "statusdict begin b4tray end"
  111. *PageSize B5: "statusdict begin b5tray end"
  112. *?PageSize: "
  113.  save statusdict begin
  114.   7 dict begin
  115.    /letter (Letter) def /legal (Legal) def
  116.    /11x17 (Tabloid) def 
  117.    /a3 (A3) def /a4 (A4) def
  118.    /b4 (B4) def
  119.    /b5 (B5) def 
  120.    papersize {
  121.      {load exec} stopped not{= flush}if
  122.    }{
  123.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  124.    }ifelse
  125.   end
  126.  end restore
  127. "
  128. *End
  129.  
  130. *% These entries will set up the frame buffer. Usually used with manual feed.
  131. *DefaultPageRegion: Letter
  132. *PageRegion Letter: "letter"
  133. *PageRegion Legal: "legal"
  134. *PageRegion Tabloid: "11x17"
  135. *PageRegion A3: "a3"
  136. *PageRegion A4: "a4"
  137. *PageRegion B4: "b4"
  138. *PageRegion B5: "b5"
  139.  
  140. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  141. *% These errors should be trapped by software and a message displayed
  142. *DefaultPaperTray: None
  143. *PaperTray Letter: "statusdict begin lettertray end"
  144. *PaperTray Legal: "statusdict begin legaltray end"
  145. *PaperTray Tabloid: "statusdict begin 11x17tray end"
  146. *PaperTray A3: "statusdict begin a3tray end"
  147. *PaperTray A4: "statusdict begin a4tray end"
  148. *PaperTray B4: "statusdict begin b4tray end"
  149. *PaperTray B5: "statusdict begin b5tray end"
  150. *?PaperTray: "
  151.  save statusdict begin
  152.   7 dict begin
  153.    /letter (Letter) def /legal (Legal) def
  154.    /11x17 (Tabloid) def 
  155.    /a3 (A3) def /a4 (A4) def
  156.    /b4 (B4) def
  157.    /b5 (B5) def
  158.    papersize {
  159.      {load exec} stopped not{= flush}if
  160.    }{
  161.      {load exec} stopped not{print (.Transverse) = flush}if
  162.    }ifelse
  163.   end
  164.  end restore
  165. "
  166. *End
  167.  
  168. *DefaultImageableArea: Letter
  169. *ImageableArea Letter: "12 15 588 780 "
  170. *ImageableArea Legal: "12 12 598 984 "
  171. *ImageableArea Tabloid: "12 12 777 1200 "
  172. *ImageableArea A3: "12 12 829 1166 "
  173. *ImageableArea A4: "12 12 571 829 "
  174. *ImageableArea B4: "12 12 714 1006 "
  175. *ImageableArea B5: "12 12 500 704 "
  176. *?ImageableArea: "
  177.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  178.   newpath clippath pathbbox
  179.   4 -2 roll exch 2 {ceiling cvp} repeat
  180.   exch 2 {floor cvp} repeat flush
  181.  restore
  182. "
  183. *End
  184.  
  185. *% These provide the physical dimensions of the paper (by keyword)
  186. *DefaultPaperDimension: Letter
  187. *PaperDimension Letter: "612 792"
  188. *PaperDimension Legal: "612 1008"
  189. *PaperDimension Tabloid: "792 1224"
  190. *PaperDimension A3: "842 1190"
  191. *PaperDimension A4: "595 842"
  192. *PaperDimension B4: "729 1032"
  193. *PaperDimension B5: "516 729"
  194.  
  195. *DefaultOutputBin: Upper
  196.  
  197. *DefaultInputSlot: Upper
  198. *InputSlot Upper: "statusdict begin 1 setpapertray end"
  199. *InputSlot Lower: "statusdict begin 2 setpapertray end"
  200. *?InputSlot: "
  201.  save statusdict begin
  202.   2 dict begin
  203.    /1 (Upper) def
  204.    /2 (Lower) def
  205.    papertray 
  206.      {( ) cvs cvn load exec} stopped not{= flush}if
  207.   end
  208.  end restore
  209. "
  210. *End
  211.  
  212. *DefaultManualFeed: False
  213. *?ManualFeed: "
  214. save
  215.   statusdict /manualfeed get
  216.   {(True)}{(False)}ifelse = flush
  217. restore
  218. "
  219. *End
  220. *ManualFeed True: "statusdict begin /manualfeed true store end"
  221. *ManualFeed False: "statusdict begin /manualfeed false store end"
  222.  
  223. *DefaultOutputOrder: Normal
  224.  
  225. *DefaultCollator: None
  226. *DefaultSorter: None
  227. *DefaultDuplex: None
  228.  
  229. *% Font Information =====================
  230.  
  231. *DefaultFont: Courier
  232. *Font AvantGarde-Book: Standard "(001.002)"
  233. *Font AvantGarde-BookOblique: Standard "(001.002)"
  234. *Font AvantGarde-Demi: Standard "(001.003)"
  235. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  236. *Font Bookman-Demi: Standard "(001.001)"
  237. *Font Bookman-DemiItalic: Standard "(001.001)"
  238. *Font Bookman-Light: Standard "(001.001)"
  239. *Font Bookman-LightItalic: Standard "(001.001)"
  240. *Font Courier: Standard "(002.002)"
  241. *Font Courier-Bold: Standard "(002.002)"
  242. *Font Courier-BoldOblique: Standard "(002.002)"
  243. *Font Courier-Oblique: Standard "(002.002)"
  244. *Font Helvetica: Standard "(001.006)"
  245. *Font Helvetica-Bold: Standard "(001.007)"
  246. *Font Helvetica-BoldOblique: Standard "(001.007)"
  247. *Font Helvetica-Condensed: Standard "(001.001)"
  248. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  249. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  250. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  251. *Font Helvetica-Narrow: Standard "(001.006)"
  252. *Font Helvetica-Narrow-Bold: Standard "(001.007)"
  253. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)"
  254. *Font Helvetica-Narrow-Oblique: Standard "(001.006)"
  255. *Font Helvetica-Oblique: Standard "(001.006)"
  256. *Font NewCenturySchlbk-Bold: Standard "(001.008)"
  257. *Font NewCenturySchlbk-BoldItalic: Standard "(001.006)"
  258. *Font NewCenturySchlbk-Italic: Standard "(001.005)"
  259. *Font NewCenturySchlbk-Roman: Standard "(001.006)"
  260. *Font Palatino-Bold: Standard "(001.005)"
  261. *Font Palatino-BoldItalic: Standard "(001.005)"
  262. *Font Palatino-Italic: Standard "(001.005)"
  263. *Font Palatino-Roman: Standard "(001.005)"
  264. *Font Symbol: Special "(001.003)"
  265. *Font Times-Bold: Standard "(001.007)"
  266. *Font Times-BoldItalic: Standard "(001.009)"
  267. *Font Times-Italic: Standard "(001.007)"
  268. *Font Times-Roman: Standard "(001.007)"
  269. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  270. *Font ZapfDingbats: Special "(001.002)"
  271. *?FontQuery: "
  272. save  4 dict begin /sv exch def
  273. /str (fonts/                              ) def
  274. /st2 128 string def
  275. {
  276.   count 0 gt {
  277.     dup st2 cvs (/) print print (:) print
  278.     dup FontDirectory exch known {pop (Yes)}{
  279.      str exch st2 cvs dup length /len exch def
  280.      6 exch putinterval str 0 len 6 add getinterval mark exch
  281.      { } st2 filenameforall counttomark 0 gt {
  282.       cleartomark (Yes)}{cleartomark (No)}ifelse
  283.     }ifelse = flush
  284.   }{ exit } ifelse
  285. } bind loop
  286. (*) = flush
  287. sv end restore
  288. "
  289. *End
  290.  
  291. *?FontList: "
  292. save  2 dict begin /sv exch def
  293. /str 128 string def
  294. FontDirectory { pop == } bind forall flush
  295. /filenameforall where { 
  296.  pop save (fonts/*) { 
  297.   dup length 6 sub 6 exch getinterval cvn == 
  298.  } bind str filenameforall flush restore
  299. } if 
  300. (*) = flush
  301. sv end restore
  302. "
  303. *End
  304.  
  305. *% Printer Messages (verbatim from printer):
  306. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  307. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  308. *Message: "\FontName\ not found, using Courier"
  309.  
  310. *%Status (format: %%[ status: <one of these> ]%% )
  311. *Status: "idle"
  312. *Status: "busy"
  313. *Status: "waiting"
  314. *Status: "printing"
  315. *Status: "warming up"
  316. *Status: "processing first job"
  317. *Status: "printing test page"
  318. *Status: "initializing"
  319. *Status: "PrinterError: request manual feed of a3 paper"
  320. *Status: "PrinterError: request manual feed of a4 paper"
  321. *Status: "PrinterError: request manual feed of a4_R paper"
  322. *Status: "PrinterError: request manual feed of b4 paper"
  323. *Status: "PrinterError: request manual feed of b5 paper"
  324. *Status: "PrinterError: request manual feed of 11x17 paper"
  325. *Status: "PrinterError: request manual feed of letter paper"
  326. *Status: "PrinterError: request manual feed of letter_R paper"
  327. *Status: "PrinterError: request manual feed of legal paper"
  328. *Status: "PrinterError: no paper tray"
  329. *Status: "PrinterError: door open"
  330. *Status: "PrinterError: no paper"
  331. *Status: "PrinterError: manual feed timeout"
  332. *Status: "PrinterError: set cassette feed"
  333. *Status: "PrinterError: printer door open"
  334. *Status: "PrinterError: paper jam"
  335. *Status: "PrinterError: paper jam occurred"
  336. *Status: "PrinterError: low toner"
  337. *Status: "PrinterError: service call"
  338. *Status: "PrinterError: waste toner full"
  339. *Status: "PrinterError: no fixing assembly oil"
  340. *Status: "PrinterError: no toner"
  341. *Status: "PrinterError: no management key"
  342. *Status: "PrinterError: CLC is doing local processing"
  343. *Status: "PrinterError: CLC power off"
  344.  
  345. *%Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  346. *Source: "serial25"
  347. *Source: "AppleTalk"
  348. *Source: "Centronics"
  349.  
  350. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  351. *PrinterError: "request manual feed of a3 paper"
  352. *PrinterError: "request manual feed of a4 paper"
  353. *PrinterError: "request manual feed of a4_R paper"
  354. *PrinterError: "request manual feed of b4 paper"
  355. *PrinterError: "request manual feed of b5 paper"
  356. *PrinterError: "request manual feed of 11x17 paper"
  357. *PrinterError: "request manual feed of letter paper"
  358. *PrinterError: "request manual feed of letter_R paper"
  359. *PrinterError: "request manual feed of legal paper"
  360. *PrinterError: "no paper tray"
  361. *PrinterError: "door open"
  362. *PrinterError: "paper jam occurred"
  363. *PrinterError: "low toner"
  364. *PrinterError: "service call"
  365. *PrinterError: "no paper"
  366. *PrinterError: "manual feed timeout"
  367. *PrinterError: "set cassette feed"
  368. *PrinterError: "printer door open"
  369. *PrinterError: "paper jam"
  370. *PrinterError: "waste toner full"
  371. *PrinterError: "no fixing assembly oil"
  372. *PrinterError: "no toner"
  373. *PrinterError: "no management key"
  374. *PrinterError: "service call"
  375. *PrinterError: "CLC is doing local processing"
  376. *PrinterError: "CLC power off"
  377.  
  378. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  379.  
  380. *% Color Separation Information =====================
  381.  
  382. *DefaultColorSep: ProcessBlack.71lpi.400dpi/71 lpi / 400 dpi
  383.  
  384. *InkName: ProcessBlack/Process Black
  385. *InkName: CustomColor/Custom Color
  386. *InkName: ProcessCyan/Process Cyan
  387. *InkName: ProcessMagenta/Process Magenta
  388. *InkName: ProcessYellow/Process Yellow
  389.  
  390. *%  For 71 lpi / 400 dpi  ===============================
  391.  
  392. *ColorSepScreenAngle ProcessBlack.71lpi.400dpi/71 lpi / 400 dpi: "45.0"
  393. *ColorSepScreenAngle CustomColor.71lpi.400dpi/71 lpi / 400 dpi: "45.0"
  394. *ColorSepScreenAngle ProcessCyan.71lpi.400dpi/71 lpi / 400 dpi: "71.5651"
  395. *ColorSepScreenAngle ProcessMagenta.71lpi.400dpi/71 lpi / 400 dpi: "18.4349"
  396. *ColorSepScreenAngle ProcessYellow.71lpi.400dpi/71 lpi / 400 dpi: "0.0"
  397.  
  398. *ColorSepScreenFreq ProcessBlack.71lpi.400dpi/71 lpi / 400 dpi: "70.7107"
  399. *ColorSepScreenFreq CustomColor.71lpi.400dpi/71 lpi / 400 dpi: "70.7107"
  400. *ColorSepScreenFreq ProcessCyan.71lpi.400dpi/71 lpi / 400 dpi: "63.2456"
  401. *ColorSepScreenFreq ProcessMagenta.71lpi.400dpi/71 lpi / 400 dpi: "63.2456"
  402. *ColorSepScreenFreq ProcessYellow.71lpi.400dpi/71 lpi / 400 dpi: "66.6667"
  403.  
  404.  
  405. *%  For 47 lpi / 400 dpi  ===============================
  406.  
  407. *ColorSepScreenAngle ProcessBlack.47lpi.400dpi/47 lpi / 400 dpi: "45.0"
  408. *ColorSepScreenAngle CustomColor.47lpi.400dpi/47 lpi / 400 dpi: "45.0"
  409. *ColorSepScreenAngle ProcessCyan.47lpi.400dpi/47 lpi / 400 dpi: "71.5651"
  410. *ColorSepScreenAngle ProcessMagenta.47lpi.400dpi/47 lpi / 400 dpi: "18.4349"
  411. *ColorSepScreenAngle ProcessYellow.47lpi.400dpi/47 lpi / 400 dpi: "0.0"
  412.  
  413. *ColorSepScreenFreq ProcessBlack.47lpi.400dpi/47 lpi / 400 dpi: "47.1405"
  414. *ColorSepScreenFreq CustomColor.47lpi.400dpi/47 lpi / 400 dpi: "47.1405"
  415. *ColorSepScreenFreq ProcessCyan.47lpi.400dpi/47 lpi / 400 dpi: "42.1637"
  416. *ColorSepScreenFreq ProcessMagenta.47lpi.400dpi/47 lpi / 400 dpi: "42.1637"
  417. *ColorSepScreenFreq ProcessYellow.47lpi.400dpi/47 lpi / 400 dpi: "44.4444"
  418.  
  419. *% end of PPD file for Canon PS-IPU Color Laser Copier
  420.  
  421.