Adobe PDF not showing on IIS7

前端 未结 2 1676
小鲜肉
小鲜肉 2021-01-23 17:04

I got this code below working on local (using source code) perfectly fine. But when I published it on IIS7 the PDF is not showing anymore.

2条回答
  •  北海茫月
    2021-01-23 17:36

    If you want to show a PDF on your site, here are a few javascript tools you can use that can help you accomplish this:

    http://viewerjs.org/

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

    Personally, I have not used either of these tools, but they seem like they would be sufficient for what you are trying to accomplish.

提交回复
热议问题