I have to print a table with TCPDF, but I want the media to be displayed (centered), I can not use css (because the library does not interpret them) and the $ tcp- > multicell () does not help me either , since the location on my page varies depending on the content. Has anyone been able to solve this issue?.
$pagina.='<table border = "0" style="">
<tr>
<td style="text-align: center;" > </td>
</tr>
</table>';