[reportlab-users] Newbie Question on Landscape Tables...
Jared
jared.carlson23 at gmail.com
Mon Jan 23 16:38:52 EST 2012
Tim Roberts <timr <at> probo.com> writes:
>
> Do you need to change orientation in the middle? If you want your
> entire document in landscape, you do that when you create the canvas:
>
> from reportlab.lib.pagesizes import LETTER, landscape
> ...
> canv = canvas.Canvas( 'MyFile.pdf', pagesize=landscape(LETTER) )
>
I'd prefer to be able to switch back and forth...
More information about the reportlab-users
mailing list