Paste from MS Word document to a Web Form
What is the most common way people preserve basic formatting elements like bold emphasis and italics when copying to a textarea from an MS…
<p>Template automation, document generation, and formatting.</p>
What is the most common way people preserve basic formatting elements like bold emphasis and italics when copying to a textarea from an MS…
I would like to create a word document using a template, replace some variables (fields) and save it as a new word document. I…
I need to print 20,000 Word documents. Naturally this is a logistical nightmare. For example: if the power goes out, I need some software…
I am trying to edit a word document from VB.NET using for the most part this code: How to automate Word from Visual Basic…
I am using Word and OpenXml to provide mail merge functionality in a C# ASP.NET web application: 1) A document is uploaded with a…
I'm building an MS Word add-in that has to gather all comment balloons from a document and summarize them in a list. My result…
I'm wondering how you clean the special characters that MS Word as, such as m- and n-dashes and curly quotes? I often find myself…
i'm looking for a way to programatically convert word documents in docx format to doc format without using ole automation. i already have a…
How do I load MS Word document (.doc and .docx) to memory (variable) without doing this?: wordApp.Documents.Open I don't want to open MS Word,…
Anyone knows of a good tool for developing add-ins for Word in .net? Hopefully something that supports both office 2003 and 2007. Thanks.