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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I found my solution by changing my code to clean html into the tcpdf format means by using
cellandmulticellfunction of tcpdf.Refrence : http://www.onemoretake.com/2009/03/09/tcpdf-variable-height-table-rows-with-multicell/