Hi All,
I want to list of bookmarks which are in word document.
I am using OpenXml library in c#.net.
- using (WordprocessingDocument wordDoc = WordprocessingDocument.Open(filePath, true))
- {
- //List of bookmarks
- }
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Piyush PansuriyaPosted Dec 20, 2018, 4:15 AM
Rohan RamaniPosted Dec 20, 2018, 4:16 AM