a
This commit is contained in:
@@ -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> ';
|
||||
|
||||
Reference in New Issue
Block a user