How to embed a PDF?

后端 未结 6 1388
囚心锁ツ
囚心锁ツ 2020-11-29 20:55

I am trying to embed a PDF in an HTML document, but this seems to work only with Chrome. Other browsers appear to either require plugins or require a user to click a link wh

6条回答
  •  天命终不由人
    2020-11-29 21:33

    do you know about http://mozilla.github.io/pdf.js/ it is a project by mozila to render pdf inside of your html using canvas. it is super simple to use.

提交回复
热议问题