Hello Team,
I am working with Editor in my application, I took help from Groupdocs team for Editor with DOCX file and I got the code from the team, Code below.
[HttpPost]
[Route("api/GroupDocsApi/CreateEmptyWordFile")]…...{ try { Document document = new Document(); await Task.Run(()...Save(request.FileUploadPath)); return new SPResponse() { ReturnStatus =...