Datamatrix support ? #8819
-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
SchrodingersGat
Jan 2, 2025
Replies: 1 comment 6 replies
-
We use the qrcode library for generating QR codes: https://pypi.org/project/qrcode/ It does not support datamatrix as far as I am aware. If you find a python library which supports this you may be able to integrate it as a plugin |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
matmair
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We use the qrcode library for generating QR codes: https://pypi.org/project/qrcode/
It does not support datamatrix as far as I am aware.
If you find a python library which supports this you may be able to integrate it as a plugin