How can I write HTML in a Word document using C#? I made a class to help writing a document using System;
I need to convert about 100 mail merge documents from 2003 to 2010 format(.doc to .docx). The trouble I am having is that in order to convert the documents I need to open them. But some of them won\'
I\'ve been experimenting with building an Outlook 2010 addin in C#, using Visual Studio 2008.I am able to obtain a Microsoft.Office.Interop.Word.DocumentClass object from a Microsoft.Office.Interop.Ou
I\'m developing a new Report (actually a standardized letter) in an Access 2007 db.The majority of the text in this report is static and was provided to me in a Word doc.Because this text is relativel
I want to create a COM dll that will take any Word file and generate an image file of the first page of the document. I have already done this using the IExtractImage functionality of the Windows SDK,
I have a VSTO add-in 开发者_StackOverflowthat is able to match against specific codes in the body of a document. The codes themselves are just strings that I syntactically match for validation.
In Internet Explorer 8, it is possible to override CSS styles and HTML tags using: Tools -> Internet Options -> Accessibility (button) -> Format documents using my style sheet (check box).
I have a word document which I want to convert into a pdf. However, the copyright symbol keeps getting converted as a question mark \'?\'
I am working on a client project for an开发者_如何学Go android app and wanted to confirm if the designed solution appears to be utilizing the most appropriate technology and resources.
I am new to VC++, I want to know if it is possible to insert an image created by my kinect camera to a RTF doc or MSWord doc 开发者_运维百科using VC++ in a Win32Console Application? Any pointers on ho