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 37 38 39 40 41 42 43
|
<driver id="driver/pbmtozjs">
<name>pbmtozjs</name>
<url>http://www.openprinting.org/download/printing/pbmtozjs.c</url>
<obsolete replace="foo2zjs" />
<thirdpartysupplied />
<execution>
<filter />
<prototype>gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -dNOMEDIAATTRS -dNOINTERPOLATE -sDEVICE=pbmraw -r600%A%Z -sOutputFile=- - | pbmtozjs</prototype>
</execution>
<comments>
<en>
Driver for the HP LaserJet 1000 GDI printers. Perhaps it also works with
some other GDI printers made by QMS and Minolta (these manufacturer
names appear in the driver's source code).<p>
To set up the driver read the instructions in the beginning of the
one source file of which this driver consists.<p>
Description from Szalai Robert (szalai at ktk dot bme dot hu) the
author of the driver:<p>
<i>This filter converts pbm images (produced by Ghostscript)
to Zenographics ZJ-stream format. This utility makes possible to
use the HP LaserJet 1000 printer under Linux or other operating
systems. This program uses Markus Kuhn's jbig compression
library, which can be obtained from <a
href="http://www.cl.cam.ac.uk/~mgk25/jbigkit/">http://www.cl.cam.ac.uk/~mgk25/jbigkit/</a>.
Information about the ZJS format can be found at Zenographics's
website <a
href="http://ddk.zeno.com/">http://ddk.zeno.com/</a>.</i><p>
</en>
</comments>
<printers>
<printer>
<id>printer/HP-LaserJet_1000</id>
</printer>
<printer>
<id>printer/HP-LaserJet_1005</id>
</printer>
</printers>
</driver>
|