Top "Ms-word" questions

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

HTML generated Microsoft Word document with header, footer and watermark

I'm looking for an example of a Microsoft Word Document generated by HTML. It should contain a header, footer and …

html ms-word watermark
How to open and manipulate Word document/template in Java?

I need to open a .doc/.dot/.docx/.dotx (I'm not picky, I just want it to work) document, parse …

java ms-word
Add a filename field without .doc extension in document header

Working in Office 2007, I'd like to add a filename field in my document header. The document will later be a …

ms-word word-2007
How to compare two word documents?

Businesses Analyst from my team keeps sending us the updated Requirements documents often and I end up hunting the recent …

ms-word office-2003
Find and Replace with Regex in Microsoft Word 2013

I am editing an e-book document with a lot of unnecessary markup. I have a number of sections in the …

regex string replace ms-word
How to Jump to a Bookmark in Word-VBA and insert text?

I am trying to create a Word document with a very simple word macro. The macro searches for a bookmark …

vba ms-word word-2007
Run Word 2013 from command line

Some of our clients have a problem we can not reproduce here inhouse: Out software uses MS-Word for producing form …

command-line ms-word ms-office office-2013 word-2013
How to modify a table in word with VBA

I have tables that I am creating, and I want to be able to modify them through the code in …

vba ms-word word-2003
Can I read PDF or Word Docs with Node.js?

I can't find any packages to do this. I know PHP has a ton of libraries for PDFs (like http://…

pdf node.js ms-word npm
How to Pretty print VBA code?

How do you copy VBA code into a Word document and retain the VBA editor color scheme?

vba ms-word pretty-print