Cell overflow in PDF Document Generator

0
Hi, I use the DocumentGenerator to export data to a pdf. If a table cell contains an attribute with a very long uninterrupted text value, for instance ...xxxxxxxxxxxx... etcetera, then the cell in the resulting pdf overflows. I have tried to add 'overflow: hidden;' to the custom style property of the cell, but this doesn't work. Any suggestions? Thanks, Koen
asked
1 answers
0

Try splitting up the text before it is printed on the pdf. Otherwise you might want to try as suggested in this stackoverflow post

answered