About 50 results
Open links in new tab
  1. Dynamically generating a QR code with PHP - Stack Overflow

    I'm trying to generate QR codes on my website. All they have to do is have a URL in them, which a variable on my site will provide. What would be the easiest way to do this?

  2. kotlin - Android - QR generator API - Stack Overflow

    Oct 20, 2020 · Sample code to generate a 512x512 px WiFi QR code. You can set the resultant Bitmap in an ImageView. ... To generate other types of QR code such as SMS, VCard etc. you can check …

  3. QR code generation library in javascript - Stack Overflow

    The QR code in the initial post only supports up to 271 bytes (version 10, Size = 57x57, EC level L). To make it support the full specs of QR code (version 40, 177x177, 2953 bytes), you have to add more …

  4. How can I create a vCard qrcode with pyqrcode? - Stack Overflow

    Apr 27, 2019 · I am trying to generate a vCard QR code with the pyqrcode library but I cannot figure out the way to do it. I have read their documentation 5 times and it doesn't say anything about vCard, …

  5. qr code - QR barcode carriage return - Stack Overflow

    How do you encode a carriage return in a QR barcode (so if I scan it with my android, for instance it will come up) A B C I have tried A~d013B~d013C etc. but it always shows the escape characters ...

  6. Alternative for charts.googleapis.com for generating QR code in …

    Apr 16, 2024 · Alternative for charts.googleapis.com for generating QR code in google sheets Ask Question Asked 2 years, 6 months ago Modified 1 year, 10 months ago

  7. vba - Making QRCode ActiveX Control for MS Access: Control Source ...

    Nov 11, 2018 · A very different and much less cumbersome approach would be to generate the QR code online and download them to be displayed in a (bound) picture control. I wrote an article on …

  8. c# - How to generate Authenticator QR Code with Blazor .NET 8 in …

    Apr 15, 2024 · Learn how to generate Authenticator QR Code using Blazor .NET 8 in a Razor component with this comprehensive guide.

  9. How many characters of plain text can a QR Code handle?

    Mar 11, 2020 · What can be stored in a QR Code? Up to 7089 digits or 4296 characters, including punctuation marks and special characters, can be entered in one Code. In addition to numbers and …

  10. How to draw a QR code with Qt in native C/C++ - Stack Overflow

    QR in Qt As a companion question to How to scan for QR codes with Qt, I want to know how to draw a QR code from native C/C++ code in my Qt5 based desktop app, but I could not find an example of …