chrisfcarroll / MailMerge

Merge component for OfficeOpenXml .docx (i.e. Microsoft Word) documents
GNU General Public License v3.0
20 stars 7 forks source link

Support for Bookmarks in Headers and Footers #11

Open MTuffinProgressive opened 3 years ago

MTuffinProgressive commented 3 years ago

I know the project has been quiet for a bit and no issue I will find a different solution but is there a way to support bookmarks placed in headers and footers on top of the bookmark replacing in the main document area

Thanks

chrisfcarroll commented 1 year ago

current code opens the document.xml from the docx file. This request might be as simple as opening the header*.xml files and doing the same thing.