File: README.foomatic

package info (click to toggle)
ifhp 3.5.20-9
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,732 kB
  • ctags: 1,567
  • sloc: ansic: 14,994; sh: 9,721; perl: 1,461; makefile: 633; sed: 16
file content (63 lines) | stat: -rw-r--r-- 1,760 bytes parent folder | download | duplicates (8)
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
               Foomatic Filter Support
                Patrick Powell
          Mon Oct 20 03:47:01 PDT 2003

1. Overview

The foomatic-rip filter provides support for a wide range of printers,
but does not provide the extensive monitoring and communication support
of the ifhp filter.  The combination of the foomatic filters and ifhp
makes a powerful combination.

The foomatic-rip filter and documentation can be obtained from:
 www.linuxprintinging.org

The foomatic-rip filter uses a PostScript Printer Description (PPD)
file to do its configuration.  The file appropriate to a printer
can be downloaded from www.linuxprintinging.org, either as an individual
file or as a group.

You can also use a regular PPD file appropriate to your printer.

Older versions of foomatic-rip did not have easy or simple support
for LPRng,  but newer versions should have added support.

If your version of foomatic-rip does not have support the configuration
methods shown below,  a modified version is available from:

http://www.lprng.com/foomatic

2. Configuring ifhp for foomatic

To use the foomatic-rip filter, you need to enable foomatic support
during configuration.  By default, it is enabled:

 configure --help
  ...
  --disable-foomatic       disable foomatic support
  --with-foomatic-rip=PATH   path to foomatic-rip

3. PPD File Specification

The PPD file can be specified in several ways:

 lp:
   :if=ifhp
   :ppd=/usr/share/ppd/hp-laserjet-4.ppd

 OR
 lp:
   :if=ifhp
   :ifhp=model=hplj4,ppd=/usr/share/ppd/hp-laserjet-4.ppd

 OR
  in the ifhp.conf file:

   [ hplj4 ]
   ppd=/usr/share/ppd/hp-laserjet-4.ppd

3. Testing PPD Files

You can test to see if your PPD file is compatible by using:

  foomatic-rip -d --ppd /usr/share/ppd/hp-laserjet-4.ppd