From ae7b5a0fa09a76b3c8f99f3d5bbb87efa1f58b0f Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 1 Mar 2026 07:47:19 +0000 Subject: [PATCH] a --- Controleur/ControleurAjaxavenantretrait.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Controleur/ControleurAjaxavenantretrait.php b/Controleur/ControleurAjaxavenantretrait.php index b2952f99..9958d22d 100644 --- a/Controleur/ControleurAjaxavenantretrait.php +++ b/Controleur/ControleurAjaxavenantretrait.php @@ -518,13 +518,8 @@ We are pleased to confirm that they have been removed from the current policy in $pdf->Cell(0,$ht,convertirc("The Subscriber"),0,1,'R',false); $uniqid = uniqid(); - $fichierSimple="Temp/$uniqid.pdf"; - $pdf->Output($fichierSimple,"F"); - - // 08/11/2025 => conversion image pdf - // pdf_to_image($fichierSimple, $uniqid); - - $fichier = $fichierTemp; + $fichier="Temp/$uniqid.pdf"; + $pdf->Output($fichier,"F"); $t_html ='
'; $t_html .=' '._("TELECHARGER").' ';