News

Replacing images in a Word template with PHPdocx

  • Jun 06, 2011

This information is outdated, please, refer to the addTemplateImage method documentation for up to date info. You may create a template with placeholder images that may be later replaced by other one...

Read More

Insert an external Word document into your Word template

  • Jun 06, 2011

You may replace a single template variable within your Word template by the contents of a full docx document with just one single line of code and the help of the addTemplatevariable method:...

Read More

Add a page in the footer of your Word document with PHPdocx

  • Jun 06, 2011

This information is outdated, please, refer to the addPageNumber documentation for up to date info. Do you need to include page numbers in the Word document footer? Learn how to do it with this samp...

Read More

Multiple custom documents with PHPdocx

  • Jun 06, 2011

This information is outdated, please, refer to the PHPDocX API documentation for up to date info. Do you want multiple and name-customized documents from only one code? This example shows you how to...

Read More

Add a footnote to a chart in a Word document with PHPdocx

  • Jun 06, 2011

This information is outdated, please, refer to the addFootnote and addText documentation for up to date info. In you want to add a chart (pie, bars) in PHPdocx is easy. There are several blog posts...

Read More