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 More

Convert 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 More

PHPdocx 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 More

Multiple columns layout with PHPdocx

  • Jun 06, 2011

This information is outdated, please, refer to the modifyPageLayout method documentation for up to date info. Do you need to create a Word document with more than a single column per page? You can...

Read More

Adding checkboxes to a docx document with PHPDocX

  • Jun 06, 2011

Warning This post is outdated. For up date information about please refer to the documentation. The addTemplateCheckbox method has been deprecated. If you want to add a checkbox to...

Read More