Try to show pdf file using PHP and fpdf

前端 未结 5 801
灰色年华
灰色年华 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:40

    It looks like you're trying to display the PDF inline. To do this you should create an IFRAME with a source that points to your PDF creation script. That way the browser can choose whether or not it can display the PDF, if it can't then the file will be downloadable.

    Main point: the browser doesn't know how to interpret what you're giving it.

提交回复
热议问题