For Generating Multiple QR code o a pdf

Vaibhav Gajengi <[email protected]>
Newsgroups gmane.comp.python.reportlab.user
Message-ID <CADaVOyX5F-DUWPOym4Sv0UVyigUMMHHK7B8_VrKse4XYxuZYdA@mail.gmail.com>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.