本文介绍了谷歌浏览器的原生PDF查看器的源代码在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
似乎无法在后备箱中找到它。这实际上是开源Chromium项目的一部分吗?或者,这是不是真正释放的来源?只有提到我可以找到:
解决方案
使用Git获取它: $ b >
$ git clone https://pdfium.googlesource.com/pdfium
查看并贡献:
>
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
解决方案
Fetch it with Git:
$ git clone https://pdfium.googlesource.com/pdfium
View and contribute:
- https://pdfium.googlesource.com/pdfium/+/master (Source browser)
- https://pdfium.googlesource.com/pdfium/+/master/LICENSE (BSD 3-clause)
- https://code.google.com/p/pdfium/ (Bug-tracker)
这篇关于谷歌浏览器的原生PDF查看器的源代码在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!