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

Is it possible to crate a qr Code with FNC1 Type to build it as a QR CODE GS-1 Type? #488

Open
chavito706 opened this issue Mar 25, 2024 · 2 comments

Comments

@chavito706
Copy link

Is it possible to crate a qr Code with FNC1 Type to build it as a QR CODE GS-1 Type?

Originally posted by @msWP in #483

@KONTRAKTKILLER
Copy link

It is possible, im using this Nuget for my own GS1-QR-Code Generator. You have to write the files for a String to GS1-String conversion yourself tho....

@codebude
Copy link
Owner

codebude commented Apr 7, 2024

As @KONTRAKTKILLER said (and as far as my understanding of the GS1 codes reaches), it should be possible as the GS1 QR codes technically are regular QR codes. So QRCoder can render the graphic. But to make it a valid GS1 code the payload, that you encode, must be GS1 compliant. For this task QRCoder can't help you at the moment.

@KONTRAKTKILLER do you mind sharing your "string to GS1" encoder? Or can you help out with any type of reference/documentation? Then we maybe can implement it as a new PayloadGenerator.

See: https://github.com/codebude/QRCoder/blob/master/QRCoder/PayloadGenerator.cs
And
https://github.com/codebude/QRCoder/wiki/Advanced-usage---Payload-generators

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

No branches or pull requests

3 participants