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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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