home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / foomatic / db / source / driver / pbmtozjs.xml < prev    next >
Encoding:
Text File  |  2003-05-07  |  1.5 KB  |  42 lines

  1. <driver id="driver/pbmtozjs">
  2.  <name>pbmtozjs</name>
  3.  <url>http://www.linuxprinting.org/download/printing/pbmtozjs.c</url>
  4.  <execution>
  5.   <filter />
  6.   <prototype>gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=pbmraw -r600%A%Z -sOutputFile=- - | pbmtozjs</prototype>
  7.  </execution>
  8.  <comments>
  9.   <en>
  10.  
  11.     Driver for the HP LaserJet 1000 GDI printers. Perhaps it also works with
  12.     some other GDI printers made by QMS and Minolta (these manufacturer
  13.     names appear in the driver's source code).<p>
  14.  
  15.     To set up the driver read the instructions in the beginning of the
  16.     one source file of which this driver consists.<p>
  17.  
  18.     Description from Szalai Robert (szalai at ktk dot bme dot hu) the 
  19.     author of the driver:<p>
  20.  
  21.     <i>This filter converts pbm images (produced by GhostScript)
  22.     to Zenographics ZJ-stream format. This utility makes possible to
  23.     use the HP LaserJet 1000 printer under Linux or other operating
  24.     systems. This program uses Markus Kuhn's jbig compression
  25.     library, which can be obtained from <a
  26.     href="http://www.cl.cam.ac.uk/~mgk25/jbigkit/">http://www.cl.cam.ac.uk/~mgk25/jbigkit/</a>.
  27.     Information about the ZJS format can be found at Zenographics's
  28.     website <a
  29.     href="http://ddk.zeno.com/">http://ddk.zeno.com/</a>.</i><p>
  30.  
  31.   </en>
  32.  </comments>
  33.  <printers>
  34.   <printer>
  35.    <id>printer/HP-LaserJet_1000</id>
  36.   </printer>
  37.   <printer>
  38.    <id>printer/HP-LaserJet_1005</id>
  39.   </printer>
  40.  </printers>
  41. </driver>
  42.