Get Hyperlinks from word documents

Hi @Abhishek_Agarwal,

Have a look on this post, you could given hyperlink onto your clipboard and use System.Windows.Forms.Clipboard.GetText(System.Windows.Forms.TextDataFormat.html) Your hyperlink address will become exposed and you would be able to parse it using for example regex (many example on this on the Forum)

Cheers