barcode
barcode copied to clipboard
Adds extra digit at last when scanned with Android Barcode Scanner Application
When I generate a barcode as:
<img src="data:image/png;base64,{{DNS1D::getBarcodePNG('123456789', 'C39+',1,33,array(0,255,0), true)}}" alt="barcode" />
and scan a with android application shows: 1234567892
in the result 2 is added as extra digit.
Why is this happening?
The same issue arises for me. still finding
Do you have any solution yet? I am facing the same problem how do you solve this? please help me