glabels-qt icon indicating copy to clipboard operation
glabels-qt copied to clipboard

Add support for Barcode Type Code-128

Open arpit-nagar opened this issue 5 years ago • 2 comments

Thanks for such a nice product. Does it support Barcode type - Code-128? If yes - Can you please guide me to use it Or Can we add this functionality?

References -

  • https://github.com/barnhill/Code128_CPP/blob/master/Code128_CPlusPlus/C128.h
  • https://github.com/promixis/Code128/blob/master/src/code128.cpp

arpit-nagar avatar Sep 07 '20 12:09 arpit-nagar

I need this as well. Earlier version used GNU Barcode and supported Zint which has an enormous repertoire of barcodes including Code 128, Code 128 B, and C. Without it I am dead in the water. I will continue to use the previous versions but I like the changes in the new version you have introduced. Why did you switch strategies for barcode rendering?

UPDATE: My fault - I cannot read instructions. Needed the barcode 0.98 version that included the barcode.a lib. All works as it should. The new 3.99 version is excellent and the AppImage works perfectly - supporting Zint and GnuBarcode. Thanks for all your hard work.

krauter avatar Feb 17 '21 21:02 krauter

Please note, glabels-qt does support Code 128 through the gnu-barcode and zint backends. These are currently built into the appimage linux binary. See https://github.com/jimevins/glabels-qt/blob/master/docs/BUILD-INSTRUCTIONS-LINUX.md on how to build with these backends yourself.

jimevins avatar Feb 18 '21 03:02 jimevins