News
DOCX2TXT: how to get the text content of a Word docx file
- Jun 19, 2012
There is a quite common need to get the contents of a docx Word file converted to plain text so they can be parsed by other tools, inserted on a database, etcetera. So we decided to create a DOCX2T...
Read MorePHPDocX and COM
- Jun 19, 2012
Warning This post is outdated. For up date information about PHPDocX and COM please refer to the Conversion plugin. Although PHPDocX has been designed to work in non-proprietary env...
Read MoreConvert HTML to Word with PHP
- Apr 24, 2012
Warning This post is outdated. For up date information about convert HTML to Word with PHP please refer to HTML to Word. One of the most demanded functionalities by our PHPDocX user...
Read MorePHPdocx 2.3 and HTML insertion: compatibility issues
- Aug 26, 2011
This information is outdated, please, refer to the HTML to Word documentation for up to date info. To render HTML in a docx document generated with PHPdocx we use a the OOXML that permits to add con...
Read MoreCreating a Report using PHPdocx
- Jun 06, 2011
This is an advanced example of how to use PHPdocx to create a complete Report. The code is commented to make easy to understand how it works: require_once '../../classes/CreateDocx.inc'; $do...
Read More