Top "Docx" questions

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

Add image in a .docx with PHPWord using TemplateProcessor

I don't know if is possible to add an image in a template with PHPWord using TemplateProcessor. I have a …

php docx phpword
Find and replace text in .docx file - Python

I've been doing a lot of searching for a method to find and replace text in a docx file with …

python text replace docx zipfile
Add style to Docx in Novacode

Using Novacode's DocX, I can add a paragraph with Heading 1 style like this: var p = docX.InsertParagraph("My Heading"); p.…

c# docx
How does the .doc format work?

I recently learned about the basic structure of the .docx file (it's a specially structured zip archive). However, docx is …

zip format docx doc
Do you have any free .Net managed code for converting DocX to PDF?

In my web project, I use DocX file type for containing report template. I need to convert DocX file type …

asp.net pdf docx
How to create and save a .rtf, .doc, .docx in Objective-C for iOS

I am looking to create and save either a rtf, doc or docx file on an iPad (iOS). The scenario …

objective-c ios rtf docx doc
How to read doc and docx file in java with POI api

I am trying to read doc and docx files. here is the code: static String distination="E:\\ static String docFileName="…

java apache-poi docx doc
Page number python-docx

I am trying to create a program in python that can find a specific word in a .docx file and …

python docx python-docx
A definitive example of a simple conversion from Word files to PDF format using documents4j, please?

I have a simple Word file and I'd like to convert it to PDF using the documents4j api. Been …

java pdf docx documents4j
How can I convert an .rtf or .doc document to LaTeX?

Unfortunately, I can't use rtf2latex2e because it says that DropUNIX "no longer supports the classic environment". I barely …

latex ms-word rtf docx