Top "Docx" questions

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

PHP Convert Word file to HTML without losing styling and images

Is there an API for converting word files to HTML without losing the format? Can the google documents API be …

php ms-word docx doc
Convert DOCX to PDF programmatically without Word installed?

I have a web application and I need to convert DOCX files to PDF to generate some reports wtiten in …

c# asp.net pdf docx
How can I search a word in a Word 2007 .docx file?

I'd like to search a Word 2007 file (.docx) for a text string, e.g., "some special phrase" that could/would …

python ms-word openxml docx
Reading .docx file in java

I am trying to read one file in java, following is the code : public void readFile(String fileName){ try { BufferedReader …

java apache-poi docx docx4j
Extract text from doc and docx

I would like to know how can I read the contents of a doc or docx. I'm using a Linux …

php linux vps docx doc
Why are .docx files being corrupted when downloading from an ASP.NET page?

I have this following code for bringing page attachments to the user: private void GetFile(string package, string filename) { var …

asp.net httpresponse docx
Inserting Image into DocX using OpenXML and setting the size

I am using OpenXML to insert an image into my document. The code provided by Microsoft works, but makes the …

c# image openxml docx
How to replace content in template docx document and Open XML SDK 2.0 (Aug 09)?

I have a "template" docx document which contains the desired layout, and wish to insert content using C#, but I …

c# openxml docx
Markdown to docx, including complex template

I have automated my build to convert Markdown files to DOCX files using Pandoc. I have even used a reference …

markdown docx pandoc
How can I convert a docx document to html using php?

I want to be able to upload an MS word document and export it a page in my site. Is …

php html docx