[reportlab-users] Changeing page orientation of canvas.

Jerome Alet reportlab-users@reportlab.com
Fri, 1 Nov 2002 22:49:31 +0100


On Fri, Nov 01, 2002 at 04:23:39PM -0500, Ian Sparks wrote:
> Hi,
> 
> I have been using Rotate() to put "landscape" pages into an 
> otherwise portrait document. 

no, use the correct page size instead.

e.g. : 

        pgsize = pagesizes.landscape(pagesizes.A4)

then use pgsize when creating your document or page

hth

Jerome Alet