สวัสดีครับ ผมพยายามโค๊ด export เป็น PDF โหลดแล้ว พอเปิดแล้วมันขึ้น failed to load pdf document หาในเน็ตก็แล้วก็ยังแก้ไม่ได้ ช่วยผมทีค้าบบบบ เปิดใน Chrome , Adobe reader ก็ไม่ได้ครับ
นี่คือโค๊ดของผม
<?php
header('Content-Type: application/pdf');
header("Content-Encoding: UTF-8");
header('Content-type: application/pdf');
header('Content-Disposition: attachment; filename="So_hard .pdf" ');
header("Pragma: no-cache");
?>
//ใส่ข้อมูล
ช่วยแก้โค๊ดหน่อยค้าบบบบบ failed to load pdf document
นี่คือโค๊ดของผม
<?php
header('Content-Type: application/pdf');
header("Content-Encoding: UTF-8");
header('Content-type: application/pdf');
header('Content-Disposition: attachment; filename="So_hard .pdf" ');
header("Pragma: no-cache");
?>
//ใส่ข้อมูล