Top "Ms-word" questions

For programming questions related to Microsoft's "Word" editor.

Syntax highlighting in MS Word document

I want to insert some C/C++ source code into a Microsoft Word document. I have no problem in copying …

c++ c ms-word syntax-highlighting
Convert from Microsoft Word to Media Wiki Markup Style

How do I export a word document to media wiki markup style I have been trying to do it by …

ms-word mediawiki
Clean Microsoft Word Pasted Text using JavaScript

I am using a 'contenteditable' <div/> and enabling PASTE. It is amazing the amount of markup code that …

javascript ms-word paste
Interop.Word Documents.Open is null

I am trying to open .docx file and convert to PDF using Interop.Word.Application. It works as console application …

c# asp.net ms-word asp.net-4.0 openxml
Display .docx (.doc) on Browser without downloading in php

Is there any alternative way of viewing a file(locally/online) in PHP? Since I want to display a .docx (.…

php ms-word .doc
Replace image in word doc using OpenXML

Following on from my last question here OpenXML looks like it probably does exactly what I want, but the documentation …

.net ms-word openxml
word document viewer browser plugin

Is there a browser plugin or an extension that allows the user to view .doc files in browser? I need …

browser plugins ms-word document-view
TinyMCE and importing / copy paste from Microsoft Word

I am struggling to get an accurate answer on this questions on whether TinyMCE supports pasting from Microsoft word. I …

html ms-word tinymce
How to do search and replace involving fields in Microsoft Word?

I have a Word document with fields of the reference variety, which occur in the form "[field].[field]"--in other …

ms-word fieldcodes
How to return only text after a comma in a string

I am extracting text between parens in the active window title bar. That part is working great (thanks to some …

vba ms-word comma