/var/www/vhosts/nabawater/vendor/chillerlan/php-qrcode/examples
NameSizeModeActions
custom_output.php8790644editdlrm
example_image.png22790644editdlrm
example_svg.png159250644editdlrm
fpdf.php12470644editdlrm
html.php17050644editdlrm
image.php13840644editdlrm
imageWithLogo.php11870644editdlrm
imageWithText.php8350644editdlrm
imagick.php10940644editdlrm
MyCustomOutput.php7560644editdlrm
octocat.png24680644editdlrm
QRImageWithLogo.php22750644editdlrm
QRImageWithText.php28000644editdlrm
svg.php16900644editdlrm
text.php13270644editdlrm
Edit: /var/www/vhosts/nabawater/vendor/chillerlan/php-qrcode/examples/fpdf.php (1247B)
7, 'outputType' => QRCode::OUTPUT_FPDF, 'eccLevel' => QRCode::ECC_L, 'scale' => 5, 'imageBase64' => false, 'moduleValues' => [ // finder 1536 => [0, 63, 255], // dark (true) 6 => [255, 255, 255], // light (false), white is the transparency color and is enabled by default // alignment 2560 => [255, 0, 255], 10 => [255, 255, 255], // timing 3072 => [255, 0, 0], 12 => [255, 255, 255], // format 3584 => [67, 191, 84], 14 => [255, 255, 255], // version 4096 => [62, 174, 190], 16 => [255, 255, 255], // data 1024 => [0, 0, 0], 4 => [255, 255, 255], // darkmodule 512 => [0, 0, 0], // separator 8 => [255, 255, 255], // quietzone 18 => [255, 255, 255], ], ]); \header('Content-type: application/pdf'); echo (new QRCode($options))->render($data);