有人可以推荐一个条形码 Web 服务器控件吗?

发布于 2024-07-14 09:29:59 字数 1542 浏览 6 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

不可一世的女人 2024-07-21 09:29:59

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.

听风吹 2024-07-21 09:29:59

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.

渔村楼浪 2024-07-21 09:29:59

伙计们……别走得太远。 有一些 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.

浅浅淡淡 2024-07-21 09:29:59

您绝对应该检查这两个选项:

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!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文