Dynamics NAV 2013 Generating a GS1 2D Matrix Barcode

Toddy_BoyToddy_Boy Member Posts: 230
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

Answers

  • spencer_graham@hotmail.com[email protected] Member Posts: 11
    edited 2023-06-29
    Looks like you have had the same jouren as me :-(
    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
  • Toddy_BoyToddy_Boy Member Posts: 230
    We ended buying OnBarCode DLLs which have proved really useful as we can use these to produce linear Barcode128 as well (which randomly started to having scanning issues). I wrote a wrapper around the DLL and had to add some config settings but it works really well.
    Life is for enjoying ... if you find yourself frowning you're doing something wrong
  • spencer_graham@hotmail.com[email protected] Member Posts: 11
    Hello again did you have spaces in your GS1 2D Matrix Barcode?


    zint.exe -b 71 --gs1 --square -d "[400]EUPO[91] 1003" --scalexdimdp=3.in,2700dpi -o datamatrix.png
  • Toddy_BoyToddy_Boy Member Posts: 230
    Going back some time, I think we had spaces in the 128b barcode, not the Data Matrix.

    What is zint.exe ?
    Life is for enjoying ... if you find yourself frowning you're doing something wrong
  • spencer_graham@hotmail.com[email protected] Member Posts: 11
    edited 2023-07-11
    zint.exe is "Zint Barcode Generator " I use it for generating "GS1 Data Matrix" barcodes as .bmp file.
    https://sourceforge.net/projects/zint/files/
Sign In or Register to comment.