We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
CodeProject 上有一系列文章可以实现此目的:
另一种:
另一种方法,使用条形码字体,但简单在 ASP.Net 中使用
实际上,实现你如果您坚持使用简单的一维条形码,自己的条形码绘制例程并不太难。
关于这个主题的最好的书是条形码书。 这是一本绝对的参考书,你只是出于纯粹的书呆子乐趣而想要保留和阅读它。
There is a series of articles on CodeProject articles that do just that:
Another one:
Another way, using barcode Fonts, but simple to use in ASP.Net
Actually, implementing you own barcode drawing routines is not too hard if you stick with simple 1D barcodes.
The best book ever on the subject is The Bar Code Book. It's one of these absolute reference books that you just want to keep and read out of pure nerdy pleasure.
www.codeplex.com 上还有一个开源 ASP.NET 条形码生成框架:
http://www.codeplex .com/BarcodeRender
我确实对 Interleaved 2 of 5 符号系统有疑问,但我相信它是最近添加的。 也许其他符号更稳定。
There is also an open source ASP.NET barcode generation framework on www.codeplex.com:
http://www.codeplex.com/BarcodeRender
I did have a problem with the Interleaved 2 of 5 symbology, but I believe it was added rather recently. Perhaps the other symbologies are more stable.
伙计们……别走得太远。 有一些 Windows 字体(TrueType 字体/TTF)可以轻松用于绘制条形码。 Graphics 对象是你的朋友。
Guys... don't go too far. There are Windows Fonts (TrueType fonts / TTF) that can easily be used to draw bar codes. the Graphics object is your friend.
您绝对应该检查这两个选项:
1) www.idautomation.com
2) barbeque 开源库(Java),用于生成条形码。
两者都很棒!
You definitely should check out these two options:
1) www.idautomation.com
2) barbeque open source library (Java) to generate barcodes.
Both are excellent!