[Tutor] Multipage Tiff to PDF

Steven D'Aprano steve at pearwood.info
Sat Aug 11 04:14:48 CEST 2012


On 11/08/12 06:05, Stuart van Zee wrote:
>
> I need to write a simple app that will convert a folder of multi-page tiff files
> to PDFs. I was hoping to be able to write a simple, one button Tkinter app to do
> this because the people who need to run this job a few times a day are basically
> unskilled. My initial idea was to use PIL, but as far as I can tell PIL doesn't
> handle multi-page tiffs and also doesn't handle the G4 encoding.
>
> I would appreciate if someone were to point me in the right direction.


https://duckduckgo.com/html/?q=python%20multi%20page%20tiff
http://www.google.com.au/search?q=python+multipage+tiff

http://pypi.python.org/pypi/tiffany/

Is that enough of a pointer? If not, you will need to give us more information about
your general level of Python knowledge.



-- 
Steven


More information about the Tutor mailing list