I am trying to add bookmarks in word document using C# but it doesn’t work and I can’t find any help neither in msdn documentation nor on internet. Here is how I am trying to do.
I am reading word documents and then search a keyword in that document and then I convert that text to a hyperlink and that works great. Now, I want to create that text to a bookmark instead of hyperlink. I am doing all this in C#
1 Answer