Need help with Hyperlinks

Hi,

I am using Aspose.Words 3.7.0.0, and i require to parse a paragraph’s text. If the text contains any Hyperlink then convert the Hyperlink text in to tag.
I need to read a hyperlink’s url and text info and create the tag. I require to replace this hyperlink by this created tag.

I have earlier worked on modifying a paragraph content by processing a paragraph’s content and then adding the processsed text to zeroth run of the paragraph.

Please provide some hints how to go about it.

Regards

Vivek Bahl

Please check the following article:

https://docs.aspose.com/words/net/working-with-fields/

It deals with the similar task. You can try to adapt it to your task.

Best regards,