Top "Docx" questions

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

DOCX File type in PHP finfo_file is application/zip

hello I'm trying to validate an uploaded file type by finfo_file function. But when a .docx file is sent, …

php validation docx file-type
Open a Word Document Using Python

I am trying to automatically open a Word Document in Python. I am very new to programming and I heard …

python python-3.x docx
XML - adding new line

I have MS word doc saved as .docx. I want to insert new line in my text by edditing XML …

xml ms-word docx
How to setup cell borders with python-docx

I need to setup cells borders in table with python-docx, but can't find how to. Please help.

python docx python-docx
OpenXML 2 SDK - Word document - Create bulleted list programmatically

Using the OpenXML SDK, 2.0 CTP, I am trying to programmatically create a Word document. In my document I have to …

ms-word openxml docx bulletedlist
How to create *.docx files from a template in C#

I have a working ASP.NET MVC web application to manage projects and customers. Now I want to generate a …

c# .net ms-word openxml docx
Generating docx file from HTML file using OpenXML

I'm using this method for generating docx file: public static void CreateDocument(string documentFileName, string text) { using (WordprocessingDocument wordDoc = WordprocessingDocument.…

c# openxml docx sql-server-openxml
How can I debug a corrupt docx file?

I have an issue where .doc and .pdf files are coming out OK but a .docx file is coming out …

xml debugging docx corrupt
Convert PDF to .docx with Python

I'm trying very hard to find the way to convert a PDF file to a .docx file with Python. I …

python pdf docx libreoffice doc
docx4j find and replace

I have docx document with some placeholders. Now I should replace them with other content and save new docx document. …

java docx docx4j