Jump to content

Download pdf file


jeeva

Recommended Posts

hi frnds,

 

How can I download a pdf file using php?

For that i have used following code. its ask to save or open the pdf file but while open that file its telling error like

"adope reader could not open this file" and open without any content

 

here my code

header("Content-type: application/pdf");
header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
header("Content-Disposition: attachment; filename=$fname.pdf");
readfile("location:Pdf/$fname.pdf");

 

can u please tell me wt i have to do?

Link to comment
https://forums.phpfreaks.com/topic/42485-download-pdf-file/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.