dbee wrote:
I'm try to generate a report that will span multiple pages and have
dynamic content using python reportlab. I have no issues with regards
to generating images and then using     p.drawInlineImage(signup_img,
100,150)  to draw them onto the canvas.

The problem that i have comes when i try to create flowables so that
my layout can span multiple pages. The images themselves never
actually show up on the page ...
......

I think you should ask this on the reportlab users list which you can find at http://two.pairlist.net/pipermail/reportlab-users/

As for your specific problem perhaps you should start with some simple examples.
--
Robin Becker
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to