Is it possible to change the size of the qr code generated from tcpdf? It seems when I change the size from anything but 50,50 points, the resulting QR code becomes invalid
Tried both variations - the QR code generated can't be read by a QR reader
$pdf->write2DBarcode($url, 'QRCODE,H', '', '', 25, 25, $style, 'N',FALSE);
$pdf->write2DBarcode($url, 'QRCODE,H', '', '', 25, 25, $style, 'N',TRUE);