About 996,000 results
Open links in new tab
  1. Create QRCode with C# and save it as an image - Stack Overflow

    Jan 25, 2023 · Resources How to read and create barcode images using C# and ZXing.NET Basic with QR Code using Zxing Library Setting the filter to an OpenFileDialog to allow the typical image formats?

  2. 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 1 year, 11 months ago Modified 1 year, 2 months ago Viewed 43k times

  3. Free c# QR-Code generator - Stack Overflow

    Aug 11, 2011 · I'm looking for a free to use c# library/code to create barcodes. Secifically I need to be able to create QR-Code type barcodes. I'm looking for free to use (Open Source or just Free, etc.) …

  4. How to generate a QR Code for an Android application?

    Jan 10, 2012 · I need to create a qrcode in my android application, and I need a library or source code that lets me create a QR Code in an Android app. The library I need must: not leave a watermark …

  5. 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?

  6. How to generate a QR Code for Google Authenticator that correctly …

    Dec 30, 2015 · It will display a valid QR code, and if I scan it with my Google Authenticator app on my phone, it will begin to generate valid OTPs. However, in the display on the phone, for the entry …

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

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

    Oct 20, 2020 · U can generate QR with Zxing using QRCodeWriter class and use encode() function where the first param of it is the actual data to be held by the QR. Custom example:

  9. How to create a QR code that execute command? [duplicate]

    Dec 10, 2021 · Write your own proprietary QR Reader application that can natively understand the commands in the QR code and can execute them direct. In terms of languages that support this, its …

  10. How can I generate a QR code from an URL? - Stack Overflow

    May 5, 2021 · so i building a url shortner which takes the url from python and generates a QR code in along with the shortUrl, i am using jinja2template for the UI, as i am very new to JavaScript the below …