Can labels be designed that include barcodes by filling out the data from a text file to be printed on thermal printers from App Inventor?

Can labels be designed that include barcodes by filling out the data from a text file to be printed on thermal printers from App Inventor?

from this data in a txt file?

IMPORTA.TXT (71 Bytes)

TBA41010001|TELA BLANCA SIN LAMINAR 4.1|08/01/2025|Vespertino|SL320AA

Saludos!

You could try this (for the barcode):

The rest should be straightforward text layout...

Thanks Timai2, my intention is to create the label in fields of a layout, then convert it to pdf and print via Bluetooth to a portable thermal printer, all this receiving only a csv file (as an example). all this to be able to print on android versions greater than 10... greetings!

Sounds like you will also need this:

Thanks timai2, i have buyed already that, i just need make that design with app inventor and then print using the extensión, but the middle work to design label is that i need know how to... Thanks in advance