$filename = '';
header("Content-Type: application/pdf");
header("Content-Disposition: attachment; filename=convertedDocument.pdf");
passthru("/usr/bin/htmldoc -t pdf12 --quiet --size a4 --bodyfont Arial --fontsize 8.0 --no-links --webpage $filename");
HTML2PDF