如何使用带有c#的asp.net从字符串生成条形码
问题描述:
请任何人帮我
如何使用字符串生成条形码asp.net with c#
谢谢,
murty
Hi,
Please any body help me
How to generate barcode from a string using asp.net with c#
thanks,
murty
答
As提到这里 [ ^ ],您可以生成条形码:
1.使用特殊的条形码字体(尝试谷歌免费条码字体)
2.渲染条形码到图像并显示(尝试使用条形码渲染框架 [ ^ ]在codeplex上可用)
其他答案显示了几个很好的例子: http://www.vsdotnet.be/blogs/tommer/2006/10/02/CreatingBarcodesOnTheFlyWithC.aspx [ ^ ]
As mentioned here[^], you can generate bar codes:
1. Using a special bar code font (try to google for "barcode font free")
2. Render the bar code to an image and display that (try using the Barcode Rendering Framework[^] available on codeplex)
Other answer suggests couple of good examples here: http://www.vsdotnet.be/blogs/tommer/2006/10/02/CreatingBarcodesOnTheFlyWithC.aspx[^]
看看这个:
GenCode128 - Code128条码生成器 [ ^ ]
看看:
Create-BarCode
希望有所帮助:)
Have a look:
Create-BarCode
Hope it helps :)