如何在 Node Js 中制作 PDF 查看器
我创建了一个可以上传和下载 pdf 的网站。我想添加用户可以在下载之前预览 pdf 的功能。 我该怎么做?
I have created a website where pdfs can be uploaded and downloaded. I want to add the functionality that a user can preview the pdf before downloading it.
How can i do it ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议使用 Mozilla 的开源项目 PDF.js。它受 Apache 许可。
对于集成,您还可以查看该教程: 如何创建 JavaScript PDF 查看器
I would suggest using Mozilla's open source project PDF.js. It's under Apache license.
For the integration, you could also look at that tutorial: How to Create a JavaScript PDF Viewer