• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

使用asp.net生成QRCode,C#

用户头像
it1352
帮助1

问题说明

我想使用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?

正确答案

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



现在,您可以使用Google Charts API免费创建QR码 http://谷歌code.blogspot.com.ar/2008/07/qr-codes-now-available-on-谷歌-chart.html [< a href =http://谷歌code.blogspot.com.ar/2008/07/qr-codes-now-available-on-谷歌-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://谷歌code.blogspot.com.ar/2008/07/qr-codes-now-available-on-谷歌-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.

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /reply/detail/tanhcfighb
系列文章
更多 icon
同类精品
更多 icon
继续加载