News
Creating a 3D pie chart with PHPDocX
- Jun 06, 2011
Creating a Pie Chart is easy: you just have to pass as parameters a data array, the type (pie3DChart for this particular example) and some additional formatting info (like size, alignment, ...). Sam...
Read MoreAdding HTML to a docx document created with PHPdocx
- Jun 06, 2011
This information is outdated, please, refer to the HTML to Word documentation for up to date info. Add HTML to a docx document with PHPDocX is easy. In this example you can see how to add some HTML...
Read MoreCreating 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 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