PHP code128 barcode - Summary
This group is not part of the GNU Project.
PHP code128barcode is a php4 class which products a 0/1 suit, representing bars of a code128 barcode, suitable for any purpose
usage:
$barcode = new code128barcode();
$code = $barcode->output('code string');
...
$code = $barcode->output('another code string');
Registration Date: Sun 09 Apr 2006 02:58:10 PM UTC
License: GNU Lesser General Public License
Development Status: 4 - Beta
posted by harding, Sat 10 Nov 2007 01:45:55 PM UTC - 1 reply
Thanks to Sonia Heimann, who found the bug and
proposed a new algo.
Versions note:
2 new public variables:
* $this->unoptimized to set to true if you
experience problems with "laposte colissimo" barcode;
* $this->nozerofill to disable trailing and leading zeros
(then it's up to you to manage blank zones)
posted by harding, Wed 08 Aug 2007 01:29:50 PM UTC
was unable to encode single character codes.
Thanks to Joachim Reiter for his patch !
- Browse open items
Submit a new item
Powered by Savane 3.14-8aba.
Corresponding source code