QRCoder icon indicating copy to clipboard operation
QRCoder copied to clipboard

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

Open chavito706 opened this issue 1 year ago • 2 comments

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 https://github.com/codebude/QRCoder/discussions/483

chavito706 avatar Mar 25 '24 10:03 chavito706

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....

KONTRAKTKILLER avatar Mar 25 '24 14:03 KONTRAKTKILLER

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

codebude avatar Apr 07 '24 19:04 codebude