我需要为自定义折扣卡生成一些条形码((使用http://www.barcodebakery.com/提供的php类)。卡ID的示例是:3xxxxxxxxxxY (3 - first digit, x - 10 digits, Y-control digit)
。什么是最好的条形码1D生成器方法在我的情况下(但如果这些卡片将用于条码扫描器的 near 未来)?
我是这项技术的新手,任何帮助/建议都会很棒。
答案 0 :(得分:0)
我使用js和css制作了一个非常简单的解决方案。这是小提琴:http://jsfiddle.net/u7uPJ/1/
var div = Barcode(document.getElementById('eTeste').className.match(/barcode\-([A-Za-z0-9\-]+)/)[1], "code128",{barWidth:2, barHeight:50});
使用PHP,您只能打印数字代码。 js将读取classname中的数字代码并创建条