News

Line spacing

  • Jun 03, 2011

Since PHPdocx 2.3 it is posible to control the line spacing of a paragraph. Now you can select the space between lines using the 'lineSpacing' on the code. 240 is the value that Word uses to define...

Read More

Custom Bullets with PHPDocX

  • Jun 03, 2011

This information is outdated, please, refer to the addList documentation for up to date info. Do you need custom bullets? In PHPDocX 2.3 we add support for spot, square and empty spot bullets in al...

Read More

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