PHP之pdf预览

@bruce  January 9, 2020
header("Content-type: application/pdf");
header("Content-Disposition:inline;filename='preview.pdf'");
readfile($path);

添加新评论