I have Word 2003. I basically have over 100 documents with contents pertaining to a specific unit of a process, say Process 1. I have four other areas with different names, but the content will stay t
Is there a better way to paste HTML fragments into a Word document than via the clipboard from C#? using Word = Microsoft.Office.Interop.Word;
I\'m hoping I can forgo the history, but trust me on the following: I have several people who have immediate access to MSWord 2007
I am using Apache POI for extracting formatting information from MS word files. I want to extract information like whether paragraph is having bullet, background 开发者_Go百科color, forecolor, alignm
We have an application that produces HTML documents which the user opens in word from the web server, so they open:
I would like to read the title and subject fields from a Word document, but would rather not have the overhead of firing up Word to do it.
I\'m automating Word in a VB6 application and I\'m getting an exception when the host machine is using Word 2007 or 2010 but not on a machine running Word 2003.The exception is
I need to extract text from the word document uploaded by the user. I got the code to extract words from a document located on my m/c. But my requirement is to allow users to upload their own document
How to do a mail merge in asp.net without installing word on 开发者_C百科the server? any dlls or any components available?
I am having an issue wit开发者_Python百科h opening a document using Microsoft Word from ASP.NET MVC.