Category: | Bug report |
Priority: | Normal |
Status: | Confirmed |
Project: | Severity: | Minor |
Resolution: | Open |
|
Component: | Reproducibility: | Always |
Assigned to: |
I try to print the character sequence "*K>YNJT" using DataMatrix component. Scanner reads the result as "*K>YNJ9N47". The same issue happens if I export it as PDF and open using online tools. This is the minimal possible sequence (removing the first or the last character eliminates the bug).
The bug can be reproduced both in 6.12.0 and 6.16.0 versions.
The sample jrxml and resulting pdf files are in attachment.
Thanks in advance.
v6
Barcode4j
4 Comments:
One more sequence found : ">7QNA87D:"
Basically, all sequences containing ">" and 6 capital letters are printed incorrectly. This is Barcode4j issue.
Hint : as a workaround I used ZXing library to generate image.