2006, Thomas Harding <thomas.harding@laposte.net>
See copyright notice on each file.

In order to get pdf example working,
You need to put fpdf and font/ in fpdf153 
directory (http://www.fpdf.org).

You also need php PrintIPP in order to prints
directly on an IPP server (http://www.nongnu.org/phpprintipp).

In order to get png example working, 
you need to put URWGothicL-Demi.pfb
in css directory, or another pfb font
description. Simply change the call
in example_png.php...

 USAGE of provided library:
 
       require_once ('code128barcode.class.php')
       $barcode = new code128barcode();
       
       $code = $barcode->output('code string');
       ...
       $code = $barcode->output('another code string');
                               
Simple, no ?                               
T.H.
