Changeset 3438 for tea4cups/trunk/README
- Timestamp:
- 10/06/08 00:26:54 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
tea4cups/trunk/README
r3382 r3438 24 24 25 25 Tea4CUPS behaves just like any other CUPS backend, but allows you to 26 modify print jobs' datas as they pass through it and to transparently 26 modify print jobs' datas as they pass through it and to transparently 27 27 send them to any number of outputs : other CUPS backends, files or pipes. 28 28 … … 54 54 print job has been sent to the real printer, 55 55 unless the job was previously cancelled by a 56 prehook. Any number of posthooks can be 56 prehook. Any number of posthooks can be 57 57 defined for a particular print queue. 58 58 … … 79 79 80 80 None of these environment variables is available to filters. 81 81 82 82 NB : Tea4CUPS requires a version of Python >= 2.3 83 83 … … 101 101 102 102 $ cp tea4cups /usr/lib/cups/backend 103 103 104 104 If you use CUPS v1.2 or higher you must do this as well : 105 105 106 106 $ chown root.root /usr/lib/cups/backend/tea4cups 107 107 $ chmod 700 /usr/lib/cups/backend/tea4cups … … 117 117 Or by directly modifying CUPS' printers.conf file, or with 118 118 the lpadmin command line tool, just prepend each DeviceURI 119 value with 'tea4cups://'. If you modified printers.conf 120 directly instead of using lpadmin then don't forget to 119 value with 'tea4cups://'. If you modified printers.conf 120 directly instead of using lpadmin then don't forget to 121 121 restart CUPS. 122 122 (Use this last method if autodetection doesn't work because