Word to Complete HTML

I usually find the problem that when we convert Word Document Into HTML Page It leaves Header and Footer of the Word Document and make another WEB Page having those Header and Footer Combined. I wanna know if We convert Word Document Through Your Coding into HTML will it solve my Problem? Tell me how? Thanks in advance.

During HTML export headers/footers are handled in a following manner:

Header1

Section1 Page1

Section1 Page2

Footer1

Header2

Section2 Page1

Section2 Page2

Footer2

This can be customized however by manipulating with document contents before HTML export.

You can also switch headers/footers export off using SaveOptions.HtmlExportHeadersFooters property.