我的应用程序是用开发的。“我的应用程序”有一个专用的网络模块,网络成员可以在其中上传文件,以便在它们之间共享。现在我正在使用Amazon来保存文件。我是否可以提供一个选项来生成这些文件的预览,以便用户可以在下载文件之前在线查看它们。
以下是我在我的研究中所看到的:
Group Docs:
http://groupdocs.com/pricing/api-pricing. This is paid version and I'm not sure about the privacy of my documents.
Zoho Docs
https://www.zoho.com/docs/
I'm not sure if they have an API to support the document viewing feature.
Google Drive(Formerly Google Docs)
https://developers.google.com/drive/
I'm not sure if I can only open the documents using Google Drive and not save to them on google drive.
这些文件是极其私密的,在我的应用程序中,安全性是非常重要的。
如果有人对此方案有任何建议或想法,请与我分享。
谢谢
发布于 2013-03-29 07:09:21
请试试这个链接,它会帮你的
Document Viewer
是一种允许您在网页中直接查看几种文件格式的jQuery plugin
。Document Viewer
支持的文件格式如下:
发布于 2013-08-13 14:46:34
是的,可以的,我正在用它。
2多种文件类型的选择:
或者尝试付费服务,他们甚至有一个文件的3D视图;)
https://stackoverflow.com/questions/14788018
复制相似问题