The css style "word-wrap: break-word" does not work while I export the html file to PDF by flyingsaucer.
I defined a class in css file
.class-name{
word-wrap: break-word
}
and below is my html file
<table class="class-name">
<tr>
<td>
something very long
...
...
...
</td>
</tr>
</table>
I followed the solution in number cannot be wrapped in flyingsaucer and itext but it did not work.
The version of my flyingsaucer is >9 and the version of itext is 2.1.7