문제

Im trying to update a peice of software we have where a barcode is generated by a font then printed out, only the problem is that our barcode scanner cant read a number of the barcodes generated with this font.

I have verified that the font is the problem here through various testing and have been given another EAN-13 (Code 3 of 9) font but no documentation, and I cant seem to find the seperation character that goes in the center of the barcode.

So, my question is firstly does anyone know if an EAN13 barcode needs this seperator character, and secondly does anyone know a good barcode font that works, which is free and if possible has some kind of documentation?

Thanks

도움이 되었습니까?

해결책

Usually the code 3 of 9 family needs no separation character.

If your system uses True Type fonts, here's a good 3 of 9 (39) font: http://download.cnet.com/Free-TrueType-Code-39-Barcode-Font/3000-2190_4-10067143.html

Most 3 of 9 fonts require start and end characters, usually *. So if you want the barcode to read 1234, you should have a string *1234* and change the entire string to the 39 font.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top