Top "Ms-word" questions

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

How to create word docs programmatically from a template

I am trying to create about 600 reports in Microsoft office Word. The documents are populated with data from a database, …

c# ms-word office-interop
Best way to extract text from a Word doc without using COM/automation?

Is there a reasonable way to extract plain text from a Word file that doesn't depend on COM automation? (This …

python ms-word
Can't locate Microsoft.Office.Interop.Word in Reference List

I was given this solution to a problem I had, since I didn't know how to integrate MS Word with …

c# visual-studio-2012 ms-word ms-office visual-studio-express
Error accessing COM components

I built an add-in for Microsoft Office Word. There isn't an issue using the add-in when Word is ran as …

c# com ms-word office-2007
Converting docx into pdf in java

I am trying to convert a docx file which contains table and images into a pdf format file. I have …

java pdf ms-word apache-poi
Convert Word doc and docx format to PDF in .NET Core without Microsoft.Office.Interop

I need to display Word .doc and .docx files in a browser. There's no real client-side way to do this …

c# pdf ms-word .net-core
Sending HTTP requests with VBA from Word

I am trying to send data from a Word document to a web page. I have found some code, pasted …

vba ms-word httprequest
Generate Word Documents (in Excel VBA) from a series of Document Templates

Hey all. I'll try to make this brief and simple. :) I have 40 or so boilerplate word documents with a series …

excel ms-word documentation-generation vba
Getting the headings from a Word document

How do I get a list of all the headings in a word document by using VBA?

vba ms-word
Replace bookmark text in Word file using Open XML SDK

I assume v2.0 is better... they have some nice "how to:..." examples but bookmarks don't seem to act as obviously …

c# ms-word openxml openxml-sdk