Using mPDF to print html to pdf the font-size I set in html is not properly set in creating the pdf.
In my html I have
-
2020-12-16 17:07
mPDF uses autosizing tables and this influences, among other things, the font-size as well. When outputting tables with mPDF you need to set:
on every table. See Auto-layout algorithm in the mPDF manual for reference.