Dynamic Powerpoint Presentations

J

Jonathan

We are scoping a web project that takes a profile of a user and then
recommends products on a proposal page. We were interested in trying to push
the results of the proposal into a powerpoint presentation automatically that
the user could download.

Is there a way to create a powerpoint template and insert some data into it
from a C# application?
 
M

Mike M.

In short, yes. You could have a presentation with a single slide that forms
your template. You can copy that to a new name and open it from your
program. Then copy and paste that slide as many times as you need and
insert your data into the objects. Since the PowerPoint object model help
is for VB you might want to prototype the code in VB.
 
Top