Top "Docx" questions

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

PhpWord doesn't replace text

I have a docx file and I need to replace some text. This is done inside codeigniter framework; here is …

php docx phpword
How to extract plain text from a DOCX file using the new OOXML support in Apache POI 3.5?

On September 28, 2009 the Apache POI project released version 3.5 which officially supports the OOXML formats introduced in Office 2007, like DOCX and …

docx apache-poi openxml xlsx
Is there any java library (maybe poi?) which allows to merge docx files?

I need to write a java application which can merge docx files. Any suggestions?

java docx
Python: Create a "Table Of Contents" with python-docx/lxml

I'm trying to automate the creation of .docx files (WordML) with the help of python-docx (https://github.com/mikemaccana/python-docx). …

python docx wordml python-docx
Convert HTML & CSS to DOC(X)?

Is there some utility that could be called via command line to produce a doc(x) file? The source file …

php html ms-word docx doc
Text-Replace in docx and save the changed file with python-docx

I'm trying to use the python-docx module to replace a word in a file and save the new file with …

python ms-word docx python-docx
Python win32com.client.Dispatch looping through Word documents and export to PDF; fails when next loop occurs

Based on the script here: .doc to pdf using python I've got a semi-working script to export .docx files to …

python pdf docx win32com comtypes
How to generate, export to word docx file?

I am trying to generate a docx in jasper report. I have this code: JRDocxExporter exporter = new JRDocxExporter(); ByteArrayOutputStream baos = …

java jasper-reports docx export-to-word
Unable to download docx file using C#

This is my code and I am trying since hours to download the docx file. but no success. Where I …

c# download docx
Read and replace contents in .docx (Word) file

I need to replace content in some word documents based on User input. I am trying to read a template …

php laravel ms-word laravel-5.3 docx