Reputation: 311
I am using a template to create a PowerPoint presentation with images created dynamically. I need to duplicate the slide using the same pattern from the slide in the template, how can I select the slide and duplicate?
$TBS->LoadTemplate($template, OPENTBS_ALREADY_UTF8);
$TBS->Plugin(OPENTBS_SELECT_SLIDE, 1, true);
Thank you
Upvotes: 1
Views: 14