News

Add an image and give it some format in PHPdocx

  • May 03, 2011

This information is outdated, please, refer to the addImage documentation for up to date info. Almost every docx document have one or more images, for artistic, informative or other purposes. Add a...

Read More

Textboxes with PHPdocx

  • May 03, 2011

This information is outdated, please, refer to the addTextBox documentation for up to date info. Do you need to insert a text box into your Word document? With PHPdocx is easy: you pass the text and...

Read More

List with image, list, chart and textbox with PHPdocx

  • May 03, 2011

This information is outdated, please, refer to the current addList, addChart and addTextBox documentation for up to date info. Now we may go a little bit further and learn how to work concurrently...

Read More

Working with templates: inserting multiline text with PHPDocX

  • May 03, 2011

Time to play with templates! PhPDocX allows to modify an existing Word template. You may create a working template by copying and pasting the following text in a docx document: You may, for...

Read More

Adding HTML to a docx document in PHPdocx

  • May 03, 2011

This information is outdated, please, refer to the HTML to Word documentation for up to date info. You can also add HTML to a docx document using $html in a very simply way: require_once('../../...

Read More