We have 2 string of same size, one string is getting printed completely and other one is getting split(last word of string is not printing).
working : CNIP OFFSETAUG23TEST01 - JA8NM1811QVX1AGI - XXXXXXX.XXX XXXXXXXXX X-XXXXXXXX - PAYMNT1PAYMNT2PAY
not working : CNIP OFFSETAUG22TEST02 - JA8ME5718GIV1AXF - XXXXXXX.XXX XXXXXXXXX X-XXXXXXXX - PAYMNT1PAYMNT2PAY
We have tested PDF with few scenarios it seems like jasper is not handling "isStretchWithOverflow" attribute properly when string "- JA8ME5718GIV1AXF -" includes V with string size more then 92.
eg-: "- JA8NMIV11811QVX1 -", "- JA8NMV11811QVX1 - "," - JA8NMV21811QVX1 -"
string is not working with mentioned eg substrings.
snippet of jrxml is below-:
$F{AVALTY}!=null
$F{AVALTY}
Recommended Comments