[reportlab-users] For Generating Multiple QR code o a pdf

Vaibhav Gajengi vaibhav.gajengi at gmail.com
Thu Dec 19 13:08:14 EST 2013


Hello Vaibhav here,

I want to generate the multiple QR Code on a single pdf file ??
Can anybody help me in this regards ?? some one posted on internet this
code snap

qrw = QrCodeWidget('tokenitem')
print repr(qrw)
b = qrw.getBounds()
w=b[2]-b[0]
h=b[3]-b[1]
d = Drawing(100,100,transform=[110./w,0,0,110./h,0,0])
d.add(qrw)





Thanks
Vaibhav
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://two.pairlist.net/pipermail/reportlab-users/attachments/20131219/67623303/attachment.html>


More information about the reportlab-users mailing list