About 965,000 results
Open links in new tab
  1. Scan QR Code value into an input field after successful scan

    Jan 25, 2018 · Learn how to scan a QR code and automatically populate its value into an input field after a successful scan.

  2. Is there a way in python to generate a QR-code image with text ...

    Apr 8, 2024 · You can create another blank image with taller height than the QR code image (using Pillow.Image module) and paste the QR code image onto the top side of the blank …

  3. QR CODE max char length - Stack Overflow

    Oct 7, 2012 · An excellent use of QR codes as a "database" is on MedicAlert type jewelry. While the tags have human readable summaries (ex: ALLERGIES, DIABETIC), a version 8-M code …

  4. How to decode a QR-code image in (preferably pure) Python?

    TL;DR: I need a way to decode a QR-code from an image file using (preferable pure) Python. I've got a jpg file with a QR-code which I want to decode using Python.

  5. What is the spec for formatting data in QR codes? I can not find it ...

    Nov 12, 2015 · 48 I'm specifically asking if, and what, is the specification for formatting the text inside a QR code - not how to generate a code (which I can do). I need to put hCard data into …

  6. Generating a Simple QR-Code with just HTML - Stack Overflow

    May 8, 2015 · In the "title" I believe it is where you will write your text and the QR code would generate, I was wondering how can I create a text box for me to key in the value directly on a …

  7. how to add text below QR code using com.google.zxing libraby in …

    Sep 14, 2020 · I have generated QR code using com.google.zxing this library. QRCode generations work fine but I want to display Data of QRcode below QRcode. I want to generate …

  8. 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 Asked 2 years ago Modified 1 year, 4 months ago Viewed 44k times

  9. 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 …

  10. QR Code with iTextSharp and IronBarcode / QRCoder / Spire …

    Feb 20, 2022 · IronBarcode (preferred) We want to print a QR Code in a Label with iTextSharp. We use IronBarcode to generate the Barcode. Also see: IronBarcode Tutorial var label = new …