Try to show pdf file using PHP and fpdf

前端 未结 5 853
灰色年华
灰色年华 2021-01-07 11:19

Background: Its\' a e learning website, when user in the learning stage, it will show content for reading at first 3 pages, and after that it will need user

5条回答
  •  轮回少年
    2021-01-07 11:35

    To show fpdf in borwser pass second parameter 'I'

     $filed = $pdf->Output('abc.pdf', 'I');
    

提交回复
热议问题