[reportlab-users] Importing a Multipage .Tif file.
Craig Ringer
reportlab-users@reportlab.com
Tue, 13 Jul 2004 13:37:01 +0800
On Tue, 2004-07-13 at 01:07, Jody Burgess wrote:
> Hi;
> I am using ReportLab to create a pdf and have been successfull in importing
> all flavours of ".tif" files. However, I am having problems when the tif
> file contains mutiple images. What I need to do is for each image contained
> in the .tif file (there are > 1 image stored in each tif file), I need to
> create a separate page in the resulting pdf file. Can anyone assist with
> this?
Does the PIL support multi-page TIFFs? Lots of image libraries don't.
If it does, you might want to use the PIL to load the TIF, read each
page's data in and create a ReportLab image from the image data in
memory.
Just a guess.
--
Craig Ringer