News
Getting the PHPDocX template variables from a Word template
- Jun 06, 2011
When using a Word template in PHPDocX you may need at certain point to get a list of all its placeholder variables. You can recover, with the help of the getTemplateVariables method, all template va...
Read MoreReplacing variables in a PHPdocx Template
- Jun 06, 2011
Warning This post is outdated. For up date information about please refer to the documentation. You can create Word templates with placeholder variables that will be replace later b...
Read MoreMultiple columns layout with PHPdocx
- Jun 06, 2011
This information is outdated, please, refer to the modifyPageLayout method documentation for up to date info. Do you need to create a Word document with more than a single column per page? You can...
Read MoreAdding checkboxes to a docx document with PHPDocX
- Jun 06, 2011
Warning This post is outdated. For up date information about please refer to the documentation. The addTemplateCheckbox method has been deprecated. If you want to add a checkbox to...
Read MoreStyling 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