[reportlab-users] Importing a Multipage .Tif file.
Larry Bates
reportlab-users@reportlab.com
Thu, 15 Jul 2004 09:59:37 -0500
Andy,
BTW-This also works for .DCX files (which I get from
our Castelle fax server) and I believe .PCX files.
-Larry
Message: 1
From: "Andy Robinson" <andy@reportlab.com>
To: <reportlab-users@reportlab.com>
Subject: RE: [reportlab-users] Importing a Multipage .Tif file.
Date: Wed, 14 Jul 2004 12:31:16 +0100
Reply-To: reportlab-users@reportlab.com
> 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