Assuming I have a list of strings var barcodesList = new List<string>();
and filled with some values, I want to generate a barcode for each value in the list (with the barcode type = Code 128), then printing all of them using TSC TTP-244 Pro printer and the barcode should be 2.5 * 5
Is there any library can help in generating the barcodes?
How to print the generated barcodes?
As a work-around for this, you can export the list of the barcodes to an excel file, then use the Gargour software to import the file and it will generate the barcodes and print them.