[reportlab-users] 2.1 Basic Concepts

Joel A. Walberg reportlab-users@reportlab.com
Thu, 19 Dec 2002 18:50:22 -0500


--------------Boundary-00=_YV4EYUT7G5IGIZX7A4YR
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

I'm working through the ReportLab User Guide v 1.15, section 2.1 Basic=20
Concepts.

The line
=09hello(c)
does not work.

Any advise?=20

-------------------------
Joel A. Walberg
joelbert@digital51.com
--------------Boundary-00=_YV4EYUT7G5IGIZX7A4YR
Content-Type: text/x-python;
  charset="us-ascii";
  name="2.1.py"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="2.1.py"

#!/usr/bin/python

import reportlab
from reportlab.pdfgen import canvas
from reportlab import hello
c = canvas.Canvas("hello.pdf")
hello(c)
c.showPage()
c.save()

--------------Boundary-00=_YV4EYUT7G5IGIZX7A4YR--