如何从 javascript 访问 chrome pdf 渲染功能
我需要知道如何从 chrome 中的 javascript 访问 chrome pdf 渲染功能(还有 firefox 等,现在我从 chrome 开始)。我希望能够管理单个页面并且我对性能感兴趣。我发现 chrome 的渲染速度很快。 谢谢
I need to know how to access chrome pdf rendering capability from javascript in chrome (but also firefox etc, now I start with chrome). I want to be able to manage single pages and I am interested in performance. I see that chrome is fast at rendering.
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法直接访问它,但有 js 库 允许在 javascript 中创建 pdf 文件然后可以使用 Data URI 格式在浏览器中显示。
You can't access it directly, but there is js library that allows creating pdf files in javascript which then can be displayed in the browser by using Data URI format.