I am using Microsoft CRM4 Mail merge function, which stores Word files as XML files inside CRM.My client has a requirement to prompt the user for more information (not found in CRM) upon mail merging.
For years, we have been printing Word 2003 documents that have been saved to a OLE object column using an access report.We are using Access 2003.
I am using the MS Word COM API to print Word documents from C#. See below... internal void PrintWordFileUsingDefaultPrinter(System.IO.FileInfo file)
I\'m using Microsoft Office 2003 and creating a bunch of template documents to standardize some tasks.I asked this on Superuser.com and got no 开发者_高级运维response so I\'m thinking it\'s too progra
Looking to develop server-side application that will process documents. The source documents are mostly MS-Word 2003, 2007, i.e. the MS version of Docx. Want the server application to be able to run o
I wan\'t to build a word 200开发者_运维百科7 add-in that allows users to: Hilight pargraphs etc. of text in a word document.
I want to insert 开发者_JAVA百科text with custom formatting, then change the font style back to what it was before the code was run.
I need to add basic password protection to an Open XML Wordprocessing document. I can either use the COM interface, which is very slow when I have a large number of documents to process; or I can put
I have a team of 10 persons who work on Word documents, they format per defined guidelines. We have created a macro that corrects the font, size and formatting.
I want to process a medium to large number of text snippets using a spelling/grammar checker to get a rough approximation and ranking of their \"quality.\"Speed is not really of concern either, so I t