Concatinating PDF files

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Sun Jan 22 18:05:03 EST 2006


In <1137944561.490854.282440 at g44g2000cwa.googlegroups.com>, sophie_newbie
wrote:

> I am converting TIFF images of patents to PDF files. Each patent comes
> in about 20 seperate TIFF images and I want to put them all in the one
> PDF file. Is there a way to do this? Using the Image library I think
> you can only convert individual TIFF images to PDF?
> 
> Maybe there is a way of concatinating these files or maybe there is a
> way to create the PDF from the TIFFs in the first place?

I use `tiffcp` for concatenating and `tiff2pdf` to convert multipage tiffs
to PDF.  Both command line programs are part of `libtiff`:

  http://www.remotesensing.org/libtiff/

Ciao,
	Marc 'BlackJack' Rintsch



More information about the Python-list mailing list