[reportlab-users] Table width question

Robin Becker robin at reportlab.com
Sat Oct 22 04:31:08 EDT 2005


Mauricio Tellez wrote:
> Hi, I made a report to show some database rows, each page has a header and a
> footnote, and beetwen I have a Table object showing the result of the query.
> The problem I have is that the cell do not fill all the space in the page, I
> mean, there is a gap of 2 inch aprox. beetwen the last row of the table and
> the end of the page. I think the margin of the page is ok, because my
> footnote is below the table, of course, the footer is made with
> canvas.drawString(), and the table is with story.append(myTable). Any clue?
...
Not exactly sure I get the picture. Normally we either fix the row sizes 
or they are automatically calculated to be large enough to contain the 
height of the contents. Do you require expanding rows? Layout on paper 
isn't like browser layout as paper has a fixed size.
-- 
Robin Becker



More information about the reportlab-users mailing list