$content = '<page style="font-family: freeserif">...</page>'; $html2pdf = new HTML2PDF(); $html2pdf->writeHTML($content); $html2pdf->Output('utf8.pdf');