This commit is contained in:
KANE LAZENI 2026-02-17 18:09:41 +00:00
parent fa9fca75df
commit e70ab9a914

View File

@ -164,7 +164,8 @@ if ($faceRegistered=="1" && !empty($assure['lienPhoto']) && $headers && strpos($
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);
var_dump($temp);
} else {
// Cadre pour la photo si non disponible
$pdf->Rect($photoX, $photoY, 25, 25);