2010-12-20 67 views
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(); 

回答

1

?q=123添加到您要撥打的網址,並在每次調試時再次調用該號碼。這可以防止您的瀏覽器和PDF插件緩存您的請求和以前的錯誤。

0

我花了大約5秒鐘發現在FPDF FAQ this

+0

沒問題。誰是Ur? – demonkoryu 2010-12-20 10:51:52