如何使用asp.net生成QRCode,C# [英] How to generate QRCode Using asp.net,C#

查看:73
本文介绍了如何使用asp.net生成QRCode,C#的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想使用asp.net创建二维码,我已经在条形码字体的帮助下创建条形码,



所以使用哪种类型的字体或库生成QR码我也想扫描它



任何暗示,我冲浪很多链接但不满意结果。



这个问题的任何解决方案?

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?

推荐答案

开源QRCode库 [ ^ ]


首先,恕我直言&经验,你永远不应该使用Font来生成条形码,因为它们不适合现实世界的场景(过去我曾经遇到很多麻烦,试图让我的条形码得到验证,这是字体无法实现的)。



现在,您可以使用Google Charts API免费创建QR码 http://googlecode.blogspot.com.ar/2008/07/qr-codes-now-available-on-google-chart.html [< a href =http://googlecode.blogspot.com.ar/2008/07/qr-codes-now-available-on-google-chart.htmltarget =_ blanktitle =New Window> ^ ]

在页面中放置一个Image控件或一个简单的 html标签,并将其指向Google Charts API以显示QR Code图像。
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.


这篇关于如何使用asp.net生成QRCode,C#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆