[reportlab-users] splitting table on multiple pages
Paul Barrass
paul.barrass at safeonlinebilling.com
Wed Dec 3 09:50:49 EST 2008
Arkadi Colson wrote:
> The table is in the doc.build() method and not in a frame but...
I think the SimpleDocTemplate (or whatever it's called) still uses
Frames, but with a single Frame taking up the entire page.
> All rows of the table are having a fixed height.
> When I set them on auto, it seems to work... Is this an option
> somewhere or maybe a little bug? How can I fix this, maybe with a
> workaround?
If it works on auto, but not when you fix the heights, it sounds like
you're fixing the height too big - how big are you setting the rowHeights?
> Robin Becker wrote:
>>
>> well it could be that the table is too large. That probably means
>> it's either too wide or one of the rows is too high for the frame it
>> is in.
>
> _______________________________________________
> reportlab-users mailing list
> reportlab-users at reportlab.com
> http://two.pairlist.net/mailman/listinfo/reportlab-users
Paul.
More information about the reportlab-users
mailing list