cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic text sizing not working sometimes for specific printers when printing labels

0 Kudos
261

When we are printing label for generic in CBGL_MP01, the text size is very small.

How can we change the dynamic text size in the label.

Accepted Solutions (0)

Answers (3)

Answers (3)

satya11719
Active Contributor
0 Kudos

Hello mitali86

You can follow the steps above if have hands on with WWI templates ,

Some times you cannot see the <100DYNTXT(8,32)> Directly due to the text box size

For this you need to extract the information in the text box with extraction functionality,

extract.png

Extracted value will appear in A4 and then you change the <100DYNTXT(14,32)> , your text will appear slight bigger as we changed the size from 8 to 14 as shown in the example.

Hit the correct answer if it helps.

Best

Satya

Mark-Pfister
Active Contributor
0 Kudos

Hello mitali86

You need to add the symbol for DynText:

<100DYNTXT(8,32)>

If it doesn't work right away, make sure that the last "Carriage Return" (CR) within the text box

  • is visible - and not set to hidden!
  • is the same size as the text that you want to put out

If above doesn't help. Remove the complete text box and add a new one. Add your WWI Coding again without dyntext sizing symbols first (ensure that the last CR is visible) and re-apply the dyntext sizing after a first initial test...

Hope this helps

Mark

holger_hartung
Contributor
0 Kudos