Replies: 1 comment
-
ok, |
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
-
Just used it tu generate a datamatrix C40 encoded barcode ! works great
Compiled with 0 errors in Delphi 11.1
just took a little time to figure out how to force C40
for those who wonder, encoding /compression format is choosen automaticaly in
unit zint_dmatrix function look_ahead_test
To force, at the end just add Result := DM_C40; instead of Result := best_scheme;
best regards
Beta Was this translation helpful? Give feedback.
All reactions