I am trying to add the bookmarks to a Word Document.
Using this code:
section.Paragraphs[0].AppendBookmarkStart("Bookmark1 Title");
section.Paragraphs[section.Paragraphs.Count - 1].AppendBookmarkEnd("Bookmark1 Title");
but when the title is the same, they are not being added or shown in the PDF if I convert the WordDoc