Extracting Powerpoint Charts

  • Thread starter Thread starter Bijoy Naick
  • Start date Start date
B

Bijoy Naick

Is it possible to build a .NET web application which converts each PPT slide
into a GIF/JPG?

ie. User uploads a file, the application converts each slide into an image
and stores the file(s) on the server.

Bijoy
 
Bijoy, what you're trying to do isn't ASP.NET related. You're looking for
MS Office development advice, which is more likely to be found in groups
such as;

microsoft.public.office.developer.automation
microsoft.public.office.sdks
microsoft.public.officedev
microsoft.public.vsnet.vstools.office

Some quick Googling should also earn you useful information, such as the
following tools and libraries;

http://www.softpedia.com/get/Office-tools/Other-Office-Tools/PPT-to-Jpeg-Jpg
-Tiff-Bmps-converter.shtml

http://www.soft32.com/download_76743.html
 
Back
Top