Generate Barcode
-
Hi, i have to develop a software that has to do some registration process, and after this all process, HAVE TO GENERATE A BARCODE FOR THAT. Example i give the following information, Name: Neo Eyes Color: Blue Hair: Brown so my barcode should be in the format neo-brownNeo-BlueNeo-brownBlue etc... THIS IS JUST EXAMPLE. is any one can help me in developing such a barcode or free library for sophisticated barcode generation and also reader for that. if any one can help me, i shall be thankful to my friend. Best Regards, Neo
-
Hi, i have to develop a software that has to do some registration process, and after this all process, HAVE TO GENERATE A BARCODE FOR THAT. Example i give the following information, Name: Neo Eyes Color: Blue Hair: Brown so my barcode should be in the format neo-brownNeo-BlueNeo-brownBlue etc... THIS IS JUST EXAMPLE. is any one can help me in developing such a barcode or free library for sophisticated barcode generation and also reader for that. if any one can help me, i shall be thankful to my friend. Best Regards, Neo
What do you expect to be able to read this barcode ? Do you want to invent a new barcode format, and if so, how do you expect to use it ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Hi, i have to develop a software that has to do some registration process, and after this all process, HAVE TO GENERATE A BARCODE FOR THAT. Example i give the following information, Name: Neo Eyes Color: Blue Hair: Brown so my barcode should be in the format neo-brownNeo-BlueNeo-brownBlue etc... THIS IS JUST EXAMPLE. is any one can help me in developing such a barcode or free library for sophisticated barcode generation and also reader for that. if any one can help me, i shall be thankful to my friend. Best Regards, Neo
There are several barcode formats that support alpha characters. For instance code-39 barcode format supports characters. If you want to print code-39 barcode you need to get a font that will print it. Then you can just send the data to a label that is being displayed with the code-39 font. Then you will need to get a barcode scanner that can ready code-39. Hope that helps. Ben
-
There are several barcode formats that support alpha characters. For instance code-39 barcode format supports characters. If you want to print code-39 barcode you need to get a font that will print it. Then you can just send the data to a label that is being displayed with the code-39 font. Then you will need to get a barcode scanner that can ready code-39. Hope that helps. Ben
-
There are several barcode formats that support alpha characters. For instance code-39 barcode format supports characters. If you want to print code-39 barcode you need to get a font that will print it. Then you can just send the data to a label that is being displayed with the code-39 font. Then you will need to get a barcode scanner that can ready code-39. Hope that helps. Ben
I like your idea, please give me all related information to apply your idea. how to write , how to read, what devices are needed for that , etc... please answer me as soon as possible, Best Regards, Neo
-
I like your idea, please give me all related information to apply your idea. how to write , how to read, what devices are needed for that , etc... please answer me as soon as possible, Best Regards, Neo