02.04.2018 09:16 tarihinde Adnan bilaç yazdı:
İçeriği sayfada üretip, ardından aşağıdaki linkteki gibi content type
belirtirseniz istediğiniz kısa şekilde çözülmüş olur diye düşünüyorum.
https://stackoverflow.com/questions/20080341/correct-php-headers-for-pdf-file-download
Merhabalar,
Yine başaramadık?! Aşağdıdaki kod çalışıyor sitesinde ama bende neden
çalışmadı bilemedim! Fakat pdf okuyucu geldi ama sayfa boş?! Türkçe ile
alakalı olabilir mi?...
Dosya adı denmiş kaynakta ama örnek kodda dosya adı verilmeden
çalışmış... :(
<?php
header("Content-type:application/pdf");
// It will be called downloaded.pdf
//header("Content-Disposition:attachment;filename='downloaded.pdf'");
require('fpdf.php');
$pdf = new FPDF();
$pdf->AddPage();
$pdf->SetFont('Arial','B',16);
$pdf->Cell(40,10,'*************');
$pdf->Output();
?>
--
Kolay gelsin,
Mucip:)
_______________________________________________
Linux-programlama mailing list
Linux-programlama@liste.linux.org.tr
https://liste.linux.org.tr/mailman/listinfo/linux-programlama
Liste kurallari: http://liste.linux.org.tr/kurallar.php