C# HTML Font Tag Parsing -
i need parse large amount of text uses html font tags formatting,
for example:
<font face="fontname" ...>some text</font>
specifically, need determine characters rendered using each font used in text. need able handle stuff font tags inside font tag.
i need use c# this. there sort of c# parser class make easier? or have write myself?
thanks!
i have not used it, have seen html agility pack mentioned type of thing.
Comments
Post a Comment