Пример #1
0
 public static void CreatePptDocumentFromSource()
 {
     string name           = "createPptDocumentFromSource.pptx";
     string sourcePath     = "source";
     string sourcePassword = null;
     string sourceStorage  = null;
     string password       = "******";
     string storage        = null;
     string newFolder      = "input";
     var    response       = documentApi.CreatePptDocumentFromSource(name, sourcePath, sourcePassword, sourceStorage, password, storage, newFolder);
 }