Bon à mon probleme. J'aurrais une Question il y a t'il une possiblité de faire un echo si le pdf a éter crée ?
Par example
$html2pdf = new HTML2PDF('P', 'A4', 'fr');
$html2pdf->pdf->SetAuthor('Blabla');
$html2pdf->pdf->SetTitle('xxx PRO-'.$_GET['id'].'');
$html2pdf->writeHTML($content, isset($_GET['vuehtml']));
$html2pdf->Output('xzf-'.$_GET['id'].'.pdf','F');
if( $html2pdf->Output() ) {
echo "Fichier PDF créer avec succée";
}
Quelque chose dans ce genre
pas de soucis merci beaucoup pour ton aide