dodgerfan
asked on
ASP.Net page to display powerpoint thumbnails
I need to crate a ASP.Net page that will display a thumbnail images of all of the Powerpoint presentations in a file. Is there a way to do this? I'm using VS 2008 and C#. I'd like the user to be able to click on a particular thumbnail which will then opme the presentation.Any help would be greatly appreciated.
ASKER
All I have to work with is office 2007 and VS 2008. Other tools, free or otherwise, would take months to acquire.
ASKER
Thanks but that's not quite what Im looking for, and my requirements have changed some. On the ASP.Net page there is a file ipload control. Once the user finds and selects the powerpoint presentation they are looking for, the page will then display each slide form that presentation on lower 2/3 that asp.net page as thumbnails. Can this be done?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Or use VB:
http://mycplus.com/source-code/visual-basic/export-all-the-slides-from-a-powerpoint-presentation/
This particular code was written to do something similar to what dodgerfan asked.
http://mycplus.com/source-code/visual-basic/export-all-the-slides-from-a-powerpoint-presentation/
This particular code was written to do something similar to what dodgerfan asked.
That is VB6 code which can not be used in ASP.NET.
Although same code could be written in VB.NET with Interop assemblies.
ISpring does too: http://www.ispringsolutions.com/products/ispring_free.html
Just keep the presentation simple.
If you just want the presentation to open full screen when the thumbnail is clicked, simply save the file as a PPS and post that file and link the thumbnail to the file.