[reportlab-users] Importing a Multipage .Tif file.

Andy Robinson reportlab-users@reportlab.com
Wed, 14 Jul 2004 12:31:16 +0100


> Use PIL to open the file. Use image.seek(pageno) inside a loop to seek
> to each page and place them on a new page in your .PDF document.
Wow.  Never new PIL could do this.  Thanks, Larry!

- Andy