I Print Some Number In Bar Code Fonts But My Bar Code Reader Cant Read IT. I Try Many Bar Code Fonts But Got The Same Result
Is It Any Matching Or Restructions For Sepecific Bar Code Reader With Bar Code Fonts.
:confused:
Printable View
I Print Some Number In Bar Code Fonts But My Bar Code Reader Cant Read IT. I Try Many Bar Code Fonts But Got The Same Result
Is It Any Matching Or Restructions For Sepecific Bar Code Reader With Bar Code Fonts.
:confused:
You don't make a barcode by just printing the string you want in a barcode font. No barcodes are that simple. About the simplest is Code39, and it has a * at each end of the code. So if you wanted to print a barcode 12345 you would send *12345*. The * signifies the start and end of the barcode to the reader; the reader stripds the *'s off and only sends the 12345 to your app.
Others are much more complex, such as Code 128 which has a check-digit at least, and can also switch between any of 3 internal code sets.
So you really need to know the rules of the barcode you are using; BarCode1 is a good place to start. He expains most of the symbologies, and there are links to various other sites. You might, for instance, find a dll or ocx for the symbology you are using.
Oh! I don’t know about it. Any way Code39 look cool. Can is use Code39 for every Bar code reader Or on any document? And I print text in Code39?
BarCode1 is really very good Thank you very much. I am searching for encoder Dll or Ocx. Please tell me you know any good Dll or Ocx.