Project

pdf-417

0.0
No release in over 3 years
Low commit activity in last 3 years
Basic, text-only PDF-417 barcode generator.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

pdf-417

pdf-417 is a Ruby gem that allows the creation of simple PDF417 barcodes. Using this gem, you can easily generate PNG images of simple PDF417 barcodes.

Usage

Simply call the class method PDF417.to_png(file, text). Methods also exist to deal with the object directly.

Example

require 'pdf-417'

PDF417.to_png("sample.png", "This is my PDF417 barcode!")

Result

The above example produces:

Sample PDF417 barcode

Inspiration

License

This software is licensed under terms of the MIT License.