Pibarcode implementation

Hi there…
I have installed this helpful module for generate personalized barcode, but …I want insert more information like Name product (label) and price of product…

in substance I need to print label of my products, I ask to this forum, in particular to Eldy, if is possible do it?

many thanks to help me

I found where insert some text, at this file
“C:\inetpub\wwwroot\Dolibarr\pibarcode\includes\barcode\pi_barcode”
after code line 938 just insert this code

imagestring($this->IH, 1, 0, $this->HEIGHT -15, "blabla", $color[2]);
when barcode will generate I have “blabla” text
:sunglasses:

now the problems are:
–> how to pass “label” information from product …and
–> setup the height of bar code, not the image, but the black line

any one have some helps? :woohoo:

In attached some examples

esempio1.png

esempio2.png

esempio3.png