File: pbmtozjs.xml

package info (click to toggle)
foomatic-db 20200820-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 670,572 kB
  • sloc: xml: 326,326; sh: 153; makefile: 114; python: 8
file content (43 lines) | stat: -rw-r--r-- 1,665 bytes parent folder | download | duplicates (5)
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).&lt;p&gt;

    To set up the driver read the instructions in the beginning of the
    one source file of which this driver consists.&lt;p&gt;

    Description from Szalai Robert (szalai at ktk dot bme dot hu) the 
    author of the driver:&lt;p&gt;

    &lt;i&gt;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 &lt;a
    href=&quot;http://www.cl.cam.ac.uk/~mgk25/jbigkit/&quot;&gt;http://www.cl.cam.ac.uk/~mgk25/jbigkit/&lt;/a&gt;.
    Information about the ZJS format can be found at Zenographics's
    website &lt;a
    href=&quot;http://ddk.zeno.com/&quot;&gt;http://ddk.zeno.com/&lt;/a&gt;.&lt;/i&gt;&lt;p&gt;

  </en>
  </comments>
  <printers>
    <printer>
      <id>printer/HP-LaserJet_1000</id>
    </printer>
    <printer>
      <id>printer/HP-LaserJet_1005</id>
    </printer>
  </printers>
</driver>