13

后备箱里好像找不到 这实际上是开源 Chromium 项目的一部分吗?或者这个来源实际上没有发布?只提我能找到:

http://www.listware.net/201007/chromium-discuss/93274-chromium-discuss-chrome-pdf-viewer-source.html

4

4 回答 4

14

使用 Git 获取它:

  • $ git clone https://pdfium.googlesource.com/pdfium

查看和贡献:

于 2014-05-22T15:04:30.350 回答
2

Chromium 只是自动嵌入 PDF 页面,自定义插件与 Chrome 捆绑在一起。Adobe 和 Google 有一些共同协议:

您可以右键单击并检查 PDF Native Viewer 以查看自己,您将看到如下内容:

<html>
<body marginwidth="0" marginheight="0" bgcolor="rgb(38,38,38)">
<embed width="100%" height="100%" name="plugin" src="http://path/to/file.pdf" type="application/pdf">
</body>
</html>
于 2010-09-12T00:02:42.423 回答
0

我只是引用了Chromium wiki的片段(最后更新于 2012 年 11 月 20 日):

Chrome PDF 插件使用第 3 方非自由代码;不存在支持我们想要的所有 PDF 功能(例如填写表格)的免费软件 PDF 插件。:(

于 2013-04-19T15:30:22.150 回答
-3

它是闭源的,就像原生 Flash 插件一样。

于 2010-09-11T20:57:23.303 回答