I have created a pdf using tcpdf in php. i have a table with one row and one column. when i put the content from a form which is a textarea, the content in the form flows out of the table border. how can i make it so that it is contained in the border itslef???
|
feedback
|
|
Which method do you use for writing the table? On TCPDF website there is example no.48, where I see line breaks working well: http://www.tecnick.com/pagefiles/tcpdf/example%5F048.pdf http://www.tecnick.com/pagefiles/tcpdf/example%5F048.phps They use writeHTML: http://www.tecnick.com/pagefiles/tcpdf/doc/com-tecnick-tcpdf/TCPDF.html#methodwriteHTML Two of many reasons why line-breaking does not work could be:
| |||
|
feedback
|