This commit is contained in:
KANE LAZENI 2026-02-17 06:27:42 +00:00
parent 163ee909f8
commit cdef8d9491

View File

@ -94,7 +94,6 @@ $pdf->SetFont('Arial', 'B', 6);
$pdf->Cell(28, 3, ' : '.substr(mb_convert_encoding($assure['lienparente'], "ISO-8859-1", "UTF-8"), 0, 20), 0, 1);
/* kane 17/02/2026 à 06h => recherche meilleure place QR code*/
// ============ AJOUT DU QR CODE ============
// Position : en bas à droite de la carte
// Position : en bas à gauche de la carte
@ -106,7 +105,7 @@ if (file_exists($qrCodePath)) {
*/
$qrX = 5; // Position X (à droite)
$qrY = 38; // Position Y (en bas)
$qrY = 34; // Position Y (en bas)
$qrSize = 20; // Taille du QR code (10mm)
$pdf->Image($qrCodePath, $qrX, $qrY, $qrSize, $qrSize);