micjahn/ZXing.Net

how to generate a GS1-128 barcode with parentheses

Closed this issue · 1 comments

I want to generate a GS1-128 barcode like this
屏幕截图 2023-07-24 163944

I tried both "\u001d0106901234567892172007031012AB\u001d21345XYZ" and "\u001d(01)06901234567892(17)200703(10)12AB\u001d(21)345XYZ", but it's has wrong text in first text and wrong barcode-content in second content

Sorry, the available renderer implementations of this project don't support the output of parentheses.
You should go with the version that creates the correct content.