i have added to ticket barcode , added it to default pdf print.
Now i need to print lable with only barcode and some text.
Can anyone help me move forward.
I have foud file ticket-print.tmpl.php

You would have to customize the code to only print what you want it to print.

    8 days later

    Iff someone could help me
    so i generate barcode and added it to ticket-print.tmpl.php - that is all ok
    i need only blank lable with bar code so i can print it on lable printer .
    any directions haw to would be great.
    Thank you ALL

    6 days later

    ntozier
    hi i would need some helo from you 🙂
    so i added barcode.php generator and i can see barcode with
    <img alt="barcode" src="barcode.php?text=<?php echo $ticket->getNumber(); ?>" />

    i would like to get only bar code to one pdf file or preview so i could print it to lable.

    2 years later

    It's great to see people using barcodes to improve their workflow and efficiency.As for printing a label with only the barcode and some text, it sounds like you might need to modify the ticket-print.tmpl.php file to customize the layout. Without more specific details about your setup and the software you're using, it's hard to provide more detailed guidance.However, have you considered using Smart Engines OCR SDK? It's a powerful tool that can not only read but also generate barcodes of various types, including QR codes. It might be worth checking out as an alternative to customizing your print form.

    Write a Reply...