TCPDF icon indicating copy to clipboard operation
TCPDF copied to clipboard

Bad generating Datamatrix Code

Open JarZem opened this issue 2 years ago • 1 comments

Hi

I am test BarCode2 generator, here is my code:

$style = array(
'border' => 2,
'padding' => 'auto',
'fgcolor' => array(0,0,255),
'bgcolor' => array(255,255,64)
);

$pdf->write2DBarcode('/002-002-000512R/1/A6C5', 'DATAMATRIX', 80, 150, 50, 50, $style, 'N');

but scanner do not read original string but: /002-002-000512R/1/A6C5{, but adds a parenthesis { to the end of the string

Jaroslav

JarZem avatar Mar 30 '22 14:03 JarZem

Same behaviour with text "S-DB1-A-1-1-1"

guneoc avatar Sep 22 '23 10:09 guneoc