a
This commit is contained in:
parent
d1c265f774
commit
e158b24ecb
|
|
@ -106,7 +106,7 @@ if (file_exists($qrCodePath)) {
|
||||||
|
|
||||||
$qrX = 5; // Position X (à droite)
|
$qrX = 5; // Position X (à droite)
|
||||||
$qrY = 34; // Position Y (en bas)
|
$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);
|
$pdf->Image($qrCodePath, $qrX, $qrY, $qrSize, $qrSize);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user