📌  相关文章
📜  无需下载即可在线查看 pdf 文件 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:48.639000             🧑  作者: Mango

代码示例1
header("Content-Length: " . filesize ('theme/assets/pdf/ci.pdf' ) ); 
header("Content-type: application/pdf"); 
header("Content-disposition: inline;     
filename=".basename('theme/assets/pdf/ci.pdf'));
header('Expires: 0');
header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
$filepath = readfile('theme/assets/pdf/ci.pdf');