[reportlab-users] Platypus tables with large numbers of rows

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Apr 12 22:55:18 EDT 2007


On Thursday 12 April 2007 22:43, Mike Kent wrote:

> Am I right about this?  Is there no way of getting a table to use lazy

> evaluation for the rows?


If this is true, you could generate a few pages at a time and then use another
tool like pyPdf to combine the pages. The other choice, of course, would be
to simply implement a sub-class of the table class that works with an
iterator, but I could imagine this to become hard.

Regards,
Stephan
--
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training


More information about the reportlab-users mailing list