Module: ActionView

Defined in:
lib/barcoder.rb

Overview

Barcoder, v.1.0 written by: Derek Perez ([email protected]) 2009 inspired (heavily) by the work of Author: Anuj Luthra. He originally wrote the library barcode_generator (github.com/anujluthra/barcode-generator/), that this library is based on.

This library is designed to support streaming barcode information, from GBarcode, straight to the web browser using data urls (en.wikipedia.org/wiki/Data_URI_scheme). This is ideal for no-write filesystem scenarios. It also supports persisting the barcodes to disk, but this is an optional function. By default, data urls are used.

Defined Under Namespace

Classes: Base