[reportlab-users] Bug in SimpleDocTemplate?
Michael Hipp
Michael at Hipp.com
Thu Feb 1 11:34:28 EST 2007
Here's a fragment of what I'm doing in trying to create a landscape document...
from reportlab.lib.pagesizes import letter, landscape
pageSize = landscape(letter)
doc = SimpleDocTemplate(fnam, pagesize=pageSize, showBoundary=0)
When I pull up the resulting pdf in Adobe Reader, it looks perfect, but it
prints portrait. In the print dialog for Adobe Reader it tells me
Document: 11.0 x 8.5 in.
Paper: 8.5 x 11.0 in.
Is this a bug or am I doing something wrong?
Thanks,
Michael
More information about the reportlab-users
mailing list