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

Vaibhav Gajengi vaibhav.gajengi at gmail.com
Thu Dec 19 13:09:40 EST 2013


Could you tel me plz the above Drawing function related to the QRCode ??


Br
Vaibhav


On 19 December 2013 23:38, Vaibhav Gajengi <vaibhav.gajengi at gmail.com>wrote:


>

> 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/020dcd5b/attachment.htm>


More information about the reportlab-users mailing list