[reportlab-users] Doing multiple pages with variable data

Mike Driscoll mdriscoll at co.marshall.ia.us
Mon Jul 6 13:42:58 EDT 2009


Hi,

I know this is probably a common question, but I'm not finding the
answer in the archives so far. I have a large dataset with varied
lengths of data. Basically, it will be a list of lists or a list of
dicts. Anyway, I don't really know how much will be able to fit per page
with my current requirements. What is the recommended way of putting
semi-random data onto multiple pages and getting it to break correctly?
Do I have to count the number of lines I've output somehow?

I am using reportlab 2.3 with Python 2.5.2 on Windows XP.

Thanks,

Mike


More information about the reportlab-users mailing list