davidscotttufts / php-barcode

Source code for the article "How To Create Barcodes in PHP" found at http://davidscotttufts.com/2009/03/31/how-to-create-barcodes-in-php/
MIT License
320 stars 307 forks source link

Code128 machine didn't capture the barcode at all #24

Open emrulmax2 opened 7 years ago

emrulmax2 commented 7 years ago

Hi! Code 128 doesn't match with universal barcode maker and I was using a barcode reader machine for code 128 and it only capture the given barcode image by universal barcode maker software. Please check the attachment, there is a significant difference between both barcode [check the red mark section in image] for same data. one is from "php-barcode" and another one is from "universal barcode maker".

barcodegeneratorissue

NGPriest commented 3 years ago

One of the codes could be CodeC

kurdtpage commented 3 years ago

Could you post the PHP code snippet used to make the code please