-
Is some trick needed to get CODE128 to print ? BarcodeType.ITF like in the example prints fine. And QRCode prints fine. But BarcodeType.CODE128 does not print at all. Data I am feeding to it is just "0123456789", "ABC-abc-1234" also fails. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
einhugur
Jan 17, 2024
Replies: 1 comment
-
It needed more height, that was the solution, 360 was not enough for Code128, I saw in unit test where 600 was used and then it worked. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
igorocampos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It needed more height, that was the solution, 360 was not enough for Code128, I saw in unit test where 600 was used and then it worked.