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.
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.