News

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

How to mark a document as final in PHPdocx

  • May 03, 2011

If you need to mark a document as final, simply add one extra line at your code to mark it ($docx->setMarkAsFinal();) This is an example of how to do it. require_once '../../classes/CreateDoc...

Read More

Create a PDF with PHPdocx

  • May 03, 2011

Warning This post is outdated. For up date information about creating PDF documents please refer to the Conversion plugin tutorial documentation. PHPdocx can create PDF when the .do...

Read More

Endnotes and Footnotes in PHPdocx

  • May 03, 2011

A note is a string of text placed at the bottom of a page in a book or document or at the end of a text. The note can provide an author's comments on the main text or citations of a reference work in...

Read More