Top "Ms-word" questions

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

How to return generated file download with Django REST Framework?

I need to return generated file download as a Django REST Framework response. I tried the following: def retrieve(self, …

python django ms-word django-rest-framework download
Duplicating Word document using OpenXml and C#

I am using Word and OpenXml to provide mail merge functionality in a C# ASP.NET web application: 1) A document …

c# ms-word openxml
How do I create the .docx document with Microsoft.Office.Interop.Word?

How do I create the .docx document with Microsoft.Office.Interop.Word from List? or the best way is to …

c# .net-4.0 ms-word docx
Parse .docx in python 3

I am currently writing a python 3 program that parses through certain docx files and extracts the text and images from …

python ms-word docx python-docx
What is Composite Document File V2 Document?

I need to write a script to find out if a given document is of the format .doc or not. …

linux file ms-word document
WinWord.exe won't quit after calling Word.Documents.Add - Word .NET Interop

I'm running into the classic scenario where, when creating Word COM objects in .NET (via the Microsoft.Office.Interop.Word …

.net com interop ms-word office-interop
How to create a HTML link which forces MS Word to edit document on webdav server

Let's suppose that I have WebDAV-enabled server, where I have bunch of Office documents. I'd like to generate webpage which …

hyperlink ms-word ms-office document webdav
Saving an OpenXML Document (Word) generated from a template

I have a bit of code that will open a Word 2007 (docx) document and update the appropriate CustomXmlPart (thus updating …

c# ms-word openxml
Displaying a MS Word File in View(say TextView) in Android

I want to display a .docx file in a View in Android. The file has mathematical symbols and also images …

android ms-word textview rtf
create word document with Open XML

I am creating a sample handler to generate simple Word document. This document will contains the text Hello world This …

c# asp.net ms-word openxml openxml-sdk