Hello,
Because I don't install MS Word in my computer. So I use a .NET Word component to create document like this:
Document document = new Document();
Section section = document.Sections[0];
Paragraph paragraph = section.AddParagraph()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.