mainPHP code128 barcode - Summary

 
 
Membership Info
Group Admin:
1 active member

Group identification
Id: 8471
System Name: code128php
Name: PHP code128 barcode
Group Type: non-GNU software and documentation

Search in this Group


 

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

 

Latest News rss feed
Version 0.61: Stay in code C when 2 digits remaining
     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)

CVS Update: can now encode a single character
     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 !

Quick Overview
 Memberlist (1 member)

Communication Tools
 Mailing Lists (0 public mailing lists)

Development Tools
 Task Manager (open items: 0, total: 0)

Back to the top

Powered by Savane 3.13-3230.
Corresponding source code