is There Any way to Generate Barcode with tags(price...)
-
Hi ~~ i have software which uses barcode to identify products ..
i want to Generate barcodes as image below and include all tags like price .. product name .....
is there any way to do that ~~~? in QT or Whatever~? -
No, there's no reason for that library to do that.
It your job to create the final picture putting the various elements you want together.
-
@SGaist
Thank you bro
i wonder if those libraries can include the price
because i have tested Zint but it's only generate barcode ... no option to include other tags -
No, there's no reason for that library to do that.
It your job to create the final picture putting the various elements you want together.
-
@SGaist
Thank you bro
i wonder if those libraries can include the price
because i have tested Zint but it's only generate barcode ... no option to include other tags@Proton-Phoenix The barcode libraries only draw the barcode but you could create a QImage where you draw the text (price) and the barcode, you could use the library: https://github.com/ftylitak/qzxing
-
No, there's no reason for that library to do that.
It your job to create the final picture putting the various elements you want together.
@SGaist
now i know how to do it
it was unknown path for me ... that's why i asked but you gave me the right path <3Really Thank you bro <3