News
Adding HTML to a template variable in PHPDocX
- Jun 06, 2011
Please check "Replace a variable with HTML".
Read MoreInserting a RFT document into your Word template
- Jun 06, 2011
You may replace a single Word template variable by a full RTF document with the help of the addTemplateVariable method: require_once '../../classes/CreateDocx.inc'; $docx = new CreateDoc...
Read MoreCreating 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 MorePHPdocx 2.3 release notes
- Jun 03, 2011
It is available for download (or update) the new version of PHPDocX. PHPDocX PRO 2.3 comes with lots of new features and options. Some of them have been requested while othershave been simply develope...
Read MoreSimple example: how to use text in italics
- Jun 03, 2011
This information is outdated, please, refer to the addText documentation for up to date info. Do you need to write some text in italics? Here it goes: require_once '../../classes/CreateDocx.in...
Read More
