picqer / php-barcode-generator

Barcode generator in PHP that is easy to use, non-bloated and framework independent.
GNU Lesser General Public License v3.0
1.67k stars 402 forks source link

Code128 don’t work #197

Closed RenderWarrior closed 7 months ago

RenderWarrior commented 7 months ago

I generated a code128 barcode but it seems it doesn’t be recognized by online tools or barcode real scanners. Any idea? Tomorrow i’ll do more tests thanks!

casperbakker commented 7 months ago

Please provide the code you use, and also a picture of the generated barcode. It is very unlikely that you encountered a bug in this library in code128 generation. But maybe you gave it a specific string that it could not handle right.

RenderWarrior commented 7 months ago

Hello! Well I deleted everything and I started again and this time it worked. Probably it was a typo somewhere. Thanks!