News

Draw lines with PHPdocx 2.3

  • Jun 06, 2011

This information is outdated, please, refer to the adShape documentation for up to date info. Do you need to draw a line into your Word document? You can easily do it witf PHPDocX using this code:...

Read More

Creating a bar chart in a docx document with PHPDocX

  • Jun 06, 2011

Creating a Bar Chart is easy: you just have to pass as parameters to the addChart the data array, the type as 'colChart' as well as some additional formating data. Sample code: require_once '.....

Read More

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 More

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 More

Adding 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