News

Modify document properties with PHPDocX

  • Jun 03, 2011

One may easily modify the document properties with PHPDocX. Besides the standard options, like title, subject or creator, etcetera, one may add custom properties in a simple manner as follows:...

Read More

Insert an external docx within your Word document with PHPdocx

  • Jun 03, 2011

This information is outdated, please, refer to the addDOCX documentation for up to date info. This cool feature is available since PHPdocx 2.3. You may use this method to add large chunks of conten...

Read More

Insert a RTF into a docx document using PHPDocX

  • Jun 03, 2011

This information is outdated, please, refer to the addRTF documentation for up to date info. In the same way that we can insert a docx document into another docx document, we can also insert a RTF do...

Read More

Docx document with a complex table: texts, links and images

  • May 04, 2011

This information is outdated, please, refer to the addTable documentation for up to date info. Another complex example: this time we create a document that includes a table with text, hyperlinks and...

Read More

How to generate a dynamical table with a PHPDocX Word template

  • May 04, 2011

Very often we receive questions about how to generate dinamically a table with the help of a Word template. One should first generate a docx document with a table that contains the required placehol...

Read More