Drawing QRcode
Vaibhav Gajengi <[email protected]>
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Message-ID | <CADaVOyWCcMKz8kWmCPbEgqdwRQ-h7Fd+PrWCDKD3vawfkWp7NQ@mail.gmail.com> |
Hello all, I want to ask one basic stuff regarding QRcode generation. I am using the reportlab 2.7 for drawing the QRcode i want to draw the QRcode of 10mm * 10mm. i want help regarding how to set the width & height of QRcode. my code snippet is : qrw = QrCodeWidget(itemtodraw,height=10*mm,width=10*mm) But its not getting correctly drawn of 10*mm by 10*mm Any help is appreciated Best Regards Vaibhav