How do I configure php-barcode to generate code with the code128 encoding?
I've installed php-barcode, but I don't know how to change the encoding.
|
How do I configure php-barcode to generate code with the code128 encoding? I've installed php-barcode, but I don't know how to change the encoding. |
||||
|
|
|
From the docs in the README included with the source:
So you need to have genbarcode installed, and then just call You should take a moment and read through the README, as it explains how to use the library. |
|||
|
|