tecnickcom/tc-lib-barcode

Output original value below the barcode?

mariordev opened this issue · 2 comments

This isn't an issue, just a quick question. Is there any way to include the original value in the output barcode? For example, the original value (code) underneath the bars of a linear barcode?

The class is intentionally designed to only output the barcode because the original code or any other element can by added from the parent caller.
My suggestion is to write a wrapper function to decorate the barcode as desired.

Ok great, thanks for getting back to me!