PDA

View Full Version : Barcode library



NoRulez
4th February 2010, 16:05
Hey @all,

did anybody know a barcode library which is under LGPL or can be used in commercial products?
Maybe someone knows how to generate barcodes in Qt?
Currently I use Qt 4.6.1 and the library should also be run on Windows/Linux/Mac

Thanks in advance

Best Regards
NoRulez

vcp
4th February 2010, 16:18
Hi,

I don't know which model you need, but you can use font of characters like this:
QFont barCodeFont("c39hrp24dhtt", 40, QFont::Normal);
and use it to write a bar code like a text.

Try this link:
http://pt.fontstock.net/14747/c39hrp24dhtt.html

SteveH
4th February 2010, 17:56
Hi,

If any old barcode will do then try the EAN13 example shown in the Wiki section (I lashed up a trivial front end and posted it in the Software section if it's any use). If you need it to identify items in the real commercial world you will propably have to register your company and get a company ID code to embed in the barcode - this will probably cost a far bit of money !

Regards
SteveH

NoRulez
25th February 2010, 09:03
@ SteveH: On the wiki: http://wiki.qtcentre.org/ there is an example of the EAN-13. I need it for example Code 39 and so on.

Best Regards
NoRulez

j1s2chen
25th October 2010, 04:01
Can send a copy Code39 and Code128 QTproject code Let me see
email:j1s2kiss2@163.com
Thank you for

lightupse
12th October 2013, 08:28
Why not go to a professional barcode library site (http://www.onbarcode.com/) for help? I was wondering if you could use a third party barcode library (http://www.onbarcode.com/products/net_barcode_crystal_reports/)? Would such tool be ok for you?

beverlylarsen
20th December 2013, 04:14
Zint and Zxing are comparatively popuplar barcode libraries. Or you can download a barcode font on your system, then the barcode generating function can be integrated into your project. It is not difficult to do so.