Software for converting group 4 tiff to PDF files. This version was modified by David Gesswein djg@drs-esg.com or djg@pdp8.net to work better for converting my tif files and added a few options. Original version available from http://c42pdf.ffii.org/ The files must be in group 4 tiff for this to work. I use the Imagemagik tiffcp program from http://www.libtiff.org/ to convert tiff files to the correct format: tiffcp -L -c g4 -r 10000 infile.tif outfile.tif Then c42pdf -q -p o --nostretch --noflip outfile.tif In this directory are the c42pdf software which has in the src directory a Redhat 6.1 binary. Also is a copy of the old pdflib-0.6 which is required to compile the software, the API has changed from the current version at http://www.pdflib.org/ David Gesswein