$Id: README,v 6.0 2001/06/19 08:22:18 sgifford Exp $ gnome-print-filter is a library for dealing with PostScript encoding filters in a way similar to how the PostScript language itself deals with them. It is Copyright (c) 2001 by Scott Gifford, and is distributed under the terms of the GNU Library General Public License (version 2 or later). See the included file COPYING.LIB for more information about your rights when using this software, and your responsibilities when distributing modified versions. It was written by Scott Gifford , based on the filter code from gnome-print (by Chema Celorio ) and from the Perl module Text::PDF::Filter (by Martin Hosken ). While they deserve some of the credit for this good parts of this library, they deserve none of the blame for the bad parts. They may or may not know that this package even exists, so please don't email them with questions. ========================== == gnome-print == ========================== To use gnome-print-filter with gnome-print: 1. Get the 1-4-branch branch of gnome-print CVS. 2. Download the "gnome-print-filter.tar.gz" package. 3. Go into the gnome-print CVS directory, or a copy of it you are working on. All other actions will need to take place from inside this directory. For example: $ cd ~/src/CVS/gnome-print 3. Untar "gnome-print-filter.tar.gz" from inside the gnome-print directory. For example: $ tar xvzf ~/downloads/gnome-print-filter.tar.gz 4. Still in the gnome-print directory, apply gnome-print-filter.patch. For example: $ patch -p1