Programatically edit PPT files

C

Chakravarthy

I need to develop an application which will accept a set of PPT files, and
the 'change from' and 'change to' strings, and programmatically apply edit
those strings in the PPT's.

Currently I have done this in C# and .NET Forms 1.1, opening the PowerPoint
files with the help of the Interop.PowerPoint DLL's . However, this eats up
the memory and stalls the system when the PPT has more than 100 slides.

Is there a simpler way of doing this, within .NET or outside of it ? Would
it be possible to use some PInvoke Win DLL's ? Or open the PPT files as a
binary stream and try to manipulate the strings ?

Any ideas welcome.

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top