Top "Docx" questions

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

Is there a Java API that can create rich Word documents?

I have a new app I'll be working on where I have to generate a Word document that contains tables, …

java ms-word docx doc
How to extract text from word file .doc,docx,.xlsx,.pptx php

There may be a scenario we need to get the text from word documents for the future use to search …

php ms-word docx .doc
iTextSharp - Convert word doc/docx to pdf

I understand iTextSharp can be used for converting a document to pdf. But first we have to create a document …

pdf ms-word itextsharp docx doc
Generating word documents with PHP

Do you know any way to generate doc and docx files with PHP and without COM component? I've tried PHPWord, …

php ms-word docx doc phpdocx
Convert XML to JSON format

I have to convert docx file format (which is in openXML format) into JSON format. I need some guidelines to …

java xml json docx
Generate a Word document in JavaScript with Docx.js?

I am trying to use docx.js to generate a Word document but I can't seem to get it to …

javascript ms-word docx
How to extract just plain text from .doc & .docx files?

Anyone know of anything they can recommend in order to extract just the plain text from a .doc or .docx? …

unix extract docx doc text-extraction
Convert PDF to DOC (Python/Bash)

I've saw some pages that allow user to upload PDF and returns a DOC file, like PdfToWord Is there any …

python bash pdf docx doc
Convert Html to Docx in c#

i want to convert a html page to docx in c#, how can i do it?

c# docx