Skip to content
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

Closed
DeedsBaron opened this issue Dec 5, 2022 · 5 comments
Closed

FNC1 symb #75

DeedsBaron opened this issue Dec 5, 2022 · 5 comments

Comments

@DeedsBaron
Copy link

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

@boombuler
Copy link
Owner

Hi,

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

@DeedsBaron
Copy link
Author

The saddest thing :( Thank you for reply!

@huysentruitw
Copy link
Contributor

huysentruitw commented Dec 6, 2022

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

@moonhash
Copy link

moonhash commented Aug 6, 2024

just string content join ascii 29, it will be ok

@danielwhite
Copy link

danielwhite commented Aug 30, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants