Merging documents

Home Forums Open-Xml-PowerTools Merging documents

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #3769
    Eric White
    Keymaster

    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

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.