Top "Docx" questions

.docx is the file extension for files created using the default format of Microsoft Word 2007 or higher.

Saving Word DOCX files as PDF

I'm using openxml to create Word DOCX files. I'd like to save these documents once they are created as PDF …

c# .net pdf openxml docx
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
Generate PDF from .docx generated by PHPWord

I am creating .docx files from a template using PHPWord. It works fine but now I want to convert the …

php pdf docx phpword
Using Vim to edit Microsoft Word files

I've found ViEmu, a vi emulator for microsoft word. However, I wanted to use vim to edit DOC or even …

vim ms-word rtf docx doc
How do I return a MemoryStream docx file MVC?

I have a docx file that I would like to return after I make edits. I have the following code... …

c# asp.net-mvc asp.net-mvc-3 file-upload docx
Converting HTML to doc(x) and / or PDF

I have to convert html to the doc(x) and pdf format. I found aspose, but this tool can do …

html pdf docx doc aspose
Convert DOC to PDF from Command Line

Anyone recommend a DOC to PDF converter that can be run from the command line? It seems like an easy …

windows pdf command-line docx doc
python docx set table cell background and text color

I am using python 2.7 with docx and I would like to change the background and text color of cells in …

python cell docx python-docx
Parsing of table from .docx file

I want to parse a table from a .docx file using Python and python-docx into some useful data structure. The .…

python xml parsing docx python-docx