There's one more important step after this:
renderPDF.draw( d, canvas, x, y )
Did you actually try this? The QrCodeWidget generates a series of
graphics.shapes.Groups. The graphics.shapes.Drawing object is a
container for those shape Groups. The (100,100) is the size of the
drawing surface in pixels, and the transform parameters make sure the QR
code is scaled to fit into that size. Then, the renderPDF.draw line
places that drawing on the canvas, at the (x,y) location in the
renderPDF.draw call.
--
Tim Roberts,
ti...@probo.com
Providenza & Boekelheide, Inc.
_______________________________________________
reportlab-users mailing list
reportl...@lists2.reportlab.com
http://two.pairlist.net/mailman/listinfo/reportlab-users