By saaspose
via saaspose.com
Submitted: Feb 21 2013 / 22:32
This technical tip allows developers to replace text in Word document using Saaspose.Words REST API in your .NET applications. Some important steps for performing this task are to build URI to replace text, serialize the JSON request content, set old string to replace, set new string to replace, Parse the json string to JObject, sign URI, get response stream and the ReplaceText class is also given in detail.
Add your comment