[reportlab-users] PLATYPUS printing to Landscape page.

Tim Roberts timr at probo.com
Tue Dec 5 19:51:25 EST 2006


george wrote:

> How does one write to a Landscape format document, 11 inch wide by 8.5

> inch high page size?

>


from reportlab.lib.pagesizes import LETTER, landscape, portrait
...
canv = canvas.Canvas( 'filename.pdf', pagesize=landscape(LETTER) )

--
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the reportlab-users mailing list