My pdf is compiled inside the executable. Here is my code, I used HTML2PDF and it works very well:
> <?php if ($generate) { $content = ob_get_clean(); require_once(dirname(__FILE__).'/scripts/html2pdf/html2pdf.class.php'); try { $html2pdf = new HTML2PDF('P','A3','fr', false, 'ISO-8859-15'...