Top "Ms-word" questions

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

Adding MS-Word-like comments in LaTeX

I need a way to add text comments in "Word style" to a Latex document. I don't mean to comment …

latex ms-word comments
OpenXML replace text in all document

I have the piece of code below. I'd like replace the text "Text1" by "NewText", that's work. But when I …

c# .net ms-word openxml openxml-sdk
Exporting jsp tables to excel, word, pdf

Can anyone suggest me any library/jar files which I can use to export my table to excel/pdf/word. …

java jsp pdf ms-word export-to-excel
I forgot the password to open a Word document. How can I retrieve the password?

I have a word document that prompts the user for a password to open it, the dialogue box is like …

vba ms-word passwords password-recovery
Copy MathML into Word to use as equation

I can successfully copy equations made using the insert equation tool in MS word (2013) to the clipboard in MathML format …

ms-word mathml
List fonts used by a Word Document (faster method)

I am working on a process for validating documents to make sure that they meet corporate standards. One of the …

vb.net ms-word office-interop
Call was rejected by callee. (Exception from HRESULT: 0x80010001 (RPC_E_CALL_REJECTED))

I have a small C# Winforms Application that is using Word.Interop to Take a Single Mail Merge Document, copy …

c# automation ms-word office-interop mailmerge
Creating a word document from a template dynamically using values from java objects

I want to create a word document from an HTML page. I am planning to get the values on the …

java ms-word jsoup docx4j
Filling fields in Word using c# and Microsoft Word Interop

I tried to Fill out Form Fields in Microsoft Word using C# Interop Assemblies with the following Code string filename = @"…

c# ms-word office-interop
Using Vim to edit Microsoft Word files

I've found ViEmu, a vi emulator for microsoft word. However, I wanted to use vim to edit DOC or even …

vim ms-word rtf docx doc