This commit is contained in:
KANE LAZENI 2026-03-01 07:45:49 +00:00
parent 0407e19f93
commit 12c318da07
2 changed files with 14 additions and 5 deletions

View File

@ -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();
}
}

View File

@ -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);
}
});
}