I\'ve created an AddIn for MS Word. There\'s a new tab and a button. I\'ve added a new template document that has a RichTextContentControl in it.
I\'m working on a project where the user can insert data into a document using fields, document properties and variables. The user also needs to be able to remove the data from the document. So far, I
Our customer has tens of thousands of correspondence letters in Word 2007 format. They need to combine all the letters into a single large PCL file, which开发者_如何学C is then sent to the print vendo
Is it possible to add (thru the MS Word object model? or by editing file) some custom data (another file m开发者_运维技巧aybe?)
I\'m new to VBA. I开发者_如何学C\'m trying to update the Table of Contents in my Word document everytime I open the document, but it does not seem to update it at all.
I am trying to convert a bitmap file to rtf using Delphi 2007. I used below code for conversion. function BitmapToRTF(pict: TBitmap): string;
Is there an easy way to automatically convert a bunch of MS Word documents to xslt stylesheets that can be displayed in the browser?
I\'m having some trouble with a word add-in. I\'m attempting to create a new document format, and have it sort-of working. The format is just an encoding on top of an existing docx. In other words, I
How do I open the html page content with ms wo开发者_如何学Pythonrd [javascript code]Just have your server send the HTML document with MIME type of application/msword
I\'m trying to manipulate Word from an HTA file开发者_开发百科 application. Currently, when I open word, it opens underneath my application. I\'d like to open it on top. I\'ve tried using the followin