Hello Team,
few months back I requested for the Editor Example for Word file and I get the code like below
[HttpPost]
[Route("api/GroupDocsApi/CreateEmptyWordFile")] //To create empty word doc
public async Task<SPRespo…...request) { try { Document document = new Document(); await Task...Task.Run(() => document.Save(request.FileUploadPath)); return new...