Ver originalheader('Content-Type: application/force-download');header('Content-Disposition: attachment; filename="Planilla_R-8.pdf"');header('Content-Length: ' . filesize("planillas/Planilla_R-8.pdf"));readfile("planillas/Planilla_R-8.pdf");