News

Creating and adding info to a template table in PHPdocx

  • Jun 06, 2011

If you have a template with a table, you can pass parameteres and info to it. For the code, use a template like this: Use this code: require_once '../../classes/CreateDocx.inc'; $doc...

Read More

Styling a table with PHPdocx

  • Jun 06, 2011

This information is outdated, please, refer to the addTable method documentation for up to date info. Do you need to insert a sophisticated table into your Word document? You can get a hint about ho...

Read More

Adding 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 More

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 More

Add 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 More