Questions tagged [mpdf]

mPDF is a PHP library for generating PDF files from HTML with Unicode/UTF-8 and CJK support. It is distributed under the GNU General Public License. Although it is slower than its protoplast (fpdf library) it supports Unicode characters while fpdf does not.

mPDF is a PHP class which generates PDF files from UTF-8 encoded HTML. It is based on FPDF and HTML2FPDF, with a number of enhancements.

1514 questions
-1
votes
1 answer

Want to Replace Table with Div

I have an issue with printing HTML to Mpdf, so, I want to convert the Main Table to Div, so it works in MPDF. I need the same layout using div Currently this using Table