2D Barcode

herbert_dp

New Member
Hello...
(sorry for my English)
I need to develop a 2D barcode (datamatrix, pdf417, qrcode, ...), but I don't know where to begin...
could someone help me?
Thanks!

Herbert
 

trx

Member
If you want to create 2D barcodes then you need either printer capable of printing such codes (for example one of Zebra printers http://www.zebra.com, refer to proper manual how to print codes) or library which can generate image (if you plan placing code in your documents).
If you want to read/scan such codes then you need barcode scanner capable of reading such codes.
 

herbert_dp

New Member
hello,

at first I'll use the bar code to identify documents of MS Office, so would need something to progress ...
We've got the scanner and did some successful tests on labels generated by the zebra software...
could someone help me?
Thanks!

herbert
 

rcgomez11

Member
we use code39 as the default font for printing bar-code which then scanned by motorola scanner. just don't forget the asterisk (*) being added on both ends of the code. sample 123456 will be *123456*. hope this helps.
 
Top