如何:从基于 html5 的 iphone 应用程序中打开或保存 pdf 文件?
如果我只使用标准链接,pdf 会打开,但它基本上劫持了我的应用程序界面,并且用户无法再退出 pdf。如果我将 pdf 加载到 div 中,那么我会在 div 中看到 gobbeldygook。 我希望该链接可以使用标准“另存为”对话框保存 pdf,或者在默认应用程序中打开 pdf - 可能会在没有默认应用程序的情况下提供应用程序的选择。
我在 iPhone 上使用 html5。我的应用程序使用自己的历史记录进行导航。
PS:到目前为止我正在使用这样的链接 下载 PDF
看起来工作,但我担心这可能不是最佳选择,如果我可以在我的应用程序内的 div 中打开 pdf,比如链接下方或下载下方的 div,那就更好了pdf 按钮。
If I just use a standard link the pdf opens but it basically hijacks my app interface and the user can no longer back out of the pdf. If I make the pdf load into a div then i see gobbeldygook in the div.
I want the link to either save the pdf with a standard Save As dialog or open the pdf in a default app - possibly giving the choice of apps is there is no default.
I am using html5 for the iphone. My app uses its own history for navigation.
PS: so far I am using a link like so<a id="pdflink" href="http://www.myserverzzz.com/menus/menu_4869_document.pdf" target="_blank">Download PDF</a>
and it seems to work, but I'm worried that maybe this is not optimal, it would be better if I could open the pdf in a div inside my app, like a div below the link or below a download pdf button.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论