Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
我会使用库而不是字体,原因有两个:
这里有一个免费的 Code128。您为其提供要编码的数据,它为您提供可以提供给客户端的Image。
Image
您需要做一些额外的工作来实施EAN 128 (GS1-128),但是这只是您向 Code128 生成器发送哪些数据的问题。
I'd use a library rather than a font, for two reasons:
Here's a free one that does Code128. You give it the data to encode, and it gives you an Image you could serve to a client.
You'll have to do a little extra work to implement EAN 128 (GS1-128), but that's just a matter of what data you're sending to the Code128 generator.
只是为了挥舞我自己的旗帜,这里是我自己的用于创建条形码图像的库,包括 EAN 128。http://code .google.com/p/netbarcodewriter
Just to wave my own flag, here's my own library to create barcode images, including EAN 128. http://code.google.com/p/netbarcodewriter
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
我会使用库而不是字体,原因有两个:
这里有一个免费的 Code128。您为其提供要编码的数据,它为您提供可以提供给客户端的
Image
。您需要做一些额外的工作来实施EAN 128 (GS1-128),但是这只是您向 Code128 生成器发送哪些数据的问题。
I'd use a library rather than a font, for two reasons:
Here's a free one that does Code128. You give it the data to encode, and it gives you an
Image
you could serve to a client.You'll have to do a little extra work to implement EAN 128 (GS1-128), but that's just a matter of what data you're sending to the Code128 generator.
只是为了挥舞我自己的旗帜,这里是我自己的用于创建条形码图像的库,包括 EAN 128。http://code .google.com/p/netbarcodewriter
Just to wave my own flag, here's my own library to create barcode images, including EAN 128. http://code.google.com/p/netbarcodewriter