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
--
sane-devel mailing list: sane-devel lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/sane-d
evel
Unsubscribe: Send mail with subject "unsubscribe
your_password"
to sane-devel-request lists.alioth.debian.org
|