[reportlab-users] Printing Problem

Christian Klinger reportlab-users@reportlab.com
Tue, 28 Oct 2003 15:08:13 +0100


Hello List

I'm a Newbie in Reportlab

This is my " simple example" Code
---------------------------------------------------------
from reportlab.pdfgen import canvas
from reportlab.lib.pagesizes import  A4
from reportlab.lib.units import inch,cm
=2E...
=2E...
c =3D canvas.Canvas("fn",pagesize=3DA4)
=2E..
#Site 1
=2E..
c.showPage()
=2E..
#Site 2
=2E..
c.showPage
c.save()
----------------------------------------------------------

This works fine! But if i print this in my Acrobat Reader then I got thes=
e two=20
Sites in one on the paper!

Does anyone know the solution of this Porblem!

thx christian