RBarcode
RBarcode is a module to generate bar codes. It currently supports Code39 and USPS (PLANET and POSTNET) code generation using RMagick.
Download
-
gem install rbarcode
Usage
@planet = RBarcode::Planet.new(:text => ‘40123452356366’) @postnet = RBarcode::Postnet.new(:text => ‘40123452356366’) @code39 = RBarcode::Code39.new(:text => ‘This is my test’)
It is up to the user to generate proper USPS bar codes by following the USPS guidelines.
Authors
-
Chris Blackburn ([email protected])
-
Clinton R. Nixon ([email protected])
This library is released under the terms of the GNU LGPL.