I want to set the code128 codetype to C
The jar package version I use is barcodes-7.1.15.jar
Code 128 barcodes can use different code sets (Code Set A, B, C)
i dont konw the value of typeC
Barcode128 code128 = new Barcode128(pdf);
code128 .setCodeType(1);
…..
But it didn’t work
New contributor
kim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.