About 50 results
Open links in new tab
  1. 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.) …

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

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

    May 8, 2015 · Learn how to generate a simple QR code using just HTML on Stack Overflow.

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

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

  6. PHP how to save qr code generated in api.qrserver.com/v1/create-qr …

    Mar 18, 2022 · I have been generated a qrcode in my php script and the output tag is something like this:

  7. How can i create a single QR code from more value cells in Excel?

    Oct 5, 2022 · Does the above code return a QR code for the text in the selected cell? Do you have Kutools for Excel installed? If so, what do you mean by "more value cells"? To select more such cells …

  8. Generating 2D (PDF417 or QR) barcodes using Excel VBA

    Apr 22, 2013 · I would like to generate a 2d barcode (PDF417 or QR codes) in an Excel cell using macros. Just wondering is there any free alternatives to paid libraries to do this? I know certain tools …

  9. How do I show a qr code in SSRS? - Stack Overflow

    Apr 23, 2016 · I am in the quest to build a report in ssrs/report builder that contains a qr code, is it possible to achieve this? I was thinking in implementing a class using c#/vb.net that codes any …

  10. How to generate QR code with some text using Java?

    Jan 19, 2023 · I want to generate a QR code with some text (user name and event name) using Java like this: This is my code and this generates only the QR code, without any additional text.