I am having a formatting issue with PDF generation with TCPDF in CakePHP.
It doesn't show the exact table & div structure as there in HTML.
Does anyone know the solution for it?
Thanks in advance.
I found my solution by changing my code to clean html into the tcpdf format means by using cell
and multicell
function of tcpdf.
Refrence : http://www.onemoretake.com/2009/03/09/tcpdf-variable-height-table-rows-with-multicell/