View a PDF file in HTML not to download it

前端 未结 6 1921
一个人的身影
一个人的身影 2020-12-30 07:31

I have a very simple pure html file in which I have many PDF files. I have link it like this:

 PDF 1 here 

6条回答
  •  北海茫月
    2020-12-30 08:11

    If the file is not cached, it has to be downloaded. That is, if you grab it using HTTP. If it's on your local filesystem, you could use the file URI scheme.

提交回复
热议问题