用于预览 Office 文档的 .net 组件
我有一个用 ASP.NET 编写的 CMS 系统,它允许用户上传文档,通常是 PDF、powerpoint、Word 等。
我正在研究如何实现预览功能,以便一旦文档上传,它就会生成缩略图文档第一页的内容。
有人知道可以使用哪些库、控件来实现此目的吗?
I have a CMS system written in ASP.NET which among other things allows users to upload documents, typically PDF, powerpoint, Word etc.
I am investigating how to implement a preview function so that once the document has been uploaded it would generate a thumbnail of the first page in the document.
Does someone have an idea what libraries, controls are available to achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最终使用了 Adeptol AJAX DocumentViewer。非常容易实施,可支持 300 多种格式。
I ended up using Adeptol AJAX DocumentViewer. Very easy to implement and works with over 300 formats.