[reportlab-users] Pagesize

Paul Keating Paul.Keating at nibc.com
Wed Oct 13 06:52:49 EDT 2010


If that is your exact code then your problem is here: bootomMargin=0*mm . Should be bottomMargin=0*mm .

From: reportlab-users-bounces at lists2.reportlab.com [mailto:reportlab-users-bounces at lists2.reportlab.com] On Behalf Of Martin Weissenboeck
Sent: 13 October 2010 12:47
To: reportlab-users
Subject: [reportlab-users] Pagesize

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

________________________________
The information contained in this e-mail is confidential and may be privileged. It may be read, copied and used only by the intended recipient. If you have received it in error, please contact the sender immediately by return e-mail. Please delete this e-mail and do not disclose its contents to any person. NIBC Holding N.V. nor its subsidiaries accept liability for any errors, omissions, delays of receipt or viruses in the contents of this message which arise as a result of e-mail transmission. NIBC Holding N.V. (Chamber of commerce nr. 27282935), NIBC Bank N.V. (Chamber of commerce nr. 27032036) and NIBC Investment Management N.V. (Chamber of commerce nr. 27253909) all have their corporate seat in The Hague, The Netherlands.

De informatie in dit e-mailbericht is vertrouwelijk en uitsluitend bestemd voor de geadresseerde. Wanneer u dit bericht per abuis ontvangt, gelieve onmiddellijk contact op te nemen met de afzender per kerende e-mail. Wij verzoeken u dit e-mailbericht te Vernietigen en de inhoud ervan aan niemand openbaar te maken. NIBC Holding N.V. noch haar dochterondernemingen aanvaarden enige aansprakelijkheid voor onjuiste, onvolledige dan wel ontijdige overbrenging van de inhoud van een verzonden e-mailbericht, noch voor door haar daarbij overgebrachte virussen. NIBC Holding N.V. (KvK nr. 27282935), NIBC Bank N.V. (KvK nr. 27032036) and NIBC Investment Management N.V. (KvK nr. 27253909) zijn statutair gevestigd te Den Haag, Nederland.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://two.pairlist.net/pipermail/reportlab-users/attachments/20101013/36bf60d8/attachment.htm>


More information about the reportlab-users mailing list