Rohan Ramani

Rohan Ramani

  • NA
  • 786
  • 138.2k

How to get list of bookmarks in word using OpenXml

Dec 20 2018 4:12 AM
Hi All,
I want to list of bookmarks which are in word document.
I am using OpenXml library in c#.net.
  1. using (WordprocessingDocument wordDoc = WordprocessingDocument.Open(filePath, true))  
  2. {  
  3.   //List of bookmarks
  4. }  
 
 

Answers (2)