This commit is contained in:
KANE LAZENI 2026-03-01 07:47:19 +00:00
parent 12c318da07
commit ae7b5a0fa0

View File

@ -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 =' <div id ="div_export_a" class="alert alert-info"> ';
$t_html .=' <a style="font-size:15pt;" href="'.$fichier.'" target="_blank" > '._("TELECHARGER").' </a> ';