PDF writeHTML for rendering tables
- by sami
I'm using TCPDF and following this example which uses writeHTML and heredoc syntax to write a table.
http://www.tcpdf.org/examples/example_048.phps
I'm trying to do though is switch the font using setFont before writing each column. This means I have to break the html and write it on different pieces (see pseudo code). But once I break the HTML…