Hi All
Has anyone generated a GS1 2D matrix or can point me in the way of how to generate this type of data matrix barcode?
I've tried using the datamatrix.net dll but that doesn't support the FNC1 character required. Any help appreciated.
Life is for enjoying ... if you find yourself frowning you're doing something wrong
0
Answers
I ended up use zint https://sourceforge.net/projects/zint/files/ with the commaned line that created png
>zint.exe -b 71 --gs1 --square -d "[400]EUPO[91]1003" --scalexdimdp=3.in,2700dpi -o datamatrix.png
zint.exe -b 71 --gs1 --square -d "[400]EUPO[91] 1003" --scalexdimdp=3.in,2700dpi -o datamatrix.png
What is zint.exe ?
https://sourceforge.net/projects/zint/files/