I recently posted a question on how to generate a .doc file without using the COM object - I had some great replies (thank you!) but unfortunately I need the document to be compatible with the old .do
How can I copy contents of one word document and insert it in anothe开发者_Go百科r pre-existing word document using C#. I\'ve had a look around but everything looks really complicated (I\'m a newbie).
I\'m currently using the Word COM object which is massively flaky but does the job. Unfortunately the settings have been changed on the server so I can no longer access this, and am looking at altern
I\'m trying to write a C# application that will find a document open in MS Word and write some text to the end of the document using word interop. Is this possible?
I am currently with a problem. I am creating a reporting system in C#. It uses Excel and Word. The system generates a Word document and then imports the Excel document into the Word document.
I\'m currently programming an application in Silverlight which need to have a control开发者_开发技巧 to display a Word 2003 document . I can also convert the document before the webservice sends it bu
I am writing a program that, in part, replaces text in a word document. Currently, I am referencing the Microsoft.Office.Interop.Word assembly, however, I am receiving an error when running the progra
I am in the process of writing a small library that will perform a MailMerge on a word 2003 .DOT document in C#. I am able to retrieve and replace all of the document body fields like so:
I am trying to create a Word add-in (Word 2007, VS 2008) to get various statistics for long texts. The functions for computing statistics are in a separate class and are not complicated, but are time-
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.