是否可以从 .doc 或 .xls 文档获取缩略图?
我正在寻找从 MS doc/xls 文档页面创建图像缩略图, 但我什么也没找到。
对于 pdf 文档,我使用了 Quarz 框架,但在这种情况下我不能。
有帮助吗?
I'm looking for create an image thumbnail from a MS doc/xls document's page,
but I found nothing about it.
For pdf documents I used Quarz framework, but I can't in this case.
Some help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Web 视图可用于制作 MS 文档预览。
我曾经尝试过用这段代码来做到这一点。
它可以工作...但是...网络视图需要在图形线程中工作,因此当此操作运行时,您的界面会变慢。也许你可以优化一下。
标题
代码
编辑: ARC 版本!
标头
代码
A web view can be used for making a MS doc preview.
I've tried once to do that with this piece of code.
It works ... but ... the web view need to work in graphical thread, so when this operation is running your interface is slower. Maybe can you optimized that.
Header
Code
Edit: ARC version!
Header
Code