How can we generate a Datamatrix code in base64 (or byte[]) #509
Unanswered
abennouna12
asked this question in
Q&A
Replies: 1 comment
-
What should be the content of the base64 string or byte array? Should it be the data of a specific image format like png or jpeg? Or do you need the raw RGB data values? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I was using Datamatrix.Net to generate a Datamatrix code.
Today we have migrated to .NET 7 and this generation doesn't work anymore.
So I want to use ZXing.Net to generate this Datamatrix but I didn't find documentation about the subject.
Does anyone have an idea ?
Thanks.
I have started by writing these two lines but I want to convert the result into Base64 strinr or Vyte[] Without using System.Drawing
Beta Was this translation helpful? Give feedback.
All reactions