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 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 MoreMultiple custom documents with PHPdocx
- Jun 06, 2011
This information is outdated, please, refer to the PHPDocX API documentation for up to date info. Do you want multiple and name-customized documents from only one code? This example shows you how to...
Read MoreAdd a footnote to a chart in a Word document with PHPdocx
- Jun 06, 2011
This information is outdated, please, refer to the addFootnote and addText documentation for up to date info. In you want to add a chart (pie, bars) in PHPdocx is easy. There are several blog posts...
Read More