Question

I have an application that generates barcode in image format and it is read by some devices and fails in others. The problem now that the barcode image is pixilated so the barcode reader can't read it and i have decided to change barcode from image to font to overcome this problem as font barcode is readable from all readers (that I am using).

I face now a problem, when I setup the driver of the printer (Zebra TLP) at my PC (64-bit) and set it as a default printer, the font Code128 appeared in fonts list at MS Office Word application but in VS2010 doesn't appear, I need to use the font of the printer (Code128) to use it and generate barcode. How can I do that?

I don't know if the problem is clear to you or not? But I have to generate a font barcode in .net 2010 at Telerik reports.

Was it helpful?

Solution

I downloaded a code128 true type font here and have used it in a few apps since. This page also gave good data for computing checksums for code128.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top