1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
<driver id="driver/bjc800">
<name>bjc800</name>
<url>http://www.ghostscript.com/doc/gnu/7.05/Devices.htm#BJC</url>
<execution>
<ghostscript />
<prototype>gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=bjc800%A%Z -sOutputFile=- -</prototype>
</execution>
<printers>
<printer>
<id>printer/Canon-BJC-800</id><!-- Canon BJC-800 -->
</printer>
<printer>
<id>printer/Canon-BJC-4550</id><!-- Canon BJC-4550 -->
</printer>
<printer>
<id>printer/Canon-BJC-7000</id><!-- Canon BJC-7000 -->
<comments>
<en>This driver probably does not work, because the printer only supports 300/600/1200 dpi.
We use this driver and it seems to work. Change dpi to 600, 1200 doesnt work. Anyway, it prints very slow!</en>
</comments>
</printer>
<printer>
<id>printer/Canon-BJC-7004</id><!-- Canon BJC-7004 -->
<comments>
<en>This driver probably does not work, because the printer only supports 300/600/1200 dpi.</en>
</comments>
</printer>
<printer>
<id>printer/Canon-BJC-7100</id><!-- Canon BJC-7100 -->
<comments>
<en>This driver probably does not work, because the printer only supports 300/600/1200 dpi.</en>
</comments>
</printer>
</printers>
</driver>
|