PPT => Bitmap

  • Thread starter Thread starter Sascha Kerschhofer
  • Start date Start date
S

Sascha Kerschhofer

Hello everyone,

does somebody knows how I can extract Bitmaps from a Powerpoint file (one
per slide) with a .NET application? I found some ressources which opens
Powerpoint as application and controls it programmatically. But I am looking
for a way to do this without the help of Powerpoint itself. Would I need a
kind of a rendering engine for this file format? Or are kind of "thumbnails"
embeded inside of such a file?
Will the "Microsoft Power Point 9.0 Object Library" help me or what is it
usefull for?

Thank you for any advice.

Sascha
 
Dear User ,
You can use this software. First download it from :
ftp://ftp2.konvertor.net/konverto/konvertore_ppt2xxx_dll.zip

This software will help u Extracting BMP from PPt.

Suvodip Moitra
 
Hello everyone,

does somebody knows how I can extract Bitmaps from a Powerpoint file (one
per slide) with a .NET application? I found some ressources which opens
Powerpoint as application and controls it programmatically. But I am looking
for a way to do this without the help of Powerpoint itself.

In order to do that, you'd need a detailed knowledge of the PowerPoint file
format itself. Here's a bit more info on that (I wouldn't get my hopes up):

Where can I learn about the PowerPoint FILE FORMAT
http://www.rdpslides.com/pptfaq/FAQ00113.htm
Would I need a
kind of a rendering engine for this file format? Or are kind of "thumbnails"
embeded inside of such a file?
Will the "Microsoft Power Point 9.0 Object Library" help me or what is it
usefull for?

The object library tells your application what objects, methods and properties
PowerPoint itself exposes. It's kind of a programmer's index to using
PowerPoint. Withouth PowerPoint itself, the objecdt library is of no use.
Thank you for any advice.

Sascha

--
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================
Featured Presenter, PowerPoint Live 2004
October 10-13, San Diego, CA www.PowerPointLive.com
================================================
 
Back
Top