News

Adding a section to a docx document with PHPDocX

  • Jun 06, 2011

This information is outdated, please, refer to the addSection documentation for up to date info. Creating a section with PHPdocx is now very easy. You may just use the code below with the obvious m...

Read More

Replacing 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

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