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 MoreGetting the PHPDocX template variables from a Word template
- Jun 06, 2011
When using a Word template in PHPDocX you may need at certain point to get a list of all its placeholder variables. You can recover, with the help of the getTemplateVariables method, all template va...
Read MoreReplacing variables in a PHPdocx Template
- Jun 06, 2011
Warning This post is outdated. For up date information about please refer to the documentation. You can create Word templates with placeholder variables that will be replace later b...
Read More
