views:

268

answers:

3

Does anyone know any good Ruby, Rails or .Net specific libraries for working with barcodes?

+3  A: 

for ruby there's the barby gem and redux for rails

klyde
+1  A: 

Even though you didn't ask for Haskell, and you didn't ask for an explanation of how barcode software works, for pedagogical reasons it would be wrong for me to not point you to the barcode recognition chapter in Real World Haskell. It shows how to attack the problem in a functional language.

Bkkbrad
A: 

The barby ruby gem looks great for creating 2D Barcodes.

Bryan Woods