// For complete examples and data files, please go to https://github.com/groupdocs-assembly/GroupDocs.Assembly-for-.NET
string strDocumentTemplate = "Presentation Templates/Using Presentation as Table of Data.pptx";
string strDocumentReport = "Presentation Reports/Using Presentation as Table of Data_Output.pptx";
// Assemble a document using the external document table as a data source.
DocumentAssembler assembler = new DocumentAssembler();
assembler.AssembleDocument(CommonUtilities.GetSourceDocument(strDocumentTemplate), CommonUtilities.SetDestinationDocument(strDocumentReport), DataLayer.PresentationData(), "table");