Can you give me an example of how I can merge different PPT's into one.
I had a similar requirement in docx and had it resolved after follwoing your solution example .
My requirement is that I have a template and need to create a ppt from it. At run time I intend to substitute some of the values in the template with actual values.
Now for a particular business scenario , I need to create an output which will be repetitions of the input template.
Example my template has somethign like
Title
Name
Age
My output ppt should have multiples of this :
Title
Name
Age
Title
Name
Age
Title
Name
Age
where the number of repetitions are dynamic and decided at runtime only.
Can you provide me some solution to get this done?