[reportlab-users] canvas change

Yves Forkl Y.Forkl at srz.de
Tue Mar 6 11:19:31 EST 2007


See attached file... :-)

Produced by earlier RL Toolkit rev. 3046 from this source code:

#!/bin/env python
from reportlab.pdfgen import canvas
def testrltk(c):
c.drawString(50,50,u"\u201CThank you, Robin \u2014 Farewell, " +\
u"unmatching quotes\u2762\u201D")
c = canvas.Canvas("testrltk.pdf")
testrltk(c)
c.showPage()
c.save()


Yves
-------------- next part --------------
A non-text attachment was scrubbed...
Name: testrltk.pdf
Type: application/pdf
Size: 2359 bytes
Desc: not available
Url : http://two.pairlist.net/pipermail/reportlab-users/attachments/20070306/995b6f0e/attachment.pdf


More information about the reportlab-users mailing list