Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to create QR Code using asp.net,i already create barcode with help of barcode font ,

so which type of font or library is used for generate QR Code i also want to scan it

any suggesation for that,I Surf lot's of links but not satisfied result.

Any Solution for this Problem?
Posted

 
Share this answer
 
First of all, IMHO & experience, you should never use a Font to generate a barcode as they are not suitable for real world scenarios (I've had many headaches in the past trying to get my barcodes verified that was not possible with fonts).

Now, you can create QR Codes for free by using Google Charts API http://googlecode.blogspot.com.ar/2008/07/qr-codes-now-available-on-google-chart.html[^]
Place an Image control or a simple html tag in your page and points it to Google Charts API to get the QR Code image displayed.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900