Hey everyone!
Got a little issue, i have a script which is working fine…it creates a pdf and outputs some $text as a string into a table on the pdf when output…
BUT MY ISSUE
text flows over the sides of the cells rather than wrapping to the next line within that cell…
THE FIX
there is another script which i have been given, which i need to join somehow with the script i already have to get word wrap to work on the table and cells.
I am having trouble with how to join the two scripts and where to join them.
writeHTML() is the function i use to create the table in the pdf so i assume that is where i would join the script somewhere in there…
But i’lll post up the two scripts and if someone could have a look to point me in the write direction would be much appreciated :D:D thanks in advance!