[reportlab-users] Pagesize

Martin Weissenboeck mweissen at gmail.com
Wed Oct 13 06:47:19 EDT 2010


I am using Reportlab 2.5 and I want to print a table with a height of 270
mm. Paper format is A4 = 210 mm * 297 mm.
The arguments of SimpleDocTemplate are:

doc=SimpleDocTemplate('kla.pdf',pagesize=(210*mm,297*mm),leftMargin=18*mm,rightMargin=10*mm,
topMargin=5*mm,bootomMargin=0*mm)


It is not possible to print the whole table on one page, it is always split
at 260 mm on the first page. Two lines of the table are printed on the
second page.

I am hoping someone out there can give me a hint.

With kind regards
Martin Weissenböck
Vienna / Austria / European Union
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://two.pairlist.net/pipermail/reportlab-users/attachments/20101013/6525972b/attachment.html>


More information about the reportlab-users mailing list