Recommended way to embed PDF in HTML?

前端 未结 24 1918
天命终不由人
天命终不由人 2020-11-21 04:54

What is the recommended way to embed PDF in HTML?

  • iFrame?
  • Object?
  • Embed?

What does Adobe say itself about it?

In my

24条回答
  •  野的像风
    2020-11-21 05:33

    just use iFrame for PDF's.

    I had specific needs in my React.js app, tried millions of solutions but ended up with an iFrame :) Good luck!

提交回复
热议问题