a
This commit is contained in:
parent
0407e19f93
commit
12c318da07
|
|
@ -522,7 +522,16 @@ We are pleased to confirm that they have been removed from the current policy in
|
|||
$pdf->Output($fichierSimple,"F");
|
||||
|
||||
// 08/11/2025 => conversion image pdf
|
||||
pdf_to_image($fichierSimple, $uniqid);
|
||||
// pdf_to_image($fichierSimple, $uniqid);
|
||||
|
||||
$fichier = $fichierTemp;
|
||||
|
||||
$t_html =' <div id ="div_export_a" class="alert alert-info"> ';
|
||||
$t_html .=' <a style="font-size:15pt;" href="'.$fichier.'" target="_blank" > '._("TELECHARGER").' </a> ';
|
||||
$t_html .=' </div ';
|
||||
echo $t_html;
|
||||
|
||||
exit();
|
||||
|
||||
}
|
||||
}
|
||||
|
|
@ -44587,12 +44587,12 @@ function imprimer_avenant(idAvenant, lienTexteAvenant)
|
|||
data: donnees,
|
||||
success: function(data)
|
||||
{
|
||||
$('#div_test_gabarit').html(data);
|
||||
donnees_retour = data;
|
||||
// div_export.html(data);
|
||||
// $('#div_test_gabarit').html(data);
|
||||
// donnees_retour = data;
|
||||
div_export.html(data);
|
||||
},
|
||||
complete: function() {
|
||||
$('#div_export').html(donnees_retour);
|
||||
// $('#div_export').html(donnees_retour);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user