使用 Ruby on Rails 进行文档管理
任何人都可以推荐一个好的库用于:
- 上传文档(Office、PDF 等)
- 下载文档
- 在浏览器中渲染缩略图和预览文档
最好具备上述所有内容,但 1 和 2 也不错
Anybody can recommend a good library to use for:
- Upload document (Office, PDFs and others)
- Download document
- Render Thumbnail and preview doc in the browser
It would be best to have all of the above but 1 and 2 is good too
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
回形针 和 CarrierWave 是两个流行的上传库。
下载不需要任何特殊的东西;使用send_file。
不确定规范的 Rails 文档预览是什么。
Paperclip and CarrierWave are two popular uploading libraries.
Downloading doesn't require anything special; use send_file.
Not sure what the canonical Rails doc preview would be.