On 2003.07.10 03:00 Robert Krten wrote:
> What I'd *really* like to do is convert them from TIFF to PDF and bind
> them into multi-page PDFs instead of the one-per-page TIFF files that
> I'll get from the scanning house.
I use somthing like
tiffcp -c g4 *.tiff all.tiff
tiff2ps -a -2 all.tiff | ps2pdf - all.pdf
The tiff tools are from the tiff / libtiff package that is in the *BSD
port / pkgsrc system. ps2pdf is from Ghostscript.
G4 compression has a very good compression ratio, but works only with
black / white images. As you have schematics black / white would be OK.
--
tsch??,
Jochen
Homepage: http://www.unixag-kl.fh-kl.de/~jkunz/
Received on Mon Jul 14 2003 - 04:49:00 BST