This commit is contained in:
KANE LAZENI 2026-02-17 18:56:10 +00:00
parent bb745daa2e
commit 311c04b8c7

View File

@ -167,7 +167,7 @@ if ($headers) {
file_put_contents($temp, $data);
// $pdf->Image($photoPath, $photoX, $photoY, 25, 25);
$pdf->Image($temp, $photoX, $photoY, 25, 25); // Réduction de 30x30 à 25x25
// unlink($temp);
unlink($temp);
} else {
// Cadre pour la photo si non disponible
$pdf->Rect($photoX, $photoY, 25, 25);