I'm attempting to generate a QR Code with addLogoSpace option set to true , output to a PDF ('outputType' => QRCode::OUTPUT_FPDF,. But, receiving an error, details below.
Full code sample is below, w/ configuration options. Pls note I am not placing a logo in this example, just attempting to add space for it in the matrix.
I am using php v7.4.25 with the "chillerlan/php-qrcode": "dev-main" version in my composer.json.
Hi,
I'm attempting to generate a QR Code with
addLogoSpace
option set totrue
, output to a PDF ('outputType' => QRCode::OUTPUT_FPDF,
. But, receiving an error, details below.Full code sample is below, w/ configuration options. Pls note I am not placing a logo in this example, just attempting to add space for it in the matrix.
I am using php v7.4.25 with the
"chillerlan/php-qrcode": "dev-main"
version in my composer.json.Thank you! Matt
And i'm receiving the following error: