I have two PPT files say P1 and P2. I want to apply the master template of P1 to P2. How can that be done?
In powerpoint interop, what we do is open P1 and export (saveas) the file as template file (say P1_template.pot file) using P1.Export or P1.SaveAs and then we use P2.ApplyTemplate(path of P1_template.pot).
Please see this thread
<A href="</A> </P></FONT>
Thanks, that serves the purpose.