-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FNC1 symb #75
Comments
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 |
just string content join ascii 29, it will be ok |
I've raised #86 that should support generating compliant GS1 DataMatrix symbols. @huysentruitw, thanks for your link. This helped pin down why this wasn't working as expected. |
Hello, i need to encode datamatrix, which first symbol is has to be how can i do this?
The text was updated successfully, but these errors were encountered: