0

I have a docx which I am processing using the OpenXML SDK.

The doc.MainDocumentPart.HeaderParts property has 2 items in it, yet when I open the docx as a zip file, it has header1.xml up to header6.xml. How can I access (and modify) all of these headers programatically?

Thanks

user1365247
  • 337
  • 7
  • 17

1 Answers1

0

Seems like there was a header which was not actually used in the document

user1365247
  • 337
  • 7
  • 17