Problem with Template. Text in dataview goes outside line/border

1
I have an Template with a dataview. In the dataview i have several colums. Based on a datasource microflow i retrieve data, for example: employee name/ department and gender. When i create a PDF there are several of employee names/ department names that go outside the border. In some cases the fieldname get automatically an Enter, in other cases there is no enter. Is this a bug or is there an workaround to solve this problem?
asked
2 answers
1

When there are spaces in the attribute text, the document generator will know where to break these texts. If there aren't, then it won't know where to break so it will just keep going even when there is no space. You could insert a zero width space character (see http://en.wikipedia.org/wiki/Zero-width_space) to make it break manually.

At least this is the case in 2.5.4, I'm not 100% sure what the behavior in 2.5.3 was.

answered
0

I have the same problems. I think this is a bug. You can solve this by playing with the widths of the coloms and the alignment!

answered