2010-12-20 43 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