News
Adding HTML to a docx document using PHPDocX
- Jun 06, 2011
If you want to find more detailed info about the different posible ways to add HTML to your Word document, please, refer to the HTML to Word section of our API documentation. If you need to embed som...
Read MoreAdding a section to a docx document with PHPDocX
- Jun 06, 2011
This information is outdated, please, refer to the addSection documentation for up to date info. Creating a section with PHPdocx is now very easy. You may just use the code below with the obvious m...
Read MoreHow to include a chart in a Word template with PHPDocX
- Jun 06, 2011
You may replace a placeholder variable by a chart within a Word document with the help of the PHPDocX addTemplate variable method. An example follows where the placeholder variable 'PIECHART' is rep...
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 More
