a
This commit is contained in:
parent
fa9fca75df
commit
e70ab9a914
|
|
@ -164,7 +164,8 @@ if ($faceRegistered=="1" && !empty($assure['lienPhoto']) && $headers && strpos($
|
||||||
file_put_contents($temp, $data);
|
file_put_contents($temp, $data);
|
||||||
// $pdf->Image($photoPath, $photoX, $photoY, 25, 25);
|
// $pdf->Image($photoPath, $photoX, $photoY, 25, 25);
|
||||||
$pdf->Image($temp, $photoX, $photoY, 25, 25); // Réduction de 30x30 à 25x25
|
$pdf->Image($temp, $photoX, $photoY, 25, 25); // Réduction de 30x30 à 25x25
|
||||||
unlink($temp);
|
// unlink($temp);
|
||||||
|
var_dump($temp);
|
||||||
} else {
|
} else {
|
||||||
// Cadre pour la photo si non disponible
|
// Cadre pour la photo si non disponible
|
||||||
$pdf->Rect($photoX, $photoY, 25, 25);
|
$pdf->Rect($photoX, $photoY, 25, 25);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user