You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use php and laravel to create an PDF by TCPDF.
My code is like this:
...
{{ $myvalue }}
...
But when $myvalue has some \n, it does not wrap to new line and all words are in the same line.
I change \n to or before it render the pdf, but it display or without wrapping to new line.
The text was updated successfully, but these errors were encountered:
I use php and laravel to create an PDF by TCPDF.
...My code is like this:
{{ $myvalue }}
... But when $myvalue has some \n, it does not wrap to new line and all words are in the same line. I change \n toor
before it render the pdf, but it display
or
without wrapping to new line.
The text was updated successfully, but these errors were encountered: