Display Adobe pdf inside a div

前端 未结 9 836
南旧
南旧 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条回答
  •  庸人自扰
    2020-12-01 05:32

    Yes you can.

    See the code from the following thread from 2007: PDF within a DIV

    alt : test.pdf

    It uses , which can be styled with CSS, and so you can float them, give them borders, etc.

    (In the end, I edited my pdf files to remove large borders and converted them to jpg images.)

    提交回复
    热议问题