Click here to Skip to main content
15,886,963 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Tech folks,
I wanted to get the thumbnail of the first page of Microsoft Office documents(MS word, MS excel, MS ppt,etc) using python.
There are many ways to do it but my requirements is to get thumbnails of million of documents, so i am using Azure Batch Processing using python. So the restriction is that i can't use any software which i have to install or executed explicitly or manually.
I already have a code which converts pdf files to thumbnails so if i can convert office files to pdf then i can achieve my goal but the problem is i am not able to find any python package which can convert to pdf, i also read about COM components which can convert Office docs to pdf but i don't want any installations as it will not fit in my batch processing, if there is any silent installations which can be done using command line then we can do that. Please suggest any alternatives.

What I have tried:

I have tried COM but it does not fit my requirements
Posted
Updated 6-Feb-19 22:56pm
Comments
Maciej Los 7-Feb-19 9:23am    
I'm wondering why...
Does it have to be kind of document browser?
Can't you just display just standard icon?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900