1

hi

I am creating a pdf with data from a database, but one of the fields is a text area. how can i get something like this:

text
text
text

Instead of something like this:

text text text

Everything in the same field

I'd appreciate any kind of help

Thanks


2

like when you make HTML... nl2br...

it is not about HTML2PDF wink
Ancien pseudo : lolo

3



but how can i make the textarea autofits the loaded text.

I cant set row and cols static

4

Got it...

Thank you very much