Skip to content

Instantly share code, notes, and snippets.

View tylerdevs's full-sized avatar

Tyler Colwell tylerdevs

View GitHub Profile
@IanSimpson
IanSimpson / imb.php
Created May 28, 2015 11:03
PHP IMB Barcode Converter
<?
/**
* IMB Converter
* =============
* This class takes a numeric code (in the valid format) and returns a string in ATDF format, ready to be printed
* with the USPS IMB font
*
* Code extracted from TCPDF and modified to operate standalone. See http://www.tcpdf.org
*
* Usage: