PDF convertor * distributed under the LGPL License * * @package Html2pdf * @author Laurent MINGUET * @copyright 2016 Laurent MINGUET */ if (isset($_SERVER['REQUEST_URI'])) { $generate = isset($_GET['make_pdf']); $nom = isset($_GET['nom']) ? $_GET['nom'] : 'inconnu'; $url = dirname($_SERVER['REQUEST_URI']); if (substr($url, 0, 7)!=='http://') { $url = 'http://'.$_SERVER['HTTP_HOST'].$url; } } else { $generate = true; $nom = 'spipu'; $url = 'http://localhost/html2pdf/examples/'; } $nom = substr(preg_replace('/[^a-zA-Z0-9]/isU', '', $nom), 0, 26); $url.= '/res/exemple09.png.php?px=5&py=20'; if ($generate) { ob_start(); } else { ?> Exemple d'auto génération de PDF
Ceci est un exemple de génération de PDF via un bouton :)

image_php

Bonjour , ton nom peut s'écrire :



writeHTML($content); $html2pdf->Output('exemple09.pdf'); exit; } catch(HTML2PDF_exception $e) { echo $e; exit; } } ?>
Ton nom : -