Cita:
Iniciado por stramin debes cambiar el encabezado de la peticion, algo así:
header ("Content-Disposition: attachment; filename=miPDF.pdf");
header ("Content-Type: application/octet-stream");
header ("Content-Length: ".filesize($enlace));
readfile($enlace);
Grax bro, me fué de mucha ayuda tu comentario. Lo voy a checar!
Y ya lo sabía cómo hacerlo por html5(me lo dijeron por aquí también jaja). Grax Italico.
Saludos!