In <[EMAIL PROTECTED]>, revuesbio wrote: > I'm looking for : > 1/ the best method to convert tiff files to PDF. > 2/ and I want to merge these pdf files.
If it doesn't need to be done in pure Python I would use the command line tools from libtiff: `tiffcp` to copy several tiffs into one multipage tiff and `tiff2pdf` to convert it into PDF. Ciao, Marc 'BlackJack' Rintsch -- http://mail.python.org/mailman/listinfo/python-list