Display Adobe pdf inside a div

前端 未结 9 832
南旧
南旧 2020-12-01 04:59

I have a pdf file that the user has to see and click on the \"I agree\" button. How do you display a pdf inside a div?

9条回答
  •  萌比男神i
    2020-12-01 05:34

    You can use the Javascript library PDF.JS to display a PDF inside a div. The size of the PDF can be adjusted according to the size of the div. You can also setup event handlers for moving to next / previous pages of the PDF.

    You can checkout PDF.JS Tutorial - How to display a PDF with Javascript to see how PDF.JS can be integrated in your HTML code.

提交回复
热议问题