Closed GianhTran closed 11 months ago
Hi, I am trying to generate a barcode using the following code
require 'barby' require 'barby/barcode/code_128' require 'barby/outputter/png_outputter' code = 'QC1021111800004-0101' barcode = Barby::Code128B.new(code)
but the result is quite a diff with another generator, for ex: https://barcode.tec-it.com/en/Code128
and barcode from Barby code quite hard to be scanned
Hi, I am trying to generate a barcode using the following code
but the result is quite a diff with another generator, for ex: https://barcode.tec-it.com/en/Code128
and barcode from Barby code quite hard to be scanned