Click here to Skip to main content
16,022,352 members
Please Sign up or sign in to vote.
3.00/5 (3 votes)
See more:
Hi,

i am trying to create a slideshow application using C# and WPF...

The problem I am having though is that i need to convert excel, pdf and word documents into a jpeg format in order to use them as slides in a slideshow...

basically, i want the users of the slideshow app to place their files into a folder. When the app is run it will convert the files into a jpeg format and the app will be able to load the converted files into the slideshow playlist.

Please help me find a solution... any suggestions will be most appreciated
Posted
Comments
Sandeep Mewara 14-Jun-11 5:30am    
Ok. So you started/tried anything or have no clue ?

1 solution

Your best bet is to buy some sort of library that does this. You need to either write code that opens word and takes a screenshot, or you need to write/buy a rendering engine that can read a Word file, an Excel file, etc and render it to a bitmap. Not likely to happen in a hurry.
 
Share this answer
 

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