News
PHPDocX - the basics
- May 03, 2011
If you are new to PHPDocX, there are some things that never change when you create a .php document that will generate a .docx document. There are the basics that you should never forget. you always...
Read MoreImages on templates with PHPDocX
- May 03, 2011
Learn to change a picture or photo in a template with PHPdocx. In this example we show you how simple it is with PHPDocX to include photos in a document template at “run time”. One may need to sho...
Read MoreHeaders and Footers in PHPdocx
- May 03, 2011
Oftentimes it is necessary to put vital information about your document either at the top of the page, at the bottom of the page, or a combination of both. While you can easily enter things such as do...
Read MoreSpecify a language for a docx document in PHPdocx
- May 03, 2011
Sometimes you need to create a document with different language that meet your needs. For change it, you need to add a property that define the language of the document with setLanguage. This is an...
Read MoreCreate a link in a docx document with PHPdocx
- May 03, 2011
This information is outdated, please, refer to the addLink documentation for up to date info. Docx document permits, as his predecessors, include links: this is really usefull and add a link is reall...
Read More