Jens, Michael, Keith and David, This is exactly what I am looking for.
$ tiffcp page*.tiff article.tiff $ tiff2pdf article.pdf Thank you so much for all the respond. Tom ---- Original message ---- >Date: Tue, 31 Oct 2006 00:47:30 +0100 >From: Jens Gulden <[email protected]> >Subject: Re: [sane-devel] tiff2pdf script or sample >To: [email protected] >Cc: [email protected] > >Tom Miller schrieb: >> Does any one have any information on how to >> use tiff2pdf so that it will combine >> mulitple files into one file and convert to pdf? >> >> Thanks much, >> >> Tom >> > >Use tiffcp to combine multiple tiffs to one, e.g. > >tiffcp page1.tiff page2.tiff page3.tiff allpages.tiff > >(or just 'tiffcp page*.tiff allpages.tiff'). > >Then use tiff2pdf: > >tiff2pdf -z -o MyPdf.pdf allpages.tiff > >-z will use internal zip-compression (it seems depending on the version of tiff2pdf this is the >default anyway). > >Hope this helps, >Jens
