This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
/** | |
* 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: |