2010-09-11 69 views

回答

-1

它是封閉源代碼,就像原生的Flash插件。

+0

任何想法它使用什麼PDF技術? – 2010-09-13 15:33:50

+1

@Dwight Kelly,它使用谷歌的skia圖形庫,Skia可以直接使用pdf。 http://code.google.com/p/skia/ – SunnyShah 2011-07-03 04:15:08

+2

skia可以繪製PDF,Google使用什麼來呈現PDF的內容? – 2011-07-25 16:14:13

2

Chromium只是自動嵌入PDF頁面,自定義插件與Chrome捆綁在一起。 Adobe和谷歌有一些共同協議:

您可以右鍵單擊並檢查PDF原生瀏覽器,看看你自己,你會看到類似以下內容:

<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> 
0

我只是舉Chromium wiki的片段(最後更新於2012年11月20日):

Chrome PDF插件使用第三方非免費代碼;不存在免費軟件PDF插件,它支持我們想要的所有PDF功能(例如填寫表單)。 :(

+0

截至2014年,它是開源的:http://www.itproportal.com/2014/06/19/google-throws-pdfium-into-the-open-source-community/ – 2017-03-02 15:57:14