[reportlab-users] LayoutError - table doesn't fit on a page

Aljoša Mohorović aljosa.mohorovic at gmail.com
Thu Feb 17 11:58:26 EST 2011


On Thu, Feb 17, 2011 at 5:51 PM, Robin Becker <robin at reportlab.com> wrote:

> It appears that your Image is too large to fit on a page so no matter what

> the table tries to do you'll get problems with the framework objecting that

> it cannot split etc etc. Currently the cowardly Table class  refuses to

> split cells so it won't do that. You could try setting some reasonable sizes

> in the Image creation.


i have 3 images, 300x300:
img.drawWidth = 300
img.drawHeight = 300 # also tried proportional, same result

i'm just looking for a way to tell doc/table to expand on next page if
content inside a table cell has larger height than page/doc/frame
height.

Aljosa


More information about the reportlab-users mailing list