SetFont('Arial','',12);
$pdf->AddPage();
$pdf->WriteHTML($_POST['text']);
$pdf->Output();
exit;
}
?>
HTML2PDF
HTML2PDF
Supported tags are the following:
- <br> and <p>
- <b>, <i> and <u>
- <img> (src and width (or height) are mandatory)
- <a> (href is mandatory)
- <font>: possible attributes are
- color: hex color code
- face: available fonts are: arial, times, courier, helvetica, symbol
To display these tags without interpreting them, use < and >