News

How to generate a dynamical table with a PHPDocX Word template

  • May 04, 2011

Very often we receive questions about how to generate dinamically a table with the help of a Word template. One should first generate a docx document with a table that contains the required placehol...

Read More

Add page breaks in a docx document with PHPDocX

  • May 04, 2011

This information is outdated, please, refer to the addBreak documentation for up to date info. Need to jump to another page? use a page break! Wtih his code you will learn how to insert a page brea...

Read More

Creating a Table of Contents in a docx document with PHPdocx

  • May 04, 2011

This information is outdated, please, refer to the addTableContents documentation for up to date info. A table of contents, or TOC, is usually an order list of chapters and subchapters that simplify...

Read More

PHPDocX Templates and Charts

  • May 04, 2011

One of the coolest options of PHPDocX PRO is the use of templates. You cand add a placeholder variable to a docx document and replace it later with different type of elements, including chart. For e...

Read More

Creating sections in docx documents with PHPdocx

  • May 04, 2011

Word processors uses section breaks to specify parts of a document that have different page orientation, columns, or headers and footers. Section breaks allow the user to specify where the different f...

Read More