I am trying to print a label on a Zebra ZT410 printer and I only want the first 4 and last 4 characters from the EPC code to be printed on the label.
I've managed to print the entire EPC code to the label but I need it to be formatted in order to save space on the label.
# EPC E28011700000020C46CC5D5A
# Desired Format - E2805D5A
Is this possible to do using the ZPL commands? Or is there a way we can read in the EPC and format it in Python before printing it to the label without feeding an extra blank label?