a
This commit is contained in:
@@ -106,7 +106,7 @@ if (file_exists($qrCodePath)) {
|
||||
|
||||
$qrX = 5; // Position X (à droite)
|
||||
$qrY = 34; // Position Y (en bas)
|
||||
$qrSize = 20; // Taille du QR code (10mm)
|
||||
$qrSize = 18; // Taille du QR code (10mm)
|
||||
|
||||
$pdf->Image($qrCodePath, $qrX, $qrY, $qrSize, $qrSize);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user