a
This commit is contained in:
parent
bb745daa2e
commit
311c04b8c7
|
|
@ -167,7 +167,7 @@ if ($headers) {
|
||||||
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);
|
||||||
} 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