I use the following code that after a recent update no longer works
Dim regex As New Regex("(.*?)") 'used for bolding html tags in document
doc.Range.Replace(regex, New ReplaceEvaluatorFindAndHighlight(), False)
this used to work.
now, the text is bolded, but the first html tag is still displayed in the document.
anyone got any suggestions?
thanks
Gavin
- Your input Word document
- Aspose.Words generated output document which shows the undesired behavior
- Your expected document which shows the correct output. Please create this document using old version of Aspose.Words.
- Please create a standalone Console application (source code without compilation errors) that helps us reproduce your problem on our end and attach it here for testing.