boombuler / barcode

a barcode creation lib for golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FNC1 symb

DeedsBaron opened this issue · comments

Hello, i need to encode datamatrix, which first symbol is has to be how can i do this?

Hi,

this is not yet implemented. the lib currently does not support GS1 barcodes. Sorry :(

The saddest thing :( Thank you for reply!

In the C# port of this library, GS1 support has been added. Perhaps a good soul can port it back to this Go library.

See last 4 commits of https://github.com/huysentruitw/barcoder/commits/2c943943c953316b43b159545d833fd3ebb98ece/src/Barcoder/DataMatrix/DataMatrixEncoder.cs

Good thing is, the same Gs1Encoder can be reused for Code-128. See huysentruitw/barcoder@4b4af27