I have the following link:
<a href="http://www.codigos-qr.com/barcode/barcode.processor.php?encode=CODE128&bdata={{$row->code}}w&height=40&scale=2&showData=1&Genrate=" title="Generar Codigo" target="_blank">{{ $row->code }}</a>
It generates a barcode in an external url. Is there any way that instead of opening the link with the image, you can download it directly?