Recommended way to embed PDF in HTML?

前端 未结 24 2626
天命终不由人
天命终不由人 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:39

    Probably the best approach is to use the PDF.JS library. It's a pure HTML5/JavaScript renderer for PDF documents without any third-party plugins.

    Online demo: http://mozilla.github.com/pdf.js/web/viewer.html

    GitHub: https://github.com/mozilla/pdf.js

提交回复
热议问题