News

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

How to include a chart in a Word template with PHPDocX

  • Jun 06, 2011

You may replace a placeholder variable by a chart within a Word document with the help of the PHPDocX addTemplate variable method. An example follows where the placeholder variable 'PIECHART' is rep...

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

Add 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

Creating 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