我遇到的大致有几种做法: https://m.imooc.com/wenda/detail/343525

1、将PDF转为图片显示在HTML中。链接:https://pdf2jpg.net/

2、使用HTML标签:
(1)、 <embed width="800" height="600" src="test_pdf.pdf"></embed>2)、<object class>
(3)、<iframe src="test_pdf.pdf" width="800" height="600"></iframe> 

3、将PDF转为swf,然后网页直接显示flash就行了,请自行搜索: pdf2swf

 

相关文章:

  • 2022-12-23
  • 2021-09-20
  • 2022-12-23
  • 2022-12-23
  • 2021-10-27
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-06
  • 2021-12-07
  • 2022-12-23
  • 2021-12-06
  • 2021-12-06
  • 2022-12-23
相关资源
相似解决方案