I am trying to make a template into which we can copy or clone pptx pages.
I have done this by copying a text frame into a pptx template page. What I would like to do now is bring a pptx page into a template which contains a title field.
I have started to do this by cloning the page into a destination document. Then I need to add the title. Can a title in a TextFrameEx on a master page be referenced from aspose?
Is this the best way to do this? How would you bring in content from an external pptx and then add a title and other data from a db into the destination?
Any help is appreciated.