Click here to Skip to main content
15,892,480 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have barcode font code 128. it convert my value in barcode format font. but when i scan this it is not scan. pls give me soulition for this how to generate.
Posted

We can't answer that.

There are many, many reasons why a Code128 barcode won't scan, starting with it's badly printed and thus unreadable, to your scanner doesn't support (or isn't configured for) Code128, via you didn't give the right data for the checksum to work.

Take an existing known good barcode, and scan that. When it works, use your code to generate the same thing, and compare them if that doesn't scan. You will then hopefully have a better clue as to why it doesn't work!
 
Share this answer
 
Comments
Thomas Daniels 20-Dec-12 9:44am    
Much better than my answer, +5!
You have add some prefix and suffix chcracter in your barcode before converting into barcode font. In most of the barcode readers it is configured as '*' character.

Ex- 'test' should be written as- '*test*'

Try this if it doesn't work you have to refer the user manual of your barcode reader.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900