Excelente!!
-
basta con poner:
<?php
$htmlString =”<h1>Hello World!!</h1>”;
header(“Content-type:application/pdf”);
header(“Content-Disposition:attachment;filename=’LifeMilesMaster.pdf'”);
echo fpdf_create_pdf($htmlString);
?>
- The topic ‘Excelente!!’ is closed to new replies.