Merging documents
- This topic has 1 reply, 2 voices, and was last updated 9 years, 5 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Home › Forums › Open-Xml-PowerTools › Merging documents
Hi Garth,
Have you reviewed all of the screen-casts on DocumentBuilder?
http://www.ericwhite.com/blog/blog/documentbuilder-developer-center/
Specifically, the last screen-cast shows how to deterministically work with headers/footers.
One thing that you could do is to remove the sections from the document that you get after converting the Html to WordprocessingML. Just remove the w:sectPr elements from the body of the document.
You can then control headers/footers using DocumentBuilder. In general, I believe that it is possible to do what you want to do. I am not fully sure of exactly where the error is occurring in your process, though.
Cheers, Eric