Top "Docx" questions

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

How can I control table column width in Word documents using DocX?

I am trying to recreate a table like this: I am using the DocX library to manipulate Word files, but …

c# ms-word docx novacode-docx
How to zip a WordprocessingML folder into readable docx

I have been trying to write a simple Markdown -> docx parser/writer, but am completely stuck with the …

xml compression markdown docx
Add styling rules in pandoc tables for odt/docx output (table borders)

I'm generating some odt/docx reports via markdown using knitr and pandoc and am now wondering how you'd go about …

docx pandoc odt
Mail merge from Java

Does anyone have any experience with doing mail merge from Java on a word document? I need to support both …

java docx doc mailmerge
How do I apply both bold and italics in python-docx?

I'm working on making a dictionary. I'm using python-docx to put it into MS Word. I can easily make it …

python docx python-docx
python docx.opc.exceptions.PackageNotFoundError: Package not found when opening Document

I want to open a .docx file with function Document(). But it always returns: docx.opc.exceptions.PackageNotFoundError: Package not …

python docx
unoconv not working while trying to convert. throws Error: Unable to connect or start own listener. Aborting

I am trying to convert docx to pdf using unoconv, but getting Error: Unable to connect or start own listener. …

ms-office openoffice.org docx libreoffice file-conversion
IE does not open "application/vnd.openxmlformats-officedocument.wordprocessingml.document"

I have a spring mvc application that returns *.docx files (generated using docx4j). I send them to the browser …

internet-explorer mime-types docx docx4j
Where to find the schema (.xsd file) for Microsoft docx format

Consider a user that needs a text of docx document without the headers and footers for processing in R. If …

docx
how to create a dataframe from a table in a word document (.docx) file using pandas

I have a word file (.docx) with table of data, I am trying to create a pandas data frame using …

python pandas dataframe docx python-docx