18 Feb '12, 9pm

Barby 0.1 - Ruby barcode generator that doesn't suck (that much) - Ruby Forum:

This is something I released a while ago, but I thought I'd announce it here too, as I'm sure not everyone in the target group reads my blog. Barby is a pure Ruby barcode generator. It doesn't rely on 3rd party libraries (well, unless you want it to do anything useful) and it's easily extensible. It currently supports the following symbologies: * Code128 * GS1128 (aka EAN/UCC-128) * EAN-13 (aka UPC-A) * Bookland * EAN-8 * Code39 The logic for generating graphical representations of the barcodes is split into "outputters". There are currently two outputters, one that uses RMagick and another that annotates a PDF/Writer document, and creating new ones is easy. Some sample code: require 'barby' require 'barby/outputter/rmagick_outputter' barcode = Barby::Code128B.new('IM-IN-UR-BARCODE') File.open('test.png', 'w') do |f| f.write barcode.to_png end Barby is available as a gem (...

Full article: http://www.ruby-forum.com/topic/150380

Comments

  1. 24 Jan '14, 7am

    A 3rd party [url=http://www.keepautomation.com/products/net_barcode/]barcode generating toolkit[/url] is not bad. I'm having one and it works flawless. Expensive but effctive.

    • See on:
  2. 17 Oct '13, 8am

    http://www.keepautomation.com/guide/dotnet_barcode_generator.html

    • See on:
  3. 17 Oct '13, 8am

    thanx for sharing ! doesn't rely on 3rd party libraries?i searched one <a href="http://www.keepautomation.com/guide/dotnet_barcode_generator.html">.net barcode generator SDK</a> a period of time ago, have you heart of or used it ?

    • See on:

Tweets

Love the new @engineyard support customer satis...

engineyard.com 17 Feb '12, 4pm

How Are We Doing? Every day is an opportunity to delight our customers. We conduct a survey after every single support tic...

How Much Did You Say That Was?

How Much Did You Say That Was?

Saturday, February 18, 2012 How Much Did You Say That Was? Labels: advertising , shops posted by Eugene Salomon at 11:00 P...

Sam Ruby: WunderWiki

intertwingly.net 18 Feb '12, 5pm

WunderWiki Sat 18 Feb 2012 at 16:20 I added a simple wiki as a demo for WunderBar . It demonstrates shelling out to handin...

IHI, a Japan's heavy industry company developed...

techon.nikkeibp.co.jp 18 Feb '12, 11pm

By taking advantage of the light weight and high output power of a compact gas turbine, it might be possible to realize a ...

So much WIN =D

bongqiuqiu.blogspot.com 20 Feb '12, 12pm

Like our Facebook page and Subscribe to The LaModa... So much WIN =D Dirtybling has update with lots of cheerful romper......

Ruby Best Practices - The Decorator Delegator D...

blog.rubybestpractices.com 19 Feb '12, 6pm

2009-06-27 16:00, written by Gregory Brown As promised, we’re back with more design discussion and hopefully some interest...

By: Michael Springman: @Erick – Thanks for the ...

seerinteractive.com 19 Feb '12, 6pm

Am I going broad enough? Say you own a bicycle shop and you’ve reached out to every bicycle blog in your niche. What’s nex...

Try Ruby in the Browser:

ironruby.net 20 Feb '12, 7pm

Overview Download Documentation Support IronRuby IronRuby Tutorial

Ruby Summary: Ruby Study Notes - Best Ruby Guid...

rubylearning.com 26 Feb '12, 4pm

Ruby Modules are similar to classes in that they hold a collection of methods, constants, and other module and class defin...

Added #rubyconfindia badge to my site

rubylearning.org 20 Feb '12, 3am

First time ever - Free Clojure 101 Announced RubyLearning featured on pluggd.IN RubyLearning winner of the Shorty Award in...

#anka_foster TVotingUrlKaiserPerm /A .NET Ruby,...

ironruby.net 20 Feb '12, 7pm

IronRuby is an excellent addition to the .NET Framework, providing Ruby developers with the power of the .NET framework. E...

About This Blog: Memcached | Ruby on Rails for Newbies:

About This Blog: Memcached | Ruby on Rails for ...

nubyonrails.com 22 Feb '12, 1am

I’ll add to this and say that every beginning Rails developer should write their own blog software. It’s a great learning ...

@rbates

railscasts.com 23 Feb '12, 11am

MiniTest is a fast and lightweight testing library. Here you will learn how to use it in a Rails app for model, helper, an...

New recommended Ruby version: Ruby 1.9.3-p125 i...

rubyflow.com 16 Feb '12, 10pm

New recommended Ruby version: Ruby 1.9.3-p125 is released Posted by DanielKehoe on February 16, 2012 — 0 comments Ruby 1.9...

DaveThomasに関する予習1。RubyKaigi 2007のキーノートのレポート

DaveThomasに関する予習1。RubyKaigi 2007のキーノートのレポート

jp.rubyist.net 21 Feb '12, 2am

Dave Thomas is a writer, trainer, and primarily a programmer. He's the author of 7 books, including The Pragmatic Programm...