I am currently using Aspose.Words and am calling Node.Range.Replace. I am having mixed results. It seems some files take much longer to process than others (minutes vs. seconds) regardless of size and the regular expression definition. Are there any known issues with types of formats of Word files that could cause the Node.Range.Replace method to behave this way?
I am currently using the Replace method with the following signature.
Replace(class [System]System.Text.RegularExpressions.Regex pattern, class Aspose.Words.ReplaceEvaluator evaluator, bool isForward)
This message was posted using Aspose.Live 2 Forum