We've got a web-based system that will be printing barcodes into PDF files. What I would love is if there was a free/open source .net component that would accept a text string and hand back a graphic of a bar code.
Sure, we could just use a bar-code font, but I'd really rather not compute the checksum myself if I don't have to. Ditto getting the alignment correct for that kind of symbol font.
There seem to be a number of widgets that do this that either cost money or are written in a non-.net language. Does anyone know of a .net widget?
(All things being equal, my first choice for bar-coding would be Code128B, but in the general category of "beggars can't be choosers", I'll take what I can get.)