Top "Word-automation" questions

Word Automation is controlling Word using other programs without any human interaction.

Is it possible to generate .docx files without having MS Word installed?

I want to use "OLE automation" (or whatever it's called now) to generate a Word document. I assume that it's …

c# ms-word google-docs-api word-automation ole-automation
Using Interop.Word, is there a way to do a replace (using Find.Execute) and keep the original text's justification?

I'm attempting to write find/replace code for Word documents using Word Automation through Interop.Word (11.0). My documents all have …

c# .net ms-word office-interop word-automation
OpenXML Add paragraph style (Heading1,Heading2, Head 3 Etc) to a word processing document

Can anybody guide me how to add predefined styles on paragraph using open XML Word Processing? I have tried various …

c# openxml-sdk word-automation
Word Automation - File is in use by another application or user

I have a WinForms application where I am using Word Automation to build documents via a template, and then save …

c# .net winforms ms-word word-automation
Error "This command is not available because no document is open" on Server

I use this code to send data to a Word Template and send to client. protected void Button1_Click(object …

c# asp.net office-automation word-automation
Inserting text after a bookmark in openxml

I am looking for a way to insert some text after a bookmark in a word doc using openxml. So …

c# ms-word openxml word-automation
Set Word 2010 document margins from C#

I want to set the margins on a Word document I'm creating using automation from code in C#. I've started …

c# office-interop word-automation
set column width in word automation throws an exception

I'm using Word automation to construct a table, I need one column to be very narrow but every time I …

c# c#-4.0 ms-word vsto word-automation
Find a table in word and write in that table using java

I have a word document which may have n number of tables. The table is identified by the table name …

java word-automation