News

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

Getting 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 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