News
Creating a PDF document using PHPDocX
- Jun 06, 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 documents cr...
Read MoreAdd a page in the footer of your Word document with PHPdocx
- Jun 06, 2011
This information is outdated, please, refer to the addPageNumber documentation for up to date info. Do you need to include page numbers in the Word document footer? Learn how to do it with this samp...
Read MoreMultiple custom documents with PHPdocx
- Jun 06, 2011
This information is outdated, please, refer to the PHPDocX API documentation for up to date info. Do you want multiple and name-customized documents from only one code? This example shows you how to...
Read MoreAdd 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 MoreCreating 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