After examining the ZPL script, it seems the root cause of the issue is the character height specified in ^ASN command, which is 10. This is contradict with the height of the Textbox, which is specified as 35.
^XA^FO200,275^ASN,10,15 ^TB,350,35 ^FDCyberPower Outdoor Uninterruptible Power Supply 12-volt^FS^XZ
If we change the character height to 35 in the ^ASN command as below, then you will get the expected truncation.
^XA^FO200,275^ASN,35,15 ^TB,350,35 ^FDCyberPower Outdoor Uninterruptible Power Supply 12-volt^FS^XZ
1 Replies
After examining the ZPL script, it seems the root cause of the issue is the character height specified in ^ASN command, which is 10. This is contradict with the height of the Textbox, which is specified as 35.
If we change the character height to 35 in the ^ASN command as below, then you will get the expected truncation.