Top "Docx" questions

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

Batch conversion of docx to clean HTML

I'm starting to wonder if this is even possible. I've searched for solutions on Google and come up with nothing …

c# html docx
Python docx library text align

I am using python docx library to manipulate a word document. However I can't find how to align a line …

python ms-word docx python-docx
Jinja docx template, avoiding new line in nested for

I was wondering if there is a way to avoid newline characters inside a for in a docx template with …

python jinja2 docx
Figure sizes with pandoc conversion from markdown to docx

I type a report with Rmarkdown in Rstudio. When converting it in html with knitr, there is also a markdown …

image markdown docx knitr pandoc
What is the best way to generate PDF/HTML/DOCX in Ruby/Rails

I need to create an app which makes auto-generated CVs from fields. I need to convert them in PDF/HTML/…

ruby-on-rails pdf docx prawn
How to feed Word 2010 (.docx) documents/templates with data from MySQL database?

What would be the best approach to replace placeholders in a .docx document (Word 2010) with data coming from a MySQL …

docx mailmerge
python-docx get tables from paragraph

I have .docx file with many paragraphs and tables like: par1 table1 table2 table3 par2 table1 table2 2.1 par21 table1 table2 …

python document docx paragraphs
PHP: Generate Image Thumbnail from .PDF, .DOC, and .DOCX in Linux

As the title says, I'm essentially looking for a way to generate a thumbnail from a .DOC, .DOCX, or .PDF …

php imagemagick docx doc
Merging docx files together including headers, footers and pictures

I've to merge multiple DOCX files (created with DocX Package) into one big file. I've managed to merge multiple files …

c# winforms pdf docx
Read Microsoft Word Documents into Plain Text (DOC, DOCX) in Java

I'm looking for something in Java to read in Word documents to process their text.. all I need is there …

java ms-word docx doc