encode
Encodes data into a Code128Barcode.
Return
the bar/space module pattern of the complete symbol.
Parameters
data
printable-ASCII text to encode (every character must be in 32..126).
Throws
IllegalArgumentException
if data is empty or contains a character outside the printable-ASCII range 32..126.