Google Chrome 中本机 PDF 查看器的源代码在哪里?

发布于 2024-09-18 08:53:32 字数 308 浏览 9 评论 0原文

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

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

Can't seem to find it in trunk. Is this actually part of the open-source Chromium project? Or is the source to this not actually released? Only mention I could find:

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

负佳期 2024-09-25 08:53:32

使用 Git 获取它:

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

查看并贡献:

Fetch it with Git:

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

View and contribute:

蓦然回首 2024-09-25 08:53:32

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>

Chromium just automatically embeds a page with PDF, the custom plugin is bundled up with Chrome. Adobe and Google has some mutual agreement:

You can right click and inspect the PDF Native Viewer to see yourself, you will see something like the following:

<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>
烏雲後面有陽光 2024-09-25 08:53:32

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

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

I just cite a snippet of the Chromium wiki (last updated on Nov 20, 2012):

The Chrome PDF plugin uses 3rd-party non-free code; no Free Software PDF plugin exists that supports all the PDF features we'd like (such as filling in forms). :(

贱人配狗天长地久 2024-09-25 08:53:32

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

It is closed-source, just as native Flash plugin.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文