I want to read a MS word document and Identify Header/Bold开发者_如何学Python font words/Underscored words, etc? is there a way to solve this problem programmatically? I want the suggestion in Java or
I know nothing about microsoft office development, but I would like to build a prototype of a plugin will allow a user to Save and Open documents from a remote repository.Perhaps later build in a vers
How can I automatically extract highlighted text in MS Word 2010 to a new file? The trick is I don\'t just want the highlighted text to be extracted. I what the whole page in which there is one or mor
Without getting into a large debate as to the merits of doing so, can some one provide direction as to using a VSTO Application Level AddIn (Word 2007) to oepn a MS Word Document from either a databas
This if the first time I write a Microsoft Office Macro. Basically, we have a few check boxes on page 1 and when one of them is checked, I need to auto-fill a text box on page 10 depending on which
My question is specifically what I\'m after, but I\'m also interested in \'general rules\' around how to preserve styles when opening an HTML page in Word. More information on my context follows.
I\'m having a bit of a struggle wrestling with the compound document format. I\'m working in C at the moment but am having problems with locating the directory sector.
I\'m creating a RDLC report in C#. Is it possible to insert the content ofa Word 2003 document (with formatting) in it (either in design time or programmatically) before exporting to PDF. The final re
I\'m developing an advanced spellchecker for some language. MS Word\'s default spellchecker for that language is not satisfactory. So I decided to integrate my spellchecker with MS Word. Unfortunately
I have a large amount of Word documents that I need to parse. As they all were created from the same template, I think that the best approach would be to save them as HTML files and parse the HTML its