0
我正在使用fpdf庫向觀衆顯示pdf。所有瀏覽器都顯示PDF,但我遇到了ie7的問題。因爲沒有顯示。fpdf不適用於ie7
樣本pdf代碼我已經用於檢查ie。
require 'fpdf.php';
class PDF
{
//Necessary codes for header footer body sction
}
$pdf=new PDF();
$title='Faq in Current Account';
$pdf->SetTitle($title);
$pdf->SetAuthor('Rangan');
$content="This is a sample content";
$pdf->PrintChapter(1,'title',$content);
$pdf->Output();
沒問題。誰是Ur? – demonkoryu 2010-12-20 10:51:52