2

我正在构建一个界面来查看一长串 PDF 文档(在 Chrome 中),这些文档都是<embed>s.

<embed width="100%" height="100%" name="plugin" src="http://example.com/path/to/pdf/11749" type="application/pdf">

它工作正常,但控制台填满了这个(每个嵌入式 PDF 一个):

Resource interpreted as Document but transferred with MIME type application/pdf: "http://example.com/path/to/pdf/11749".

我以前见过这个问题,但从未充分回答过。我不想安装浏览器插件或强制下载。

4

1 回答 1

2

为什么不使用http://mozilla.github.io/pdf.js/

它不仅仅是浏览器插件。检查示例。实现相当简单

于 2013-10-16T21:02:25.580 回答