Using C# to create a Word document from an existing template
Posted
by Gazeth
on Stack Overflow
See other posts from Stack Overflow
or by Gazeth
Published on 2010-04-06T14:00:38Z
Indexed on
2010/04/06
14:03 UTC
Read the original article
Hit count: 425
I have several Word templates and I wish to use these to dynamically create Word documents in my app. I wish to avoid using automation at all costs as this is no good. I know that I can use both HTML and XML to create word documents but I just don't know where to start with regards to using a template that may well have images in the footer or the header of a document.
© Stack Overflow or respective owner