Hi,
I’m trying to update a word document in aspose cloud storage using bookmarks (wordsService.WordsBookmarks.UpdateDocumentBookmark). Simple updates work fine and I get the expected result. Now, however, I’m trying to insert some HTML from a rich text editor (Telerik Kendo UI Editor) into the document without success.
I found out about a method DocumentBuilder.InsertHtml in the Aspose Words Component, but can’t seem to find anything relevant from the Cloud version. Is there a way to complete such insertion through the cloud API and if so, how?