Code 128: encode with mixed codes (code A, then C, then A again) possible? #554
Unanswered
user1-code
asked this question in
Q&A
Replies: 0 comments
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.
Hi, I have the requirement to create a Code 128 barcode starting with code A, after a number of characters the code should be changed to C for encoding a number of digits, then change code back to A for the remaining characters (e.g. start with code A: encode "AB1", change to code C, encode "23456789", change to code A, encode "CD" ). Is this possible with zxing?
Thanks
All reactions