You might have seen other people having this problem:
http://sourceforge.net/projects/tcpdf/forums/forum/435311/topic/3874468.
And http://www.onemoretake.com/2009/03/27/revisited-tcpdf-variable-height-table-rows-with-multicell/ created their own class to circumvent the problem.
The fix now is as nicolaasuni says in http://sourceforge.net/projects/tcpdf/forums/forum/435311/topic/3874468?message=8669584, get the latest version of TCPDF.
Alternatively, if you can't upgrade, you can use the
nobr
attribute which tells TCPDF not to break in the middle of a cell or other HTML tag. Usage:<tr nobr="true">
<td>your content here</td>
</tr>
Solution found (nicolaasuni again): http://sourceforge.net/projects/tcpdf/forums/forum/435311/topic/3457446?message=7762133
excellent, thanks for the info.
ReplyDeleteThank You!!!!
ReplyDeleteThanks for share, its very great solution for me :D
ReplyDeleteGlad it was useful! :)
DeleteI have faced same problem in td tag where i am using this propery you can check my post using below link.
ReplyDeletehttps://stackoverflow.com/questions/51626066/content-not-breaking-property-nobr-in-tcpdf-is-not-working-properly-in-second