使用 Ruby on Rails 进行文档管理

发布于 2024-12-11 15:03:14 字数 133 浏览 0 评论 0原文

任何人都可以推荐一个好的库用于:

  1. 上传文档(Office、PDF 等)
  2. 下载文档
  3. 在浏览器中渲染缩略图和预览文档

最好具备上述所有内容,但 1 和 2 也不错

Anybody can recommend a good library to use for:

  1. Upload document (Office, PDFs and others)
  2. Download document
  3. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ゝ偶尔ゞ 2024-12-18 15:03:14

回形针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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文