Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已将 visualforce 页面呈现为 pdf。它在浏览器中完美显示,我可以缩放、滚动和打印它。为什么我不能保存它?上下文菜单上的保存按钮和另存为... 选项都不起作用。
可能 PDF 被错误地嵌入到 HTML 内容中。应该是这样的: <embed width="100%" height="100%" name="plugin" src="http://..." type="application/pdf">在您的页面上。您可以安装 Adobe 网络插件。它工作正常。插件的保存菜单出现在右下角。
<embed width="100%" height="100%" name="plugin" src="http://..." type="application/pdf">