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