Top "Ms-word" questions

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

How can I view/open a word document in my browser using with PHP or HTML

How can I open and view a .doc file extension in my browser? The file is located on my server.

php html file ms-word
Macro to export MS Word tables to Excel sheets

I have a word document with many tables. Does anyone know how to write a macro to export such tables …

excel vba export ms-word
Copying code into word document and keeping formatting

I need to get my code (Python 2.7 written in the Python IDE) into a word document for my dissertation but …

python ms-word
iTextSharp - Convert word doc/docx to pdf

I understand iTextSharp can be used for converting a document to pdf. But first we have to create a document …

pdf ms-word itextsharp docx doc
How can a Word document be created in C#?

I have a project where I would like to generate a report export in MS Word format. The report will …

c# .net ms-word openxml
How to use python-docx to replace text in a Word document and save

The oodocx module mentioned in the same page refers the user to an /examples folder that does not seem to …

python text replace ms-word python-docx
Read from word document line by line

I'm trying to read a word document using C#. I am able to get all text but I want to …

c# asp.net .net ms-word office-interop
Generating word documents with PHP

Do you know any way to generate doc and docx files with PHP and without COM component? I've tried PHPWord, …

php ms-word docx doc phpdocx
"R" symbol for the set of real numbers in Microsoft Equation 3.0

How can one insert the R symbol for the real numbers into an equation using Microsoft Equation 3.0 available in MS …

ms-word
Reading/Writing MS Word files in Python

Is it possible to read and write Word (2003 and 2007) files in Python without using a COM object? I know that …

python ms-word read-write