Github 的 electron 不允许嵌入标签?
Github's electron doesn't allow embed tags?
有什么限制吗?控制台没有显示任何错误。
我正在尝试使用基本嵌入标签显示 pdf:
<embed src="./someFile.pdf" width="500" height="375" type='application/pdf'>
但我的电子申请显示:
Electron 在后台使用 Chromium,我不认为 Chromium 像 Chrome 那样与 PDF 查看器插件捆绑在一起。您需要使用适当的插件重新编译 Electron。还有一些 Javascript PDF 查看器,您可能想看看。
PDF.js appears to be a solid choice and indeed another Electron user 似乎正在使用它来解决您的确切问题:)
祝你好运!
有什么限制吗?控制台没有显示任何错误。
我正在尝试使用基本嵌入标签显示 pdf:
<embed src="./someFile.pdf" width="500" height="375" type='application/pdf'>
但我的电子申请显示:
Electron 在后台使用 Chromium,我不认为 Chromium 像 Chrome 那样与 PDF 查看器插件捆绑在一起。您需要使用适当的插件重新编译 Electron。还有一些 Javascript PDF 查看器,您可能想看看。
PDF.js appears to be a solid choice and indeed another Electron user 似乎正在使用它来解决您的确切问题:)
祝你好运!