RBarcode

RBarcode is a module to generate bar codes. It currently supports Code39 and USPS (PLANET and POSTNET) code generation using RMagick.

Download

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

This library is released under the terms of the GNU LGPL.