PDF creation starting from TIFF files

Aahz aahz at pythoncraft.com
Wed May 15 16:40:41 EDT 2002


In article <pkyE8.60372$zW3.858025 at news1.tin.it>,
dix <lucaf_lucaf at FILTROhotmail.com> wrote:
>
>I would like to know if anyone of you has already solved this need:
>I have to code an open-source python application that takes as input several
>tiff files and convert them in pdf format creating a single pdf file
>(page1.tif, page2.tif, page3.tif,....pageN.tif into SingleDocument.pdf).
>The conversion to pdf is not enough, I need only the combining of the N
>files into a single pdf.
>I would like to use just free tools and libraries.

Don't know the precise mechanism, but combining libraries from the
following two URLs should get you what you want:

http://www.reportlab.com/  (PDF generation)
http://www.pythonware.com/products/pil/  (Image manipulation)
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"usenet imitates usenet"  --Darkhawk



More information about the Python-list mailing list