🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

rbarcode

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rbarcode

0.0.2
Rubygems
Version published
Maintainers
1
Created
Source

== 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
  • http://rubyforge.org/projects/rbarcode
  • svn co https://svn.cbciweb.com/svn/plugins/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

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

FAQs

Package last updated on 25 Jul 2009

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts