My question is and I hope you can answer it
I am using the fpdf library in which I have to click on the send button, redirect the PDF and download it, the problem is that when using the
$pdf->Output('D','entradamateriaPrima.pdf');
I can no longer use in windows location or the header Could someone explain me some way to force a download and redirect in the FPDF library.