What I am doing is replacing texts that have styles or formats. These formats can come in the text of the texlayer or in the text that you want to replace with html tags. For example < font: Arial, color:red>text_1</>, t…...//validar si tiene tags Regex tagRegex = new Regex(@"<[^>]+> bool hasTags...>]+)[^>]*>s*/\s*\1\s*>"; var matchesImgSrc = Regex.Matches(textData.Text, tagRegex2...